X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcontrol_suite.py;h=d8f8227b2320e4d8302670f4757a180c7a84a26e;hb=49658fd9c09516ce4c933e1e128a9c59b72f69d5;hp=7a979fa45ed1dffcbd25d46d64afe4048d8ec4ff;hpb=e9ec486c006ece8c92b0b155c41515bd5ab33576;p=dak.git diff --git a/dak/control_suite.py b/dak/control_suite.py index 7a979fa4..d8f8227b 100755 --- a/dak/control_suite.py +++ b/dak/control_suite.py @@ -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":