X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcontrol_suite.py;fp=dak%2Fcontrol_suite.py;h=7ec321f0a8474f2962dd4d47b1d95bf2e324f8f1;hb=d3a9d26206c0bc194556a7898f1a2ae0cbd227af;hp=ee55fcc59e5f8dbf16daf51917306161138ef0bf;hpb=e5fa0d1e1c0bcc494b1b9ff2b877b217b8561f2e;p=dak.git diff --git a/dak/control_suite.py b/dak/control_suite.py index ee55fcc5..7ec321f0 100755 --- a/dak/control_suite.py +++ b/dak/control_suite.py @@ -373,7 +373,7 @@ def main (): # Safety/Sanity check # XXX: This should be stored in the database - if action == "set" and suite_name not in ["testing"]: + if action == "set" and suite_name not in ["testing", "squeeze-updates"]: utils.fubar("Will not reset suite %s" % (suite_name)) britney = False