From 4da9bd01c0ead284672f172aba8566bf27b48b0c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= <cedric.dsm@tiolive.com>
Date: Wed, 1 Jun 2011 16:30:00 +0200
Subject: [PATCH] MySQL software release : Add egg part so that buildout
 executes the git clone before looking for cookbook

---
 software/mysql/software.cfg | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/software/mysql/software.cfg b/software/mysql/software.cfg
index 8e33425ba..dbfbad4bb 100644
--- a/software/mysql/software.cfg
+++ b/software/mysql/software.cfg
@@ -33,6 +33,13 @@ unzip = true
 #version = 2
 #section = python2.7
 
+[eggs]
+# Just so buildout executes [bef_erp5-recipe] before [eggs], as
+# - [eggs] references [bef_erp5-recipe]
+# - [instance-recipe] needs [bef_erp5-recipe] to be finished
+# - we cannot rely on anything else being executed before [eggs]
+slaposcookbook_dummy = ${slaposcookbook:location}
+
 [slaposcookbook]
 recipe = plone.recipe.command
 git_param =--quiet -b mysql
-- 
2.30.9