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

- only download is needed

 - input have to be existing path


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38027 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 24308a81
......@@ -231,8 +231,9 @@ urls =
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
input = ${download-software-home-template:filename}
input = ${download-software-home-template:location}/${download-software-home-template:filename}
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