From e3e13ca6f200c4b4d23d0d8ba6f2ff9c6f48217d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Mon, 22 Nov 2010 15:37:16 +0000 Subject: [PATCH] - run in quiet mode git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40481 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/software-profiles/erp5-2.12.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buildout/software-profiles/erp5-2.12.cfg b/buildout/software-profiles/erp5-2.12.cfg index 4fc1f43be9..01d197e45c 100644 --- a/buildout/software-profiles/erp5-2.12.cfg +++ b/buildout/software-profiles/erp5-2.12.cfg @@ -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} -- GitLab