X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian-security%2Fcron.daily;h=d3bf155eb8826159d1521eef7b53c6571fe8e6c7;hb=cc0bab2747a047292dc2f8c69c124712e11651ba;hp=f99c014939eeab00dd354db900e7ea6489666493;hpb=29ed8495b66abca9cfadac35f5b92cfe1e5c853d;p=dak.git diff --git a/config/debian-security/cron.daily b/config/debian-security/cron.daily index f99c0149..d3bf155e 100755 --- a/config/debian-security/cron.daily +++ b/config/debian-security/cron.daily @@ -37,18 +37,7 @@ for suite in $suites; do continue fi fi - case $suite in - oldstable) - dak control-overrides -q -a -t $override_type -s $suite -c updates/$component < override.sid.$component$type - ;; - stable) - dak control-overrides -q -a -t $override_type -s $suite -c updates/$component < override.sid.$component$type - ;; - testing) - dak control-overrides -q -a -t $override_type -s $suite -c updates/$component < override.sid.$component$type - ;; - *) echo "Unknown suite type ($suite)"; exit 1;; - esac + dak control-overrides -q -a -t $override_type -s $suite -c updates/$component < override.$override_suite.$component$type done done done