]> git.decadent.org.uk Git - dak.git/blobdiff - dak/control_suite.py
control-suite
[dak.git] / dak / control_suite.py
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)