From: Joerg Jaspert Date: Fri, 25 Mar 2011 20:46:28 +0000 (+0100) Subject: yuck, that was one debug line too much ending up in commit X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=1e635a1eca99ce9535cf43229a447aa2b5de0b4c yuck, that was one debug line too much ending up in commit Signed-off-by: Joerg Jaspert --- 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