X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcontrol_suite.py;h=90b48d7342e01043f664c433a004fce623bfd8bb;hb=f9d94e9465179b9a7f83559c846d25fcd4df131f;hp=3a94ca5de4279ed6e581d37b6b24ef9aad78373f;hpb=f1e1fec3988780ddd6bcfed54dc50814dc207cac;p=dak.git diff --git a/dak/control_suite.py b/dak/control_suite.py index 3a94ca5d..90b48d73 100755 --- a/dak/control_suite.py +++ b/dak/control_suite.py @@ -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":