X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=config%2Fdebian-security%2Fcron.daily;h=da5669759f55941b15a34993fb46ae6afcd9d717;hb=b3fcdc882c96d2f2d21e5d29fdc08a450f1c291b;hp=059de3744529ee0a9e1143c2ec0bbf0af4eb190c;hpb=205d7ee9627d28d924fb6b8765de950f46acdb2e;p=dak.git diff --git a/config/debian-security/cron.daily b/config/debian-security/cron.daily index 059de374..da566975 100755 --- a/config/debian-security/cron.daily +++ b/config/debian-security/cron.daily @@ -60,11 +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 @@ -74,4 +74,7 @@ while read dumpname; do bzip2 -9fv "$dumpname" done +apt-ftparchive -q clean apt.conf +apt-ftparchive -q clean apt.conf.buildd + ################################################################################