From 96256fa4f2f75285d0115373935146b2b4353d0d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Tue, 21 Aug 2012 16:40:13 +0200
Subject: [PATCH] Freeze 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 ea004e32b..e3e260a9c 100644
--- a/software/erp5/software.cfg
+++ b/software/erp5/software.cfg
@@ -32,7 +32,7 @@ unzip = true
 recipe = plone.recipe.command
 stop-on-error = true
 branch = erp5-vifib
-revision =
+revision = 0f213093a61af2cb1c91c263078387ce92537422
 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 7fdda611e..9045cb7d4 100644
--- a/stack/erp5.cfg
+++ b/stack/erp5.cfg
@@ -195,7 +195,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 = 70ffb3f07ef78b880091df985321cea8df50309e
 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
 
@@ -203,7 +203,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 = 411c2f1d0cdd6f18842925b352d81127671e7d9f
 
 [fix-products-paths]
 recipe = plone.recipe.command
-- 
2.30.9