Changing branch to master before merge

parent cebc6225
......@@ -70,11 +70,11 @@ mode = 0644
[slaposcookbook]
recipe = plone.recipe.command
git_param =--quiet -b kumofs
git_branch = master
git = ${git:location}/bin/git
location = ${buildout:parts-directory}/${:_buildout_section_name_}
stop-on-error = true
command = ${:git} clone ${:git_param} http://git.erp5.org/repos/slapos.git ${:location} || exit 1;
command = ${:git} clone --quiet -b ${:git_branch} http://git.erp5.org/repos/slapos.git ${:location} || exit 1;
update-command = cd ${:location} && ${git:location}/bin/git pull --quiet
[checkrecipe]
......
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