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 <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
20b5cc96be
commit
31a7b150b0
1 changed files with 1 additions and 0 deletions
|
@ -277,6 +277,7 @@ db_write_entry() {
|
||||||
|
|
||||||
# compute base64'd PGP signature
|
# compute base64'd PGP signature
|
||||||
if [[ -f "$pkgfile.sig" ]]; then
|
if [[ -f "$pkgfile.sig" ]]; then
|
||||||
|
msg2 "$(gettext "Adding package signature...")"
|
||||||
pgpsig=$(openssl base64 -in "$pkgfile.sig" | tr -d '\n')
|
pgpsig=$(openssl base64 -in "$pkgfile.sig" | tr -d '\n')
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue