pacman-key: reduce verbosity of --populate
Do not bother the user with gpg's verbose output. Signed-off-by: Pierre Schmitz <pierre@archlinux.de> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
09295f7e40
commit
49c5f515e9
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ populate_keyring() {
|
||||||
# Add keys from requested keyrings
|
# Add keys from requested keyrings
|
||||||
for keyring in "${KEYRINGIDS[@]}"; do
|
for keyring in "${KEYRINGIDS[@]}"; do
|
||||||
msg "$(gettext "Appending keys from %s.gpg...")" "$keyring"
|
msg "$(gettext "Appending keys from %s.gpg...")" "$keyring"
|
||||||
"${GPG_PACMAN[@]}" --import "${KEYRING_IMPORT_DIR}/${keyring}.gpg"
|
"${GPG_PACMAN[@]}" --quiet --import "${KEYRING_IMPORT_DIR}/${keyring}.gpg"
|
||||||
done
|
done
|
||||||
|
|
||||||
# Read the trusted key IDs to an array. Because this is an ownertrust
|
# Read the trusted key IDs to an array. Because this is an ownertrust
|
||||||
|
|
Loading…
Add table
Reference in a new issue