Commit 00b6fc6a authored by Łukasz Nowak's avatar Łukasz Nowak

Freeze Vifib.

parent 2e8f80a4
......@@ -32,7 +32,7 @@ unzip = true
recipe = plone.recipe.command
stop-on-error = true
branch = erp5-vifib
revision =
revision = 2e8f80a4339b6ae7c3214e3f09de24e7cd0ba866
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
......
......@@ -197,7 +197,7 @@ location = ${buildout:parts-directory}/${:_buildout_section_name_}
stop-on-error = true
repository = http://git.erp5.org/repos/erp5.git
branch = interaction-drop
revision =
revision = 396cb7567415fb5cc564c4a98f6d839574cce3e9
command = "${git:location}/bin/git" clone --quiet --branch "${:branch}" "${:repository}" "${: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 && if [ -n "${:revision}" ]; then "${git:location}/bin/git" reset --hard "${:revision}"; else "${git:location}/bin/git" reset --hard @{upstream} ; fi
......@@ -205,7 +205,7 @@ update-command = cd "${:location}" && "${git:location}/bin/git" fetch && if [ -n
<= erp5
branch = master
repository = http://git.erp5.org/repos/slapos.core.git
revision =
revision = 8000dab9ae6b6ec226aac0288756f41f76fdcd27
[fix-products-paths]
recipe = plone.recipe.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