[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Remove dead and useless code, that had NEVER been reachable



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 config/debian-security/cron.daily |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diff --git a/config/debian-security/cron.daily b/config/debian-security/cron.daily
index 9c78b6e..1062a49 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)
-- 
1.5.6.5



Reply to: