# HG changeset patch # User Bernhard Herzog # Date 1204642016 0 # Node ID 38aeaa34fa8c4d5b78b8f798682f2c6d4e2d22c5 # Parent 66cbfc772f84e5d62295b36c94017ce62a4e720c Include the build host in the default value of cachedir in demostaticweb.cfg diff -r 66cbfc772f84 -r 38aeaa34fa8c demostaticweb.cfg --- a/demostaticweb.cfg Tue Mar 04 14:31:28 2008 +0000 +++ b/demostaticweb.cfg Tue Mar 04 14:46:56 2008 +0000 @@ -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/${LOGNAME}/treepkg-status-cache +cachedir: /tmp/${LOGNAME}/treepkg-status-cache/%(build_host)s