diff --git a/software/erp5/software.cfg b/software/erp5/software.cfg index 50417281ff5af6629209f79304fffe0ef30cdf7c..1c21fe21bb90ed33c8597a12ba1a894ee835b663 100644 --- a/software/erp5/software.cfg +++ b/software/erp5/software.cfg @@ -29,7 +29,7 @@ unzip = true [slapos.cookbook-repository] recipe = plone.recipe.command stop-on-error = true -branch = erp5 +branch = erp5-vifib revision = 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