pacman-key: Actually verify signatures and exit with correct codes
commita8f03d07c7eaae02a55065a4a2f098ef6d8b5bff
authorPierre Schmitz <pierre@archlinux.de>
Sat, 31 Mar 2012 13:55:14 +0000 (31 15:55 +0200)
committerDan McGee <dan@archlinux.org>
Sat, 7 Apr 2012 15:22:10 +0000 (7 10:22 -0500)
tree7405a631ee1b159af42dd9ccbeec5274b127e7d3
parent114d121001d8c3e901d5330b864d58870c6e917b
pacman-key: Actually verify signatures and exit with correct codes

We cannot rely on gpg's exit code. Instead we have to check the status-fd to
figure out whether a signature is valid or not.

In addition to this pacman-key --verify can now be used in scripts as it will
return an exit code of 1 if the signature is invalid.

Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
Signed-off-by: Dan McGee <dan@archlinux.org>
scripts/pacman-key.sh.in