Commit c8eb8e2e authored by Sebastien Robin's avatar Sebastien Robin

allow to specify another branch than master (usefull for testing

local branches)
parent 00c01f8a
......@@ -191,7 +191,8 @@ recipe = plone.recipe.command
location = ${buildout:parts-directory}/${:_buildout_section_name_}
stop-on-error = true
repository = http://git.erp5.org/repos/erp5.git
command = ${git:location}/bin/git clone --quiet ${:repository} ${:location}
branch = master
command = ${git:location}/bin/git clone --quiet -b ${:branch} ${:repository} ${:location}
update-command = cd ${:location} && ${git:location}/bin/git pull --quiet
[products]
......
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