Mercurial > treepkg
changeset 82:3b9f35a50abf
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
author | Bernhard Herzog <bh@intevation.de> |
---|---|
date | Fri, 31 Aug 2007 17:04:27 +0000 |
parents | 2630a1c18816 |
children | 83e48a76f759 |
files | demostaticweb.cfg |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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