From 73e3f4516b4ceb226a7564107ff5e2e7306bcd1a Mon Sep 17 00:00:00 2001 From: Torsten Werner Date: Sat, 8 Jan 2011 19:05:56 +0100 Subject: [PATCH] add command copy-installer to dak driver Signed-off-by: Torsten Werner --- dak/dak.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dak/dak.py b/dak/dak.py index 7d4a4157..cdb0331f 100755 --- a/dak/dak.py +++ b/dak/dak.py @@ -144,6 +144,8 @@ def init(): "Add a user to the archive"), ("make-changelog", "Generate changelog between two suites"), + ("copy-installer", + "Copies the installer from one suite to another"), ] return functionality -- 2.39.2