X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcontrol_suite.py;h=c6084d8bb2bf3e958714acff62cd9897b096f4eb;hb=bdd0f80d900a9437fc0fbbf4ec1704da75907c69;hp=f648b5ece88ca2032fe2d3db2839161978f83580;hpb=0fbf46fb7da5309d9fca4761178c1375cb8916ee;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":