]> git.donarmstrong.com Git - dak.git/commitdiff
Remove dead and useless code, that had NEVER been reachable
authorJoerg Jaspert <joerg@debian.org>
Sun, 23 Nov 2008 22:41:12 +0000 (23:41 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sun, 23 Nov 2008 22:41:12 +0000 (23:41 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian-security/cron.daily

index 9c78b6e51fa802b7bfcec9a344322cc19aa21e7a..1062a49a4305feff539806a36ea3a38c0322daa4 100755 (executable)
@@ -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)