Commit 3637e815 authored by Alain Takoudjou's avatar Alain Takoudjou

version of slapos.core and erp5 is now frozen in erp5-vifib

parent 33e3fde3
......@@ -193,7 +193,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 = 463e070a260bfa31cc08005f3a412df8c74fbde3
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
......@@ -201,7 +201,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 = d4a595c2daca9c3a8f5f58bf8c6fbdbd79c05cd7
[fix-products-paths]
recipe = plone.recipe.command
......@@ -504,7 +504,7 @@ python-memcached = 1.47
restkit = 4.1.2
rtjp-eventlet = 0.3.2
setuptools = 0.6c12dev-r88846
slapos.core =
slapos.core = 1.3.2
slapos.recipe.build = 0.7
slapos.recipe.template = 2.4
slapos.toolbox = 0.23
......
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