]> git.decadent.org.uk Git - dak.git/commitdiff
Remove lenny-r0 specials
authorJoerg Jaspert <joerg@debian.org>
Sat, 14 Feb 2009 14:28:27 +0000 (15:28 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sat, 14 Feb 2009 14:28:27 +0000 (15:28 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian/cron.dinstall
dak/control_suite.py

index 15096657235cc09b43b70157f34d1db174b4466e..d4dea60590090248ee74d4e7eac6c058e44bb04a 100755 (executable)
@@ -91,9 +91,6 @@ ts "o-p-u-new"
 
 ################################################################################
 
-# Temporary until lenny is there
-dak control-suite -s lenny-r0 /srv/ftp.debian.org/misc/lenny-r0.txt
-
 echo "Synchronizing i18n package descriptions"
 # First sync their newest data
 cd ${scriptdir}/i18nsync
index f648b5ece88ca2032fe2d3db2839161978f83580..c6084d8bb2bf3e958714acff62cd9897b096f4eb 100755 (executable)
@@ -275,7 +275,7 @@ def main ():
         utils.fubar("No action specified.")
 
     # Safety/Sanity check
-    if action == "set" and suite not in ["testing", "etch-m68k", "lenny-r0"]:
+    if action == "set" and suite not in ["testing", "etch-m68k"]:
         utils.fubar("Will not reset suite %s" % (suite))
 
     if action == "list":