X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian-security%2Fcron.daily;h=3105dd69bd5014354e623a92057321f8d7a5a576;hb=52eb03dccab0a9898bca4d36a0a96ebe377fb977;hp=41127c1a28a54ec749080ffbb09a5beb8920360c;hpb=0d3e6065d965432889db49606dfce2488d2c41a2;p=dak.git diff --git a/config/debian-security/cron.daily b/config/debian-security/cron.daily index 41127c1a..3105dd69 100755 --- a/config/debian-security/cron.daily +++ b/config/debian-security/cron.daily @@ -23,8 +23,9 @@ find . -maxdepth 1 -mindepth 1 -type l | xargs --no-run-if-empty rm for suite in stable testing; do case $suite in - stable) override_suite=squeeze;; - testing) override_suite=wheezy;; + oldstable) override_suite=squeeze;; + stable) override_suite=wheezy;; + testing) override_suite=jessie;; *) echo "Unknown suite type ($suite)"; exit 1;; esac for component in $components; do @@ -50,7 +51,7 @@ for suite in stable testing; do done # Generate .all3 overides for the buildd support -for dist in squeeze wheezy; do +for dist in squeeze wheezy jessie; do rm -f override.$dist.all3 components="main contrib non-free"; if [ -f override.$dist.main.debian-installer.gz ]; then