MySQL software release : Add egg part so that buildout executes the git clone...

MySQL software release : Add egg part so that buildout executes the git clone before looking for cookbook
parent eaf2f1f0
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment