Mysql software release : Add eggs part, hopefully right order

parent 09fc4fbf
...@@ -7,7 +7,6 @@ extensions = ...@@ -7,7 +7,6 @@ extensions =
slapos.tool.networkcache slapos.tool.networkcache
slapos.zcbworkarounds slapos.zcbworkarounds
slapos.rebootstrap slapos.rebootstrap
mr.developer
find-links = find-links =
http://www.nexedi.org/static/packages/source/slapos.buildout/ http://www.nexedi.org/static/packages/source/slapos.buildout/
...@@ -26,6 +25,7 @@ versions = versions ...@@ -26,6 +25,7 @@ versions = versions
parts += parts +=
# Create instance template # Create instance template
template template
eggs
instance-recipe-egg instance-recipe-egg
# XXX: Workaround of SlapOS limitation # XXX: Workaround of SlapOS limitation
...@@ -47,6 +47,15 @@ stop-on-error = true ...@@ -47,6 +47,15 @@ stop-on-error = true
command = ${:git} clone ${:git_param} http://git.erp5.org/repos/slapos.git ${:location} || exit 1; 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 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] [instance-recipe]
egg = slapos.cookbook egg = slapos.cookbook
module = mysql 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