diff demostaticweb.cfg @ 372:ef87d30468b6

Added the option to expose additional log files from the log directory. To enable this one can either set a build_logs value in the staticweb.cfg or call createstaticweb with the parameter --show-logs. Default behavior is to only publish the build log, although the title is now capitalized.
author Andre Heinecke <aheinecke@intevation.de>
date Mon, 21 Jun 2010 08:23:30 +0000
parents 8ec9ed76d67b
children
line wrap: on
line diff
--- a/demostaticweb.cfg	Tue Jun 15 10:56:44 2010 +0000
+++ b/demostaticweb.cfg	Mon Jun 21 08:23:30 2010 +0000
@@ -23,6 +23,12 @@
 # to the ~/treepkg/web/ directory.
 build_template: status-by-startdate.html
 
+# Additional log files can be configured here, those can have non standard 
+# names as long as they are contained in the log directory of a package.
+# Filenames have to be seperated by a comma.
+# Default is: build_log.txt.gz
+# build_logs: build_log.txt.gz,tarball_log.txt,pkits_log.txt
+
 # the directory on build_host where the static web-site should be put.
 # This value is used as the parameter to the build_create command on
 # build_host.
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)