diff --git a/software/erp5/software.cfg b/software/erp5/software.cfg index 3290ff742fb5f98f22309632b25cc5b8504e20f5..d42562a0760a702e0724e0e476f6e2ec1615f528 100644 --- a/software/erp5/software.cfg +++ b/software/erp5/software.cfg @@ -32,7 +32,7 @@ unzip = true recipe = plone.recipe.command stop-on-error = true branch = erp5-vifib -revision = +revision = 3232cb223cf6ed9f88ca8a140deab3340c20e29f 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 diff --git a/stack/erp5.cfg b/stack/erp5.cfg index 9a31ee1a3ea6a19f8d5fa3e2d67ebdc78b4ee987..2cb56d189e62af776924eab77b23254674871aec 100644 --- a/stack/erp5.cfg +++ b/stack/erp5.cfg @@ -199,7 +199,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 = 1208b56c354f223dac4f5a9e87ea392cb4fb590d 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 @@ -207,7 +207,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 = edfaddfed4f8e98f43611d10c7e5c64adda3577a [fix-products-paths] recipe = plone.recipe.command