Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix several release compliance problems. #817

Merged
merged 1 commit into from
Nov 29, 2022
Merged

Fix several release compliance problems. #817

merged 1 commit into from
Nov 29, 2022

Conversation

BillyONeal
Copy link
Member

* Get all secrets from the same place rather than several library entries.
* Plumb cmakerc into artemis.
* Add .npmrc files pointing to https://dev.azure.com/vcpkg/public/_artifacts/feed/vcpkg-ecmascript-dependencies/ as requested by Central Feed Services.
* Tell CodeQL what languages we use.
* Delete unused ce.ps1 file.
@@ -85,14 +85,14 @@ dependencies:
packages:

/@azure/abort-controller/1.1.0:
resolution: {integrity: sha512-TrRLIoSQVzfAJX9H1JeFjzAoDGcoK1IYX1UImfceTZpsyYfWr09Ss1aHW1y5TrrR3iq6RZLBwJ3E24uwPhwahw==}
resolution: {integrity: sha1-eI7nhFelWvihrTQqyxgjg9IRkkk=}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this use of SHA1 against policy?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried to get the sha512s to come back; that's why there's lockfileVersion being set here. Unfortunately it looks like this value comes from what is advertised by the feed when the package is published, and Azure DevOps feeds appear to advertise only the SHA1 value :(

@BillyONeal BillyONeal merged commit 81cdd6b into main Nov 29, 2022
@BillyONeal BillyONeal deleted the secrets branch November 29, 2022 18:25
BillyONeal added a commit to BillyONeal/vcpkg-tool that referenced this pull request Dec 14, 2022
In microsoft#817 vestigial scripts to install "ce.ps1" and friends were removed, but smoke testing the 2022-12-13 release found that package.json still referred to them.

Drive-by changed a few 'ce's to 'vcpkg-artifacts's.
BillyONeal added a commit that referenced this pull request Dec 14, 2022
In #817 vestigial scripts to install "ce.ps1" and friends were removed, but smoke testing the 2022-12-13 release found that package.json still referred to them.

Drive-by changed a few 'ce's to 'vcpkg-artifacts's.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants