From b1a0d76683e10dafd9e77b9e5830bd33002c869f Mon Sep 17 00:00:00 2001 From: James Troup Date: Fri, 16 Jun 2006 05:46:07 +0100 Subject: [PATCH] Add new-security-install support. --- ChangeLog | 12 ++++++++++++ dak/dak.py | 2 ++ 2 files changed, 14 insertions(+) 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", -- 2.39.2