From 8070bc45cbc18b1f930c1feaebc2344076da0099 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sun, 23 Nov 2008 23:41:12 +0100 Subject: [PATCH] Remove dead and useless code, that had NEVER been reachable Signed-off-by: Joerg Jaspert --- config/debian-security/cron.daily | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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) -- 2.39.2