]> git.decadent.org.uk Git - dak.git/blobdiff - dak/control_suite.py
Kill etch
[dak.git] / dak / control_suite.py
index 7a979fa45ed1dffcbd25d46d64afe4048d8ec4ff..d8f8227b2320e4d8302670f4757a180c7a84a26e 100755 (executable)
@@ -302,7 +302,7 @@ def main ():
 
     # Safety/Sanity check
     # XXX: This should be stored in the database
-    if action == "set" and suite_name not in ["testing", "etch-m68k"]:
+    if action == "set" and suite_name not in ["testing"]:
         utils.fubar("Will not reset suite %s" % (suite_name))
 
     if action == "list":