X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian-security%2Fcron.unchecked;h=e234e33bfe9b0059259bc7631ed771f825c3edaf;hb=60f071d5321c5d55cdaeadeeaa881fff711cc601;hp=c7baa6e6ad0aa92d90e87e7fc46b44d9ee215c95;hpb=9f25fd36ea9cef49c01c40e90f7a783dfc73c8e8;p=dak.git diff --git a/config/debian-security/cron.unchecked b/config/debian-security/cron.unchecked index c7baa6e6..e234e33b 100755 --- a/config/debian-security/cron.unchecked +++ b/config/debian-security/cron.unchecked @@ -84,14 +84,14 @@ for suite in stable testing; do cd ${incoming}/${suite}.new apt-ftparchive packages . ${overridedir}/override.${overridecodename}.all3 >Packages gzip -9c --rsyncable Packages.gz - apt-ftparchive sources . ${overridedir}/override.${overridecodename}.all3.src >Sources + apt-ftparchive sources . ${overridedir}/override.${overridecodename}.all3 >Sources gzip -9c --rsyncable Sources.gz rm -f Release cd ${incoming} - apt-ftparchive -qq -o APT::FTPArchive::Release::Origin="Debian" -o APT::FTPArchive::Release::Label="Debian" -o APT::FTPArchive::Release::Description="buildd $suite incoming" -o APT::FTPArchive::Release::Architectures="$archs" release ${suite}.new >${suite}.Release + apt-ftparchive -qq -o APT::FTPArchive::Release::Origin="Debian" -o APT::FTPArchive::Release::Label="Debian" -o APT::FTPArchive::Release::Description="buildd $suite security" -o APT::FTPArchive::Release::Architectures="$archs" release ${suite}.new >${suite}.Release - gpg --secret-keyring /srv/security-master.debian.org/s3kr1t/dot-gnupg/secring.gpg /srv/security-master.debian.org/s3kr1t/dot-gnupg/pubring.gpg --no-options --batch --no-tty --armour --default-key 473041FA --detach-sign -o ${suite}.Release.gpg ${suite}.Release + gpg --secret-keyring /srv/security-master.debian.org/s3kr1t/dot-gnupg/secring.gpg --keyring /srv/security-master.debian.org/s3kr1t/dot-gnupg/pubring.gpg --no-options --batch --no-tty --armour --default-key 473041FA --detach-sign -o ${suite}.Release.gpg ${suite}.Release mv ${suite}.Release ${suite}.new/Release mv ${suite}.Release.gpg ${suite}.new/Release.gpg