lib/subtrac/templates/location.erb in ktec-subtrac-0.1.21 vs lib/subtrac/templates/location.erb in ktec-subtrac-0.1.22
- old
+ new
@@ -3,10 +3,10 @@
PythonInterpreter main_interpreter
PythonHandler trac.web.modpython_frontend
PythonOption TracEnvParentDir <%= trac_dir %>/<%= client_name %>
PythonOption TracUriRoot /<%= client_name %>
PythonOption TracEnvIndexTemplate <%= trac_dir %>/<%= client_name %>/.theme/index/index.html
- PythonOption PYTHON_EGG_CACHE /tmp
+ PythonOption PYTHON_EGG_CACHE <%= temp_dir %>
</location>
<location <%= @APP_CONFIG[:urls][:svn] %>/<%= client_name %>>
DAV svn
SVNParentPath <%= svn_dir %>/<%= client_name %>
SVNListParentPath On
\ No newline at end of file