The keyring no longer needs to be signed
This commit is contained in:
parent
15f80006f7
commit
9f3a1ace76
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -55,11 +55,4 @@ done < packager-keyids
|
|||||||
|
|
||||||
cat master/*.asc packager/*.asc > archlinux.gpg
|
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
|
popd >/dev/null
|
||||||
|
Loading…
Reference in New Issue
Block a user