]> git.decadent.org.uk Git - dak.git/commitdiff
config/debian-security/cron.daily: use explicit list of suites
authorAnsgar Burchardt <ansgar@debian.org>
Sun, 4 Nov 2012 17:02:26 +0000 (18:02 +0100)
committerAnsgar Burchardt <ansgar@debian.org>
Sun, 4 Nov 2012 17:02:26 +0000 (18:02 +0100)
config/debian-security/cron.daily

index e0b846632796c05053c3a13bf1ab210b8f579373..41127c1a28a54ec749080ffbb09a5beb8920360c 100755 (executable)
@@ -21,7 +21,7 @@ for file in override*.gz; do
 done
 find . -maxdepth 1 -mindepth 1 -type l | xargs --no-run-if-empty rm
 
-for suite in $suites; do
+for suite in stable testing; do
     case $suite in
         stable) override_suite=squeeze;;
         testing) override_suite=wheezy;;