]> git.decadent.org.uk Git - dak.git/blobdiff - dak/control_suite.py
merge from master
[dak.git] / dak / control_suite.py
index f648b5ece88ca2032fe2d3db2839161978f83580..c6084d8bb2bf3e958714acff62cd9897b096f4eb 100755 (executable)
@@ -275,7 +275,7 @@ def main ():
         utils.fubar("No action specified.")
 
     # Safety/Sanity check
-    if action == "set" and suite not in ["testing", "etch-m68k", "lenny-r0"]:
+    if action == "set" and suite not in ["testing", "etch-m68k"]:
         utils.fubar("Will not reset suite %s" % (suite))
 
     if action == "list":