]> git.decadent.org.uk Git - dak.git/commitdiff
Add new-security-install support.
authorJames Troup <james@nocrew.org>
Fri, 16 Jun 2006 04:46:07 +0000 (05:46 +0100)
committerJames Troup <james@nocrew.org>
Fri, 16 Jun 2006 04:46:07 +0000 (05:46 +0100)
ChangeLog
dak/dak.py

index 40764f659d36b5e34f2946ac6f1a6db4b70bca91..f903de146c9fabd84a7b73f4e243445615336413 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2006-06-16  James Troup  <james@nocrew.org>
+
+       * dak/dak.py (init): add new-security-install.
+
+       * dak/new_security_install.py: cleanups and adapt for new naming
+       scheme and other changes.
+
+2006-06-16  Anthony Towns  <ajt@debian.org>
+
+       * dak/new_security_install.py: initial version imported from
+       klecker.
+
 2006-06-16  James Troup  <james@nocrew.org>
 
        [Merged changes from klecker - original author unknown.]
index abea91ac672c5c292d073fb366aa419256e8d3f5..c4d76be89db1626cf3e9bd3f46348dfa96d272ad 100755 (executable)
@@ -110,6 +110,8 @@ def init():
          "Manually reject from proposed-updates"),
         ("security-install",
          "Install a security upload into the archive"),
+        ("new-security-install",
+         "New way to install a security upload into the archive"),
         ("split-done",
          "Split queue/done into a date-based hierarchy"),
         ("stats",