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

[Release] Add support for verifying .{asc,sha256,512} for .jar related files in dev/release/verify_rc.sh #593

Open
kou opened this issue Feb 7, 2025 · 0 comments
Labels
Type: enhancement New feature or request

Comments

@kou
Copy link
Member

kou commented Feb 7, 2025

Describe the enhancement requested

We should:

  • Download binary artifacts from GitHub Release
  • Verify signature by gpg --verify XXX.asc XXX
  • Verify checksum by sha256 -c XXX.sha256 and sha512 -c XXX.sha512
@kou kou added the Type: enhancement New feature or request label Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant