X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian-security%2Fcron.daily;h=3c34d769ec2bea6d1abccf73910ef2aff5aae791;hb=e13fd3c48245d48b0335649d294aacaee666bab5;hp=ba1d11ee8aced36ac17ab4a5b71e6b8953a015d8;hpb=ebec9bc1c451491b8558e6012680e7d37c0bc595;p=dak.git diff --git a/config/debian-security/cron.daily b/config/debian-security/cron.daily index ba1d11ee..3c34d769 100755 --- a/config/debian-security/cron.daily +++ b/config/debian-security/cron.daily @@ -22,7 +22,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 +49,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