comparison 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
comparison
equal deleted inserted replaced
463:52f841330c16 464:5fda6768bef6
78 ("signing_key_id", str, ""), 78 ("signing_key_id", str, ""),
79 ("changelog_msg_template", str, "Update to revision %(revision)s"), 79 ("changelog_msg_template", str, "Update to revision %(revision)s"),
80 ("git_branch", str,""), 80 ("git_branch", str,""),
81 ("git_url", str,""), 81 ("git_url", str,""),
82 ("os", str, ""), 82 ("os", str, ""),
83 ("builder_cls",str,"PBuilder") 83 ("builder_cls", str, "PBuilder"),
84 ("status_hook", str, "")
84 ] 85 ]
85 86
86 treepkg_desc = [ 87 treepkg_desc = [
87 ("check_interval", int), 88 ("check_interval", int),
88 "instructions_file", 89 "instructions_file",
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)