X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=config%2Fdebian-security%2Fcron.daily;h=da5669759f55941b15a34993fb46ae6afcd9d717;hb=cc8c39a7a9d895a5662c73f225318d74995bec92;hp=f92d184979dd8cde11db3912f604cfed4bb4e17a;hpb=1d15746f9e968f07d5f803ee61cb75fc1e2f7515;p=dak.git diff --git a/config/debian-security/cron.daily b/config/debian-security/cron.daily index f92d1849..da566975 100755 --- a/config/debian-security/cron.daily +++ b/config/debian-security/cron.daily @@ -60,12 +60,11 @@ done ################################################################################ -cd $masterdir +cd $configdir dak import-keyring -L /srv/keyring.debian.org/keyrings/debian-keyring.gpg dak clean-queues +dak clean-queues -i $disembargo dak clean-suites -apt-ftparchive -q clean apt.conf -apt-ftparchive -q clean apt.conf.buildd symlinks -d -r $ftpdir @@ -75,4 +74,7 @@ while read dumpname; do bzip2 -9fv "$dumpname" done +apt-ftparchive -q clean apt.conf +apt-ftparchive -q clean apt.conf.buildd + ################################################################################