]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian-security/cron.daily
Adjust for squeeze.stable
[dak.git] / config / debian-security / cron.daily
index da5669759f55941b15a34993fb46ae6afcd9d717..213b0a903ee3043ebe978ca0dbad77e9b025c3e7 100755 (executable)
@@ -20,9 +20,9 @@ find . -maxdepth 1 -mindepth 1 -type l | xargs --no-run-if-empty rm
 
 for suite in $suites; do
     case $suite in
-               oldstable) override_suite=etch;;
-               stable) override_suite=lenny;;
-               testing) override_suite=squeeze;;
+               oldstable) override_suite=lenny;;
+               stable) override_suite=squeeze;;
+               testing) override_suite=wheezy;;
                *) echo "Unknown suite type ($suite)"; exit 1;;
     esac
     for component in $components; do
@@ -44,7 +44,7 @@ for suite in $suites; do
 done
 
 # Generate .all3 overides for the buildd support
-for dist in etch lenny squeeze; do
+for dist in lenny squeeze wheezy; do
     rm -f override.$dist.all3
     components="main contrib non-free";
     if [ -f override.$dist.main.debian-installer.gz ]; then