From: Anthony Towns Date: Fri, 28 Jul 2006 16:19:19 +0000 (-0700) Subject: don't generate Contents info for accepted autobuild X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=a73fbc3014f409e89e8d21cd780bf52be36e63d1;p=dak.git don't generate Contents info for accepted autobuild --- diff --git a/config/debian/cron.unchecked b/config/debian/cron.unchecked index 1282b60e..7eddf086 100644 --- a/config/debian/cron.unchecked +++ b/config/debian/cron.unchecked @@ -43,7 +43,7 @@ if lockfile -r3 $LOCKFILE; then fi done cd $configdir - apt-ftparchive -qq generate apt.conf.buildd + apt-ftparchive -qq -o APT::FTPArchive::Contents=off generate apt.conf.buildd . $configdir/cron.buildd fi else