[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] allow squeeze-updates to be reset



Signed-off-by: Mark Hymers <mhy@debian.org>
---
 dak/control_suite.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dak/control_suite.py b/dak/control_suite.py
index ee55fcc..7ec321f 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
-- 
1.7.2.3


Reply to: