[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Move a-f cleanup to the last



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 config/debian-security/cron.daily |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/config/debian-security/cron.daily b/config/debian-security/cron.daily
index f92d184..154a2e4 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
+
 ################################################################################
-- 
1.5.6.5



Reply to: