From 1766ba21375249b8954f4d3b0c130b6e69addbe2 Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Thu, 5 Apr 2012 14:00:21 +0200 Subject: [PATCH] use erp5-component branch of erp5 repository for erp5-component branch of slapos repository. --- stack/erp5.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack/erp5.cfg b/stack/erp5.cfg index f6f1d70d0..73b5ede90 100644 --- a/stack/erp5.cfg +++ b/stack/erp5.cfg @@ -242,7 +242,7 @@ recipe = plone.recipe.command location = ${buildout:parts-directory}/${:_buildout_section_name_} stop-on-error = true repository = http://git.erp5.org/repos/erp5.git -branch = master +branch = erp5-component revision = 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_COMMITTER_EMAIL=nobody@example.com GIT_AUTHOR_NAME=Nobody GIT_AUTHOR_EMAIL=nobody@example.com ${git:location}/bin/git pull && if [ -n "${:revision}" ]; then echo "Resetting." ; cd ${:location} && ${git:location}/bin/git reset --hard ${:revision} ; fi -- 2.30.9