[pacman-dev] [PATCH] repo-add: indicate whether package signature is found
13 Aug
2011
13 Aug
'11
11:19 a.m.
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@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
4892
Age (days ago)
4892
Last active (days ago)
0 comments
1 participants
participants (1)
-
Allan McRae