Commit 0e9a554f authored by Łukasz Nowak's avatar Łukasz Nowak

- workaround products-erp5-development in same manner as products-erp5,

   to use plone.recipe.command


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40480 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 045dd111
......@@ -70,6 +70,19 @@ product_list = AGProjects CMFActivity CMFCategory ERP5 ERP5Catalog ERP5Form ERP5
command =
for product in ${:product_list} ; do ${subversion:location}/bin/svn checkout ${:svn_param} https://svn.erp5.org/repos/public/erp5/trunk/products/$product ${:location}/$product & done
[products-erp5-development]
# Recipe infrae.subversion is using svn command under the hood, but there is
# no way to pass --trust-server-cert --non-interactive, so in 2.12 falvour
# it is better to evaluate usage of provided subversion command
recipe = plone.recipe.command
svn_param =--trust-server-cert --non-interactive
location = ${buildout:parts-directory}/${:_buildout_section_name_}
stop-on-error = true
update-command = ${:command}
product_list = ERP5Subversion
command =
for product in ${:product_list} ; do ${subversion:location}/bin/svn checkout ${:svn_param} https://svn.erp5.org/repos/public/erp5/trunk/products/$product ${:location}/$product & done
[products]
recipe = plone.recipe.command
paths =
......
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