[pacman-dev] [PATCH] repo-add: indicate whether package signature is found
Allan McRae
allan at archlinux.org
Sat Aug 13 07:19:28 EDT 2011
When adding a package to a repo, it is useful to be able to see
that repo-add has indeed found the signature file.
Signed-off-by: Allan McRae <allan at archlinux.org>
---
scripts/repo-add.sh.in | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/scripts/repo-add.sh.in b/scripts/repo-add.sh.in
index 5e08592..2991d30 100644
--- a/scripts/repo-add.sh.in
+++ b/scripts/repo-add.sh.in
@@ -277,6 +277,7 @@ db_write_entry() {
# compute base64'd PGP signature
if [[ -f "$pkgfile.sig" ]]; then
+ msg2 "$(gettext "Found package signature file...")"
pgpsig=$(openssl base64 -in "$pkgfile.sig" | tr -d '\n')
fi
--
1.7.6
More information about the pacman-dev
mailing list