-
Notifications
You must be signed in to change notification settings - Fork 205
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
add sha256sums to releases #6263
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
azure-pipelines.yml
Outdated
@@ -430,6 +430,7 @@ jobs: | |||
for f in *; do | |||
gpg --homedir $GPG_DIR -ab $f | |||
done | |||
sha256sum $(find . -type f | sort) > sha256sums |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How reasonable do you think it would be to manually add this for the last stable releases and snapshots since 1.2 (since with your and my pruning strategy we do not care about older snapshots after Wednesday)? So 1.0.0, 1.0.1 and 1.1.1?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very reasonable. I'll try to take care of it today.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed offline, moved the sha computation above the loop so the resulting file gets signed for future releases (obviously won't be for the manually added ones on older releases), as the sha of the signature files seems less valuable than the signature on the sha file.
Based on discussion on #6258. CHANGELOG_BEGIN CHANGELOG_END
17e3abe
to
1d6c17c
Compare
I've manually uploaded the results of
to all releases back to 1.0.0, i.e.:
|
Based on discussion on #6258.
CHANGELOG_BEGIN
CHANGELOG_END