Commit 7bee746b authored by Łukasz Nowak's avatar Łukasz Nowak

- use inline template to make buildout possible to run with external

   extension
Note: It is not possible to download input file for
collective.recipe.template


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40179 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0da12d36
......@@ -84,16 +84,16 @@ urls =
http://www.erp5.org/dists/snapshot/products/ZMySQLDDA.tgz
http://www.erp5.org/dists/snapshot/products/ZSQLCatalog.tgz
[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}
download-only = true
[software_home]
recipe = collective.recipe.template
# does not work because of bug in collective.recipe.template (input have to be
# available in __init__)
#input = ${download-software-home-template:location}/${download-software-home-template:filename}
input = ${buildout:software_home}/templates/software-home.inc.in
input = inline:
[buildout]
software_home = ${buildout:software_home}
eggs-directory = ${buildout:eggs-directory}
develop-eggs-directory = ${buildout:develop-eggs-directory}
[software_definition]
software_home = ${buildout:software_home}
executable = ${software_definition:executable}
mysql_software = ${software_definition:mysql_software}
output = ${buildout:software_home}/instance-profiles/software-home.inc
[buildout]
software_home = ${buildout:software_home}
eggs-directory = ${buildout:eggs-directory}
develop-eggs-directory = ${buildout:develop-eggs-directory}
[software_definition]
software_home = ${buildout:software_home}
executable = ${software_definition:executable}
mysql_software = ${software_definition:mysql_software}
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