Commit e3e13ca6 authored by Łukasz Nowak's avatar Łukasz Nowak

- run in quiet mode


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40481 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0e9a554f
...@@ -46,7 +46,7 @@ stop-on-error = true ...@@ -46,7 +46,7 @@ stop-on-error = true
# nor git. plone.recipe.command can do same job, but it is controllable which # nor git. plone.recipe.command can do same job, but it is controllable which
# binary will be used # binary will be used
recipe = plone.recipe.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_} location = ${buildout:parts-directory}/${:_buildout_section_name_}
stop-on-error = true stop-on-error = true
command = command =
...@@ -62,7 +62,7 @@ update-command = ...@@ -62,7 +62,7 @@ update-command =
# no way to pass --trust-server-cert --non-interactive, so in 2.12 falvour # no way to pass --trust-server-cert --non-interactive, so in 2.12 falvour
# it is better to evaluate usage of provided subversion command # it is better to evaluate usage of provided subversion command
recipe = plone.recipe.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_} location = ${buildout:parts-directory}/${:_buildout_section_name_}
stop-on-error = true stop-on-error = true
update-command = ${:command} update-command = ${:command}
...@@ -75,7 +75,7 @@ command = ...@@ -75,7 +75,7 @@ command =
# no way to pass --trust-server-cert --non-interactive, so in 2.12 falvour # no way to pass --trust-server-cert --non-interactive, so in 2.12 falvour
# it is better to evaluate usage of provided subversion command # it is better to evaluate usage of provided subversion command
recipe = plone.recipe.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_} location = ${buildout:parts-directory}/${:_buildout_section_name_}
stop-on-error = true stop-on-error = true
update-command = ${:command} update-command = ${:command}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment