]> git.decadent.org.uk Git - dak.git/commitdiff
allow squeeze-updates to be reset
authorMark Hymers <mhy@debian.org>
Fri, 11 Mar 2011 20:27:40 +0000 (20:27 +0000)
committerMark Hymers <mhy@debian.org>
Fri, 11 Mar 2011 20:27:40 +0000 (20:27 +0000)
Signed-off-by: Mark Hymers <mhy@debian.org>
dak/control_suite.py

index ee55fcc59e5f8dbf16daf51917306161138ef0bf..7ec321f0a8474f2962dd4d47b1d95bf2e324f8f1 100755 (executable)
@@ -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