From: Joerg Jaspert Date: Sun, 23 Nov 2008 22:41:12 +0000 (+0100) Subject: Remove dead and useless code, that had NEVER been reachable X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=8070bc45cbc18b1f930c1feaebc2344076da0099;p=dak.git Remove dead and useless code, that had NEVER been reachable Signed-off-by: Joerg Jaspert --- diff --git a/config/debian-security/cron.daily b/config/debian-security/cron.daily index 9c78b6e5..1062a49a 100755 --- a/config/debian-security/cron.daily +++ b/config/debian-security/cron.daily @@ -31,18 +31,11 @@ for suite in $suites; do dsc) type=".src" ;; udeb) type=".debian-installer" ;; esac - #XXX RUN AFUCKINGAWAY + if [ "$override_type" = "udeb" ]; then if [ ! "$component" = "main" ]; then continue fi - if [ "$suite" = "unstable" ]; then - dak control-overrides -q -S -t $override_type -s $suite -c updates/$component < override.$override_suite.$component$type - fi - else - # XXX removed 2007-08-16 ajt - #dak control-overrides -q -S -t $override_type -s $suite -c updates/$component < override.$override_suite.$component$type - true fi case $suite in oldstable)