X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcontrol_suite.py;h=f648b5ece88ca2032fe2d3db2839161978f83580;hb=cd5b29ddfd8de263c085f494b9573d683913f6f3;hp=95b24bc60f4de00d8fa33a810490abf7f284c6d1;hpb=0d80b258098ff470433efa4d9c1f81b404883195;p=dak.git 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)