From: Torsten Werner Date: Sat, 8 Jan 2011 18:05:56 +0000 (+0100) Subject: add command copy-installer to dak driver X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73e3f4516b4ceb226a7564107ff5e2e7306bcd1a;p=dak add command copy-installer to dak driver Signed-off-by: Torsten Werner --- 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