Skip to content

Conversation

junderw
Copy link
Contributor

@junderw junderw commented May 6, 2019

these bash scripts should make it easier to verify the hashes match for people who don't use git and just download the zip.

also switched to sha256

@junderw
Copy link
Contributor Author

junderw commented May 6, 2019

One problem this has is that all current signatures should be discarded when a change is made, otherwise, for example, my signature will be for an outdated sha256sum and verification will fail since your sig will be valid for current sha256sum and mine will become invalid...

Since it is merely batch validating, if any one is incorrect it will fail...

@junderw
Copy link
Contributor Author

junderw commented May 6, 2019

Perhaps instead of using the error code in a if then statement, the gpg --verify should just be run as-is and the user can read the valid/invalid list and decide which ones they care about...

It's all a matter of preference imo.

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.

1 participant