[Treepkg-commits] r117 - trunk/bin

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Jul 30 21:30:21 CEST 2008


Author: bh
Date: 2008-07-30 21:30:21 +0200 (Wed, 30 Jul 2008)
New Revision: 117

Modified:
   trunk/bin/treepkgbuilder.py
Log:
Add the add-binaries command to bin/treepkgbuilder.py


Modified: trunk/bin/treepkgbuilder.py
===================================================================
--- trunk/bin/treepkgbuilder.py	2008-07-30 19:23:10 UTC (rev 116)
+++ trunk/bin/treepkgbuilder.py	2008-07-30 19:30:21 UTC (rev 117)
@@ -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",)



More information about the Treepkg-commits mailing list