Commit 24308a81 authored by Łukasz Nowak's avatar Łukasz Nowak

- put software_home part in common, download instead of relying on fact of being checkouted

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38026 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 338541f4
......@@ -227,4 +227,12 @@ urls =
${:base}/ZMySQLDDA/${:revision} ZMySQLDDA
${:base}/ZSQLCatalog/${:revision} ZSQLCatalog
[download-software-home-template]
recipe = hexagonit.recipe.download
filename = software-home.inc.in
url = https://svn.erp5.org/repos/public/erp5/trunk/buildout/templates/${:filename}
[software_home]
recipe = collective.recipe.template
input = ${download-software-home-template:filename}
output = ${buildout:software_home}/instance-profiles/software-home.inc
......@@ -71,9 +71,3 @@ update-command = ${:command}
[software_definition]
software_home = ${buildout:software_home}
executable = ${python2.6:executable}
[software_home]
recipe = collective.recipe.template
input = ${buildout:software_home}/templates/software-home.inc.in
output = ${buildout:software_home}/instance-profiles/software-home.inc
......@@ -80,10 +80,3 @@ software_home = ${buildout:software_home}
# with local mysql, but by default buildout mysql will be used.
mysql_software = ${mysql-tritonn-5.0:location}
executable = ${python2.4:executable}
[software_home]
recipe = collective.recipe.template
input = ${buildout:software_home}/templates/software-home.inc.in
output = ${buildout:software_home}/instance-profiles/software-home.inc
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