From d3a9d26206c0bc194556a7898f1a2ae0cbd227af Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Fri, 11 Mar 2011 20:27:40 +0000 Subject: [PATCH] allow squeeze-updates to be reset Signed-off-by: Mark Hymers --- dak/control_suite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2