X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian-security%2Fcron.daily;h=41127c1a28a54ec749080ffbb09a5beb8920360c;hb=dc1b57197d7741d335f816c51b1ae7ec06d0711e;hp=e0b846632796c05053c3a13bf1ab210b8f579373;hpb=f5824d123b0b2e4038155be757e8bd23d123a264;p=dak.git diff --git a/config/debian-security/cron.daily b/config/debian-security/cron.daily index e0b84663..41127c1a 100755 --- a/config/debian-security/cron.daily +++ b/config/debian-security/cron.daily @@ -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;;