[Erp5-report] r40481 luke - /erp5/trunk/buildout/software-profiles/erp5-2.12.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Nov 22 16:37:17 CET 2010
Author: luke
Date: Mon Nov 22 16:37:16 2010
New Revision: 40481
URL: http://svn.erp5.org?rev=40481&view=rev
Log:
- run in quiet mode
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=40481&r1=40480&r2=40481&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:37:16 2010
@@ -46,7 +46,7 @@ stop-on-error = true
# nor git. plone.recipe.command can do same job, but it is controllable which
# binary will be used
recipe = plone.recipe.command
-svn_param =--trust-server-cert --non-interactive
+svn_param =--trust-server-cert --non-interactive --quiet
location = ${buildout:parts-directory}/${:_buildout_section_name_}
stop-on-error = true
command =
@@ -62,7 +62,7 @@ update-command =
# 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
+svn_param =--trust-server-cert --non-interactive --quiet
location = ${buildout:parts-directory}/${:_buildout_section_name_}
stop-on-error = true
update-command = ${:command}
@@ -75,7 +75,7 @@ command =
# 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
+svn_param =--trust-server-cert --non-interactive --quiet
location = ${buildout:parts-directory}/${:_buildout_section_name_}
stop-on-error = true
update-command = ${:command}
More information about the Erp5-report
mailing list