Add verification code to RC email
See original GitHub issueThe script that generates an RC and an email gives a suggested command to download the staging repo. If could also suggest a short script to verify sigs and hashes like the following.
for file in $(find . -type f -regex '.*\.\(pom\|jar\|gz\)'); do
echo $file
gpg --verify "$file".asc $file
diff -Z "$file".md5 <(md5sum $file | cut -d ' ' -f 1)
diff -Z "$file".sha1 <(sha1sum $file | cut -d ' ' -f 1)
done
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Get a verification code and sign in with two-factor authentication
With two-factor authentication, you'll need a verification code to sign in with your Apple ID on a new device or browser.
Read more >Verify your Google Account
Open the email and find the verification code. To finish creating your account, enter the verification code when prompted. To see if your...
Read more >Unable to sign in to RingCentral
The two-step verification process generates an email or text message with a security code. If you don't receive either an email or a...
Read more >Microsoft account security info & verification codes
Select Add a new way to sign in or verify then choose how you would like to receive security codes. Tip: The email...
Read more >Manage Your Credit Card Account - Bank of America
Security Guarantee. You can confidently use Online or Mobile Banking ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Instead of putting this info in the email, we should have the email point to web page with information on how to download and verify the release.
Here’s one that checks all files downloaded:
This assumes the download of the staging repo skipped webserver generated content, and maven repo content, as in: