From: Joerg Jaspert Date: Sun, 1 Feb 2009 14:52:59 +0000 (+0100) Subject: control-suite X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=7ca8637b7e4ff3871b8f2063d77b4e9c735f421c;p=dak.git control-suite allow to set lenny-r0 Signed-off-by: Joerg Jaspert --- diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index afa25710..dbfcd1bb 100755 --- a/config/debian/cron.dinstall +++ b/config/debian/cron.dinstall @@ -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 diff --git a/dak/control_suite.py b/dak/control_suite.py index 95b24bc6..f648b5ec 100755 --- a/dak/control_suite.py +++ b/dak/control_suite.py @@ -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)