X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcontrol_suite.py;h=c6084d8bb2bf3e958714acff62cd9897b096f4eb;hb=9f371390bb90395b2f2f0b65c91c21047896774a;hp=f648b5ece88ca2032fe2d3db2839161978f83580;hpb=7ca8637b7e4ff3871b8f2063d77b4e9c735f421c;p=dak.git diff --git a/dak/control_suite.py b/dak/control_suite.py index f648b5ec..c6084d8b 100755 --- a/dak/control_suite.py +++ b/dak/control_suite.py @@ -275,7 +275,7 @@ def main (): utils.fubar("No action specified.") # Safety/Sanity check - if action == "set" and suite not in ["testing", "etch-m68k", "lenny-r0"]: + if action == "set" and suite not in ["testing", "etch-m68k"]: utils.fubar("Will not reset suite %s" % (suite)) if action == "list":