diff treepkg/readconfig.py @ 464:5fda6768bef6

Enable a status_hook to be set and executed on status changes
author Andre Heinecke <aheinecke@intevation.de>
date Thu, 09 Sep 2010 14:26:35 +0000
parents e049599fde1a
children e5b66539f893
line wrap: on
line diff
--- a/treepkg/readconfig.py	Thu Sep 09 13:49:37 2010 +0000
+++ b/treepkg/readconfig.py	Thu Sep 09 14:26:35 2010 +0000
@@ -80,7 +80,8 @@
     ("git_branch", str,""),
     ("git_url", str,""),
     ("os", str, ""),
-    ("builder_cls",str,"PBuilder")
+    ("builder_cls", str, "PBuilder"),
+    ("status_hook", str, "")
     ]
 
 treepkg_desc = [
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)