From 49c5f515e91b2978f951634d6118ff58aa64b1de Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Mon, 18 Jun 2012 16:46:26 +0200 Subject: pacman-key: reduce verbosity of --populate Do not bother the user with gpg's verbose output. Signed-off-by: Pierre Schmitz Signed-off-by: Allan McRae --- scripts/pacman-key.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/pacman-key.sh.in b/scripts/pacman-key.sh.in index 9561c7f2..8f75e2fd 100644 --- a/scripts/pacman-key.sh.in +++ b/scripts/pacman-key.sh.in @@ -277,7 +277,7 @@ populate_keyring() { # Add keys from requested keyrings for keyring in "${KEYRINGIDS[@]}"; do 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 # Read the trusted key IDs to an array. Because this is an ownertrust -- cgit v1.2.3-24-g4f1b