From 4c5962188d829fbfd7f0e528b5fd6f84a6b1e84b Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Tue, 14 Dec 2010 22:30:31 +0100 Subject: [PATCH] Move a-f cleanup to the last Signed-off-by: Joerg Jaspert --- config/debian-security/cron.daily | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 + ################################################################################ -- 2.39.2