-
Notifications
You must be signed in to change notification settings - Fork 55
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 PE download signature checking #201
Add PE download signature checking #201
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.
Overall the logic looks good to me, I left a couple of questions :)
This now looks good to me but @mcka1n has open changes requests that he should probably resolve before I merge. |
Updating PR comment to reflect later param name changes, since this PR will be linked in the changelog. |
The download task now accepts an extra parameter "verify_download" and if set to true, downloads the signature file and checks the downloaded tarball against the signature. It requires the gpg binary to be installed on the download host.