[Repoze-checkins] r603 - repoze.trac/trunk/repoze/trac/etc

Chris McDonough chrism at agendaless.com
Wed Dec 5 17:23:13 UTC 2007


Author: Chris McDonough <chrism at agendaless.com>
Date: Wed Dec  5 17:23:13 2007
New Revision: 603

Log:
Change default path to ../var.


Modified:
   repoze.trac/trunk/repoze/trac/etc/paste.ini

Modified: repoze.trac/trunk/repoze/trac/etc/paste.ini
==============================================================================
--- repoze.trac/trunk/repoze/trac/etc/paste.ini	(original)
+++ repoze.trac/trunk/repoze/trac/etc/paste.ini	Wed Dec  5 17:23:13 2007
@@ -3,7 +3,7 @@
 
 [app:trac]
 paste.app_factory = repoze.trac:make_trac
-path = %(here)s
+path = %(here)s/../var
 
 [pipeline:main]
 pipeline = egg:Paste#cgitb trac


More information about the Repoze-checkins mailing list