X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcontrol_suite.py;h=90b48d7342e01043f664c433a004fce623bfd8bb;hb=164bd4615cb96a8b8d5bac8d67c0b5c57a7f64e2;hp=3a94ca5de4279ed6e581d37b6b24ef9aad78373f;hpb=5bc1925a3750cbafc82703c60c5106686c8c7af4;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":