X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcommon;h=599f8dc55a02c517cfc3e39852a253b9c1161064;hb=d3e7dbdd0037ccbcb4789365cbca67de06bce5fa;hp=5c8171ed6888b920124cf2c14eb0525ef3650d59;hpb=8deab563cb0e0aeaf209e5af90381b6e1f0fa3c9;p=dak.git diff --git a/config/debian/common b/config/debian/common index 5c8171ed..599f8dc5 100644 --- a/config/debian/common +++ b/config/debian/common @@ -33,7 +33,7 @@ function make_buildd_dir () { cd ${incoming} rm -f buildd/Release* apt-ftparchive -qq -o APT::FTPArchive::Release::Origin="Debian" -o APT::FTPArchive::Release::Label="Debian" -o APT::FTPArchive::Release::Description="buildd incoming" -o APT::FTPArchive::Release::Architectures="${archs}" release buildd > Release - gpg --secret-keyring /srv/ftp.debian.org/s3kr1t/dot-gnupg/secring.gpg --keyring /srv/ftp.debian.org/s3kr1t/dot-gnupg/pubring.gpg --no-options --batch --no-tty --armour --default-key 6070D3A1 --detach-sign -o Release.gpg Release + gpg --secret-keyring /srv/ftp.debian.org/s3kr1t/dot-gnupg/secring.gpg --keyring /srv/ftp.debian.org/s3kr1t/dot-gnupg/pubring.gpg --no-options --batch --no-tty --armour --default-key 55BE302B --detach-sign -o Release.gpg Release mv Release* buildd/. cd ${incoming} @@ -57,7 +57,6 @@ function acceptnew () { mv --target-directory="${accepted}" "${NAME}" else log_error "Error, couldn't find file ${NAME} to move to ${accepted}" - exit 2 fi done mv --target-directory="${accepted}" "${file}" "${file%%.changes}.dak"