X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian-security%2Fcron.daily;h=3c34d769ec2bea6d1abccf73910ef2aff5aae791;hb=7a23455cf4a831e599172f48ce29178e64dc09db;hp=ba1d11ee8aced36ac17ab4a5b71e6b8953a015d8;hpb=57955c99aafd66ecc236f42506c94a21dbd9db15;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