diff treepkg/readconfig.py @ 378:41226e427823

Added an option to configure the used builder class from the treepkg.cfg. This should reduce the need for platform specific recipes.
author Andre Heinecke <aheinecke@intevation.de>
date Mon, 21 Jun 2010 13:05:26 +0000
parents f06f707d9fda
children c1f3be727f9d
line wrap: on
line diff
--- a/treepkg/readconfig.py	Mon Jun 21 10:58:09 2010 +0000
+++ b/treepkg/readconfig.py	Mon Jun 21 13:05:26 2010 +0000
@@ -77,7 +77,8 @@
     ("signing_key_id", str, ""),
     ("changelog_msg_template", str, "Update to revision %(revision)s"),
     ("git_branch", str,""),
-    ("git_url", str,"")
+    ("git_url", str,""),
+    ("builder_cls",str,"PBuilder")
     ]
 
 treepkg_desc = [
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)