From da8b21dd0dc77a5d8b516db89c9dc96b0bad1da4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Thu, 8 Sep 2011 13:37:45 +0200
Subject: [PATCH] Fetch production_201109 from other repositories.

---
 software/sanef/software.cfg | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/software/sanef/software.cfg b/software/sanef/software.cfg
index 4ea1975e2..d71b6fcb1 100644
--- a/software/sanef/software.cfg
+++ b/software/sanef/software.cfg
@@ -72,7 +72,7 @@ command =
 
 [sanef.repository]
 <= erp5
-tag = 20110722-CR1108
+branch = production_201109
 repository = https://saneftestbot:kucahS5oav6jahch@git.erp5.org/repos/sanef.git
 
 [bt5-repository]
@@ -117,8 +117,8 @@ recipe = plone.recipe.command
 stop-on-error = true
 location = ${buildout:parts-directory}/${:_buildout_section_name_}
 repository = https://saneftestbot:kucahS5oav6jahch@git.erp5.org/repos/slapos/sanef.git
-tag = 20110823-CR1108-zeosizefix-cookbook
+branch = production_201109
 # Note: GIT_SSL_NO_VERIFY is used as SlapOS OpenSSL configuration does not
 # contain master certificates to verify.
-command = (GIT_SSL_NO_VERIFY=1 ${git:location}/bin/git clone --quiet ${:repository} ${:location} && cd ${:location} && ${git:location}/bin/git checkout -b ${:tag} ${:tag}) || (rm -fr ${:location} && exit 1) 
+command = (GIT_SSL_NO_VERIFY=1 ${git:location}/bin/git clone --quiet ${:repository} ${:location} && cd ${:location} && ${git:location}/bin/git checkout -b ${:tag}) || (rm -fr ${:location} && exit 1) 
 update-command = 
-- 
2.30.9