# HG changeset patch # User Bernhard Herzog # Date 1188579867 0 # Node ID 3b9f35a50abf52c74b8ad2286e43fd77d572ffd9 # Parent 2630a1c18816ea85f0fe816b06303b1f6b966b79 Make the defaults a bit more useful: build_create: The createstaticweb.py script is in the bin subdirectory cachedir: Use LOGNAME instead of USER because LOGNAME is automatically set by cron diff -r 2630a1c18816 -r 3b9f35a50abf demostaticweb.cfg --- a/demostaticweb.cfg Fri May 11 13:01:18 2007 +0000 +++ b/demostaticweb.cfg Fri Aug 31 17:04:27 2007 +0000 @@ -15,7 +15,7 @@ # the program to run on build_host to create the static web-page. # Currently publishstaticweb.py assumes that the default configuration # for that program works. -build_create: ~/treepackager/createstaticweb.py +build_create: ~/treepkg/bin/createstaticweb.py # 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 @@ -39,4 +39,4 @@ # directories of the form ~ or ~user at the beginning of the value and # environment variable references of the form $VAR or ${VAR} are # expanded. -cachedir: /tmp/${USER}/treepkg-status-cache +cachedir: /tmp/${LOGNAME}/treepkg-status-cache