[Erp5-report] r40178 luke - /erp5/trunk/buildout/software-profiles/erp5-2.12.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Nov 10 16:14:11 CET 2010
Author: luke
Date: Wed Nov 10 16:14:10 2010
New Revision: 40178
URL: http://svn.erp5.org?rev=40178&view=rev
Log:
- differentiate install from update
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=40178&r1=40177&r2=40178&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/erp5-2.12.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/erp5-2.12.cfg [utf8] Wed Nov 10 16:14:10 2010
@@ -70,11 +70,14 @@ rpath =
recipe = plone.recipe.command
svn_param =--trust-server-cert --non-interactive
location = ${buildout:parts-directory}/${:_buildout_section_name_}
+stop-on-error = true
command =
${subversion:location}/bin/svn checkout ${:svn_param} https://svn.plone.org/svn/collective/ExtFile/trunk ${:location}/ExtFile
${git:location}/bin/git clone git://git.hforge.org/Localizer.git ${:location}/Localizer
-stop-on-error = true
-update-command = ${:command}
+update-command =
+ ${subversion:location}/bin/svn up ${:svn_param} ${:location}/ExtFile
+ cd ${:location}/Localizer
+ ${git:location}/bin/git pull
[products]
recipe = plone.recipe.command
More information about the Erp5-report
mailing list