[Treepkg-commits] r6 - trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Aug 31 19:04:27 CEST 2007


Author: bh
Date: 2007-08-31 19:04:27 +0200 (Fri, 31 Aug 2007)
New Revision: 6

Modified:
   trunk/demostaticweb.cfg
Log:
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


Modified: trunk/demostaticweb.cfg
===================================================================
--- trunk/demostaticweb.cfg	2007-05-11 13:01:18 UTC (rev 5)
+++ trunk/demostaticweb.cfg	2007-08-31 17:04:27 UTC (rev 6)
@@ -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



More information about the Treepkg-commits mailing list