diff --git a/software/erp5/software.cfg b/software/erp5/software.cfg index 773f33416543d355a20c4f45982ec59b48e02842..1552e0cf44d24593d1a1e96e75e2adade6349535 100644 --- a/software/erp5/software.cfg +++ b/software/erp5/software.cfg @@ -28,7 +28,7 @@ unzip = true [slapos.cookbook-repository] recipe = plone.recipe.command stop-on-error = true -branch = erp5-component +branch = erp5 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