-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
client
updates download
: get signed packages when possible
This tries to get signed packages when possible, by calling gpg on the key file in /etc/pki/rpm-gpg to figure out the key ID, and passing it to Koji. If we can't work it out - because the key file isn't there on this system, or gpg isn't there, or whatever - we just fall through to getting unsigned packages. There's also a `--no-gpg` to disable this behaviour. Signed-off-by: Adam Williamson <[email protected]>
- Loading branch information
Showing
2 changed files
with
206 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters