From: Ansgar Burchardt Date: Sun, 4 Nov 2012 15:27:40 +0000 (+0100) Subject: config/debian-security/cron.unchecked: pass right override file X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;ds=sidebyside;h=42cca047e93f1efb4bcceaf1b4c020225db71932;p=dak.git config/debian-security/cron.unchecked: pass right override file apt-ftparchive appends '.src' on its own when generating Sources. --- diff --git a/config/debian-security/cron.unchecked b/config/debian-security/cron.unchecked index c7baa6e6..10423531 100755 --- a/config/debian-security/cron.unchecked +++ b/config/debian-security/cron.unchecked @@ -84,7 +84,7 @@ 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