From 31a7b150b0a7485b9747e7d72416e4257a30140a Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Sat, 13 Aug 2011 21:17:59 +1000 Subject: repo-add: indicate whether package signature is found When adding a package to a repo, it is useful to be able to see that repo-add has indeed found the signature file. [Dan: update text to be more in line with other messages] Signed-off-by: Allan McRae Signed-off-by: Dan McGee --- scripts/repo-add.sh.in | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/repo-add.sh.in') diff --git a/scripts/repo-add.sh.in b/scripts/repo-add.sh.in index 5e085922..85b938ad 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 "Adding package signature...")" pgpsig=$(openssl base64 -in "$pkgfile.sig" | tr -d '\n') fi -- cgit v1.2.3-54-g00ecf