Mysql software release : Add eggs part, hopefully right order

parent 09fc4fbf
......@@ -7,7 +7,6 @@ extensions =
slapos.tool.networkcache
slapos.zcbworkarounds
slapos.rebootstrap
mr.developer
find-links =
http://www.nexedi.org/static/packages/source/slapos.buildout/
......@@ -26,6 +25,7 @@ versions = versions
parts +=
# Create instance template
template
eggs
instance-recipe-egg
# XXX: Workaround of SlapOS limitation
......@@ -47,6 +47,15 @@ stop-on-error = true
command = ${:git} clone ${:git_param} http://git.erp5.org/repos/slapos.git ${:location} || exit 1;
update-command = cd ${:location} && ${git:location}/bin/git pull --quiet
[eggs]
# Just so buildout executes [slaposcookbook] before [eggs], as
# - [eggs] references [slaposcookbook]
# - [instance-recipe] needs [slaposcookbook] to be finished
# - we cannot rely on anything else being executed before [instance-recipe]
slaposcookbook_dummy = ${slaposcookbook:location}
extra-paths +=
${products-erp5:location}
[instance-recipe]
egg = slapos.cookbook
module = 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