Commit a4173a8c authored by Alain Takoudjou's avatar Alain Takoudjou

Update python executable

parent 72fe465b
......@@ -324,7 +324,7 @@ user-list = $${slap-parameter:trac-user-list}
recipe = slapos.cookbook:wrapper
command-line = ${apache:location}/bin/httpd -DFOREGROUND -f "$${httpd-conf:output}"
environment = PYTHONPATH=${subversion-1.9:location}/lib/svn-python:$${inittrac:python_path}
PATH=${python2.7:location}/bin:$PATH
PATH=${python2.7:location}/bin:%(PATH)s
wrapper-path = $${basedirectory:services}/httpd
wait-for-files = $${inittrac:file-status}
......
......@@ -44,9 +44,13 @@ extends =
allow-hosts +=
*.edgewall.org
*.edgewall.com
[python-2.7]
executable = ${python2.7:location}/bin/python2.7
[instance-egg]
recipe = zc.recipe.egg
python = python-2.7
eggs =
${mysql-python:egg}
slapos.toolbox
......@@ -115,7 +119,7 @@ md5sum = bc6ed91a1862a10af661713aa0691848
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-trac.cfg
output = ${buildout:directory}/template-trac.cfg
md5sum = 4c5caf5cfb7567964c54cd57adba46a4
md5sum = 7525cd9596527a22cf3447e38771a3c5
mode = 0644
[create-svn-repo]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment