X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian-security%2Fcron.daily;h=bfa6dd38f97a9ef8c810e12d8a95acdb993086ab;hb=4cbcf2ec05c369e20897afb68770826468b84fdf;hp=ba1d11ee8aced36ac17ab4a5b71e6b8953a015d8;hpb=ebec9bc1c451491b8558e6012680e7d37c0bc595;p=dak.git diff --git a/config/debian-security/cron.daily b/config/debian-security/cron.daily index ba1d11ee..bfa6dd38 100755 --- a/config/debian-security/cron.daily +++ b/config/debian-security/cron.daily @@ -3,6 +3,7 @@ # Executed daily via cron, out of dak's crontab. set -e +set -o pipefail export SCRIPTVARS=/srv/security-master.debian.org/dak/config/debian-security/vars . $SCRIPTVARS @@ -22,7 +23,6 @@ find . -maxdepth 1 -mindepth 1 -type l | xargs --no-run-if-empty rm for suite in $suites; do case $suite in - oldstable) override_suite=lenny;; stable) override_suite=squeeze;; testing) override_suite=wheezy;; *) echo "Unknown suite type ($suite)"; exit 1;; @@ -50,7 +50,7 @@ for suite in $suites; do done # Generate .all3 overides for the buildd support -for dist in lenny squeeze wheezy; do +for dist in squeeze wheezy; do rm -f override.$dist.all3 components="main contrib non-free"; if [ -f override.$dist.main.debian-installer.gz ]; then