The keyring no longer needs to be signed

This commit is contained in:
Pierre Schmitz 2012-03-09 22:36:02 +01:00
parent 15f80006f7
commit 9f3a1ace76
4 changed files with 0 additions and 7 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -55,11 +55,4 @@ done < packager-keyids
cat master/*.asc packager/*.asc > archlinux.gpg
for s in archlinux{.gpg,-trusted,-revoked}; do
if ! ${GPG} --verify ${s}.sig; then
rm -f ${s}.sig
gpg --detach-sign --use-agent ${s}
fi
done
popd >/dev/null