[Erp5-report] r40484 luke - /erp5/trunk/buildout/software-profiles/erp5-2.12.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Nov 22 17:00:27 CET 2010
Author: luke
Date: Mon Nov 22 17:00:16 2010
New Revision: 40484
URL: http://svn.erp5.org?rev=40484&view=rev
Log:
- make git quiet
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=40484&r1=40483&r2=40484&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 17:00:16 2010
@@ -51,11 +51,11 @@ location = ${buildout:parts-directory}/$
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
+ ${git:location}/bin/git clone --quiet git://git.hforge.org/Localizer.git ${:location}/Localizer
update-command =
${subversion:location}/bin/svn checkout ${:svn_param} https://svn.plone.org/svn/collective/ExtFile/trunk ${:location}/ExtFile &&
cd ${:location}/Localizer &&
- ${git:location}/bin/git pull
+ ${git:location}/bin/git pull --quiet
[products-erp5]
# Recipe infrae.subversion is using svn command under the hood, but there is
More information about the Erp5-report
mailing list