]> git.decadent.org.uk Git - dak.git/commitdiff
Move a-f cleanup to the last
authorJoerg Jaspert <joerg@debian.org>
Tue, 14 Dec 2010 21:30:31 +0000 (22:30 +0100)
committerJoerg Jaspert <joerg@debian.org>
Tue, 14 Dec 2010 21:30:31 +0000 (22:30 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian-security/cron.daily

index f92d184979dd8cde11db3912f604cfed4bb4e17a..154a2e4487015848d22c5141ad4c0e44b61f7844 100755 (executable)
@@ -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
+
 ################################################################################