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

- make git quiet


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40484 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8565565f
......@@ -51,11 +51,11 @@ 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
${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
......
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