mirror: make .asc downloading opt-in with --pgp-signatures

Lots of third party repos do not use .asc PGP signatures at all, so having
this optional prevents tons of 404 Not Found errors.
This commit is contained in:
Hans-Christoph Steiner 2020-01-14 15:12:21 +01:00
parent 82a4817e8a
commit 5c82956561
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA
2 changed files with 13 additions and 2 deletions

View file

@ -253,7 +253,7 @@ __complete_btlog() {
__complete_mirror() {
opts="-v"
lopts="--archive --output-dir"
lopts="--all --archive --build-logs --pgp-signatures --src-tarballs --output-dir"
__complete_options
}