Commit b267faaf authored by Łukasz Nowak's avatar Łukasz Nowak

- use software_definition to have detached environments


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32683 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5d5ca386
......@@ -76,3 +76,5 @@ command =
software_home = ${buildout:directory}
mysql_software = ${mysql-tritonn-5.0:location}
zope_software = ${zope-2.8:location}
openoffice_software = ${openoffice-bin:location}
oood_software = ${oood:location}
......@@ -3,9 +3,9 @@ parts =
openoffice-bin
[configuration]
openoffice_python = ${openoffice-bin:location}/basis-link/program/python.bin
openoffice_program = ${openoffice-bin:location}/program
openoffice_uno = ${openoffice-bin:location}/basis-link/program/
openoffice_python = ${software_definition:openoffice_software}/basis-link/program/python.bin
openoffice_program = ${software_definition:openoffice_software}/program
openoffice_uno = ${software_definition:openoffice_software}/basis-link/program/
[openoffice-bin]
recipe = z3c.recipe.openoffice
......
#!/bin/sh
cd ${buildout:etc-directory} && ${configuration:openoffice_python} ${oood:location}/runserw.py $@
cd ${buildout:etc-directory} && ${configuration:openoffice_python} ${software_definition:oood_software}/runserw.py $@
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