From: James Troup Date: Fri, 16 Jun 2006 04:46:07 +0000 (+0100) Subject: Add new-security-install support. X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=b1a0d76683e10dafd9e77b9e5830bd33002c869f;p=dak.git Add new-security-install support. --- diff --git a/ChangeLog b/ChangeLog index 40764f65..f903de14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2006-06-16 James Troup + + * 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 + + * dak/new_security_install.py: initial version imported from + klecker. + 2006-06-16 James Troup [Merged changes from klecker - original author unknown.] diff --git a/dak/dak.py b/dak/dak.py index abea91ac..c4d76be8 100755 --- a/dak/dak.py +++ b/dak/dak.py @@ -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",