]> git.decadent.org.uk Git - dak.git/blobdiff - dak/control_suite.py
commit updates from live dak tree on ftp-master
[dak.git] / dak / control_suite.py
index 3a94ca5de4279ed6e581d37b6b24ef9aad78373f..90b48d7342e01043f664c433a004fce623bfd8bb 100755 (executable)
@@ -272,7 +272,7 @@ def main ():
         daklib.utils.fubar("No action specified.")
 
     # Safety/Sanity check
-    if action == "set" and suite != "testing":
+    if action == "set" and suite not in ["testing", "etch-m68k"]:
         daklib.utils.fubar("Will not reset a suite other than testing.")
 
     if action == "list":