allow to set lenny-r0
Signed-off-by: Joerg Jaspert <joerg@debian.org>
################################################################################
+# 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
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)