[Erp5-report] r40480 luke - /erp5/trunk/buildout/software-profiles/erp5-2.12.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 22 16:35:19 CET 2010


Author: luke
Date: Mon Nov 22 16:35:19 2010
New Revision: 40480

URL: http://svn.erp5.org?rev=40480&view=rev
Log:
 - workaround products-erp5-development in same manner as products-erp5,
   to use plone.recipe.command

Modified:
    erp5/trunk/buildout/software-profiles/erp5-2.12.cfg

Modified: erp5/trunk/buildout/software-profiles/erp5-2.12.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/erp5-2.12.cfg?rev=40480&r1=40479&r2=40480&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/erp5-2.12.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/erp5-2.12.cfg [utf8] Mon Nov 22 16:35:19 2010
@@ -70,6 +70,19 @@ product_list = AGProjects CMFActivity CM
 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 =




More information about the Erp5-report mailing list