comparison demo.cfg @ 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 2995f3042f82
children
comparison
equal deleted inserted replaced
463:52f841330c16 464:5fda6768bef6
85 85
86 # Uncomment and insert the ID of the key with which to sign .dsc, .changes the 86 # Uncomment and insert the ID of the key with which to sign .dsc, .changes the
87 # Release file in the pbuilder's extra-pkg directory. 87 # Release file in the pbuilder's extra-pkg directory.
88 # You can override this in the pkg_ sections if you need package 88 # You can override this in the pkg_ sections if you need package
89 # specific values 89 # specific values
90 #signing_key_id: 90 #signing_key_id:
91 91
92 # Use the status_hook vaiable to set a command you want to execute once
93 # the status of a treepkg has changed
94 # The envrionment variables set before this hook is called:
95 # TREEPKG_TRACK - The name of the track currently on
96 # TREEPKG_BASE_DIR - The name of the base directory of the current build
97 # TREEPKG_STATE - The state in which the track is currently (e.g. error)
98 # TREEPKG_STATENAME - The name of the current state
99 # (e.g. creating_binary_package)
100 # status_hook:
92 101
93 [treepkg] 102 [treepkg]
94 # Section for general tree packager configuration 103 # Section for general tree packager configuration
95 104
96 # Interval in seconds between checks for updates 105 # Interval in seconds between checks for updates
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)