X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=scripts%2Fdebian%2Fbuildd-add-keys;h=2ba4bac176283804b6a8aae23d75d8434b200c0d;hb=1e635a1eca99ce9535cf43229a447aa2b5de0b4c;hp=4ded0f342ea0cf31c4bdd1b19fb123a625db99e5;hpb=5ec8ebfaf6690e95ce7a7ffdcd6c298d5dceac90;p=dak.git diff --git a/scripts/debian/buildd-add-keys b/scripts/debian/buildd-add-keys index 4ded0f34..2ba4bac1 100755 --- a/scripts/debian/buildd-add-keys +++ b/scripts/debian/buildd-add-keys @@ -221,7 +221,6 @@ for file in $(ls -1 ${INCOMING}/*.key); do # rollover works. 3 won't, they have to rm one first # We need to check for the amount of keys ARCHKEYRING="${base}/${ARCH}/keyring.gpg" - trap - ERR EXIT TERM HUP INT QUIT KEYNO=$(gpg ${DEFGPGOPT} --keyring "${ARCHKEYRING}" --with-colons --list-keys "buildd_${ARCH}-${BUILDD}@buildd.debian.org" | grep -c '^pub:' || /bin/true ) if [ ${KEYNO} -gt 2 ]; then