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

Verifying 3.9999 ISO fails when performed as instructed. #177

Closed
oaksisfolks opened this issue Sep 25, 2018 · 1 comment
Closed

Verifying 3.9999 ISO fails when performed as instructed. #177

oaksisfolks opened this issue Sep 25, 2018 · 1 comment

Comments

@oaksisfolks
Copy link

oaksisfolks commented Sep 25, 2018

Solus-3.9999-Budgie.sha256sum.sign is not a deteched signature, and in fact includes the sha256sum hash in the file. The specific command that fails is:

$ gpg --verify Solus-3.9999-Budgie.sha256sum.sign Solus-3.9999-Budgie.sha256sum
gpg: not a detached signature

The following solutions work:

Replacing the command above with:

$ gpg --verify < Solus-3.9999-Budgie.sha256sum.sign

and deprecating the use of Solus-3.9999-Budgie.sha256sum.

Or: removing the first 4 lines of Solus-3.9999-Budgie.sha256sum.sign so it does work as a detached signature. Not sure which is best practice, so I didn't want to submit a pull request.

@JoshStrobl
Copy link
Member

Should now be resolved with updated sign files.

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

No branches or pull requests

2 participants