From: Joerg Jaspert Date: Tue, 14 Dec 2010 21:30:31 +0000 (+0100) Subject: Move a-f cleanup to the last X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=4c5962188d829fbfd7f0e528b5fd6f84a6b1e84b;p=dak.git Move a-f cleanup to the last Signed-off-by: Joerg Jaspert --- diff --git a/config/debian-security/cron.daily b/config/debian-security/cron.daily index f92d1849..154a2e44 100755 --- a/config/debian-security/cron.daily +++ b/config/debian-security/cron.daily @@ -60,12 +60,10 @@ done ################################################################################ -cd $masterdir +cd $configdir dak import-keyring -L /srv/keyring.debian.org/keyrings/debian-keyring.gpg dak clean-queues dak clean-suites -apt-ftparchive -q clean apt.conf -apt-ftparchive -q clean apt.conf.buildd symlinks -d -r $ftpdir @@ -75,4 +73,7 @@ while read dumpname; do bzip2 -9fv "$dumpname" done +apt-ftparchive -q clean apt.conf +apt-ftparchive -q clean apt.conf.buildd + ################################################################################