]> git.decadent.org.uk Git - dak.git/blobdiff - config/backports/cron.weekly
Eliminate all references to apt.conf
[dak.git] / config / backports / cron.weekly
index 097aa63cf7fcc3672e9efc3091d946857ebb1c5d..ee57d39ffc762c5acae1c8bedc5edc5bc028b770 100755 (executable)
@@ -2,6 +2,7 @@
 #
 
 set -e
+set -o pipefail
 set -u
 # ERR traps should be inherited from functions too. (And command
 # substitutions and subshells and whatnot, but for us the functions is
@@ -29,11 +30,6 @@ if [ ! -z "$(find $ftpdir/pool/ -type d -empty)" ]; then
    find $ftpdir/pool/ -type d -empty | xargs rmdir;
 fi
 
-# Clean up apt-ftparchive's databases
-
-echo "Splitting queue/done"
-dak split-done
-
 # Clean up apt-ftparchive's databases
 cd $configdir
 #echo "Cleanup apt-ftparchive's database"