diff --git a/buildout/software-profiles/erp5-2.12.cfg b/buildout/software-profiles/erp5-2.12.cfg index 6c2dd8eda9b50e20284523db7435889ccabb050b..4fc1f43be9c48c399f05454e199c37706431702a 100644 --- a/buildout/software-profiles/erp5-2.12.cfg +++ b/buildout/software-profiles/erp5-2.12.cfg @@ -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 =