]> git.decadent.org.uk Git - dak.git/commitdiff
yuck, that was one debug line too much ending up in commit
authorJoerg Jaspert <joerg@debian.org>
Fri, 25 Mar 2011 20:46:28 +0000 (21:46 +0100)
committerJoerg Jaspert <joerg@debian.org>
Fri, 25 Mar 2011 20:46:28 +0000 (21:46 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
scripts/debian/buildd-add-keys

index 4ded0f342ea0cf31c4bdd1b19fb123a625db99e5..2ba4bac176283804b6a8aae23d75d8434b200c0d 100755 (executable)
@@ -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