]> git.decadent.org.uk Git - dak.git/commitdiff
control-suite
authorJoerg Jaspert <joerg@debian.org>
Sun, 1 Feb 2009 14:52:59 +0000 (15:52 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sun, 1 Feb 2009 14:52:59 +0000 (15:52 +0100)
allow to set lenny-r0

Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian/cron.dinstall
dak/control_suite.py

index afa2571074eb82bb34e752380a3cb592b9126006..dbfcd1bb42a33ffe44957f229cd97fbe1f016182 100755 (executable)
@@ -91,6 +91,8 @@ 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
index 95b24bc60f4de00d8fa33a810490abf7f284c6d1..f648b5ece88ca2032fe2d3db2839161978f83580 100755 (executable)
@@ -275,8 +275,8 @@ def main ():
         utils.fubar("No action specified.")
 
     # Safety/Sanity check
-    if action == "set" and suite not in ["testing", "etch-m68k"]:
-        utils.fubar("Will not reset a suite other than testing.")
+    if action == "set" and suite not in ["testing", "etch-m68k", "lenny-r0"]:
+        utils.fubar("Will not reset suite %s" % (suite))
 
     if action == "list":
         get_list(suite)