From f16647050d2bb625064083a7d7154d803342f9f9 Mon Sep 17 00:00:00 2001
From: Rafael Monnerat <rafael@nexedi.com>
Date: Wed, 8 Aug 2012 16:28:24 +0200
Subject: [PATCH] Fix branch name to erp5 instead of erp5-component

---
 stack/erp5/buildout.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stack/erp5/buildout.cfg b/stack/erp5/buildout.cfg
index f185819957..8c2e4915a1 100644
--- a/stack/erp5/buildout.cfg
+++ b/stack/erp5/buildout.cfg
@@ -145,7 +145,7 @@ parts =
 [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
-- 
2.30.9