Commit bc8c37e8 authored by Alain Takoudjou's avatar Alain Takoudjou

Freeze erp5-vifib branch

parent 3637e815
......@@ -31,7 +31,7 @@ unzip = true
recipe = plone.recipe.command
stop-on-error = true
branch = erp5-vifib
revision =
revision = 3637e815ea97350fb6b2b47b6d6ddc911c345c5a
location = ${buildout:parts-directory}/${:_buildout_section_name_}
command = "${git:location}/bin/git" clone --branch "${:branch}" --quiet http://git.erp5.org/repos/slapos.git "${:location}" && if [ -n "${:revision}" ]; then cd "${:location}" && "${git:location}/bin/git" reset --quiet --hard "${:revision}" ; fi
update-command = cd "${:location}" && "${git:location}/bin/git" fetch --quiet && if [ -n "${:revision}" ]; then "${git:location}/bin/git" reset --hard "${:revision}"; else "${git:location}/bin/git" reset --quiet --hard @{upstream} ; fi
......
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