[Erp5-report] r40887 lucas - /erp5/trunk/buildout/software-profiles/erp5.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Nov 29 18:22:16 CET 2010
Author: lucas
Date: Mon Nov 29 18:22:15 2010
New Revision: 40887
URL: http://svn.erp5.org?rev=40887&view=rev
Log:
- Using the buildout svn, because old svn version does not work using --trust-server-cert.
Modified:
erp5/trunk/buildout/software-profiles/erp5.cfg
Modified: erp5/trunk/buildout/software-profiles/erp5.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/erp5.cfg?rev=40887&r1=40886&r2=40887&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/erp5.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/erp5.cfg [utf8] Mon Nov 29 18:22:15 2010
@@ -65,9 +65,9 @@ destination = ${:location}/Products
stop-on-error = true
update-command = ${:command}
command = svn checkout ${:svn_param} http://svn.plone.org/svn/collective/DCWorkflowGraph/tags/release-0_3/ ${:destination}/DCWorkflowGraph &&
- svn checkout ${:svn_param} svn://svn.zope.org/repos/main/Zelenium/trunk/@110603 ${:destination}/Zelenium &&
- svn checkout ${:svn_param} svn://svn.zope.org/repos/main/PluginRegistry/tags/1.0 ${:destination}/PluginRegistry &&
- svn checkout ${:svn_param} http://svn.plone.org/svn/archetypes/MimetypesRegistry/tags/Archetypes-1.4.0-final ${:destination}/MimetypesRegistry
+ ${subversion:location}/bin/svn checkout ${:svn_param} svn://svn.zope.org/repos/main/Zelenium/trunk/@110603 ${:destination}/Zelenium &&
+ ${subversion:location}/bin/svn checkout ${:svn_param} svn://svn.zope.org/repos/main/PluginRegistry/tags/1.0 ${:destination}/PluginRegistry &&
+ ${subversion:location}/bin/svn checkout ${:svn_param} http://svn.plone.org/svn/archetypes/MimetypesRegistry/tags/Archetypes-1.4.0-final ${:destination}/MimetypesRegistry
[eggs]
recipe = zc.recipe.egg
More information about the Erp5-report
mailing list