X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcommon;h=599f8dc55a02c517cfc3e39852a253b9c1161064;hb=1ff93a0bc08432270fde894e075f81fc1cd6841a;hp=9bc417b7bb91918fa45594847bb7d42220cda979;hpb=799e92eebb163bf65ea2a4009e71db0b1bcf966c;p=dak.git diff --git a/config/debian/common b/config/debian/common index 9bc417b7..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}