]> git.decadent.org.uk Git - dak.git/blobdiff - dak/rm.py
Merge branch 'rm-close-bugs' of /home/tolimar/dak into rm-close-bugs
[dak.git] / dak / rm.py
index f0d18c1d12da2acf615de39cc690b0b6f45c60e9..66dab6113ccebdd2f6d748caa4fc405aecf5fc23 100755 (executable)
--- a/dak/rm.py
+++ b/dak/rm.py
@@ -283,7 +283,7 @@ def main ():
 
     for i in [ "architecture", "binary-only", "carbon-copy", "component",
                "done", "help", "no-action", "partial", "rdep-check", "reason",
-               "source-only" ]:
+               "source-only", "Do-Close" ]:
         if not cnf.has_key("Rm::Options::%s" % (i)):
             cnf["Rm::Options::%s" % (i)] = ""
     if not cnf.has_key("Rm::Options::Suite"):