changeset 192:eaadf5350a1a

Add the add-binaries command to bin/treepkgbuilder.py
author Bernhard Herzog <bh@intevation.de>
date Wed, 30 Jul 2008 19:30:21 +0000
parents 94fb3f3ab58b
children 98de92b816d4
files bin/treepkgbuilder.py
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bin/treepkgbuilder.py	Wed Jul 30 19:23:10 2008 +0000
+++ b/bin/treepkgbuilder.py	Wed Jul 30 19:30:21 2008 +0000
@@ -81,6 +81,15 @@
                               extramirrors=self.opts.othermirror)
 
 
+class AddBinariesCommand(Command):
+
+    names = ("add-binaries",)
+
+    def run(self):
+        builder = self.get_builder()
+        builder.add_binaries_to_extra_pkg(self.rest)
+
+
 class UpdateCommand(Command):
 
     names = ("update",)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)