From cd2fb0534062a07a893be085a88f6dc4ab95b3e5 Mon Sep 17 00:00:00 2001
From: Alain Takoudjou <talino@tiolive.com>
Date: Tue, 18 Nov 2014 16:05:02 +0000
Subject: [PATCH] Freeze erp5-vifib

---
 software/erp5/software.cfg | 2 +-
 stack/erp5.cfg             | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/software/erp5/software.cfg b/software/erp5/software.cfg
index caccc0dce..cba843920 100644
--- a/software/erp5/software.cfg
+++ b/software/erp5/software.cfg
@@ -31,7 +31,7 @@ unzip = true
 recipe = plone.recipe.command
 stop-on-error = true
 branch = erp5-vifib
-revision = 
+revision = 31d2714ed3671730858b9090a89c37940cc7c6e6
 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
 update-command = cd "${:location}" && "${git:location}/bin/git" fetch --quiet && if [ -n "${:revision}" ]; then "${git:location}/bin/git" reset --hard "${:revision}"; else "${git:location}/bin/git" reset --quiet --hard @{upstream} ; fi
diff --git a/stack/erp5.cfg b/stack/erp5.cfg
index 5a2145093..1d1b49344 100644
--- a/stack/erp5.cfg
+++ b/stack/erp5.cfg
@@ -193,7 +193,7 @@ location = ${buildout:parts-directory}/${:_buildout_section_name_}
 stop-on-error = true
 repository = http://git.erp5.org/repos/erp5.git
 branch = interaction-drop
-revision = 
+revision = 463e070a260bfa31cc08005f3a412df8c74fbde3
 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:location}/bin/git" fetch && if [ -n "${:revision}" ]; then "${git:location}/bin/git" reset --hard "${:revision}"; else "${git:location}/bin/git" reset --hard @{upstream} ; fi
 
@@ -201,7 +201,7 @@ update-command = cd "${:location}" && "${git:location}/bin/git" fetch && if [ -n
 <= erp5
 branch = master
 repository = http://git.erp5.org/repos/slapos.core.git
-revision = 
+revision = 58bc658e4d0ba619308075c070b3b396ce5e0a7f
 
 [fix-products-paths]
 recipe = plone.recipe.command
-- 
2.30.9