Mysql software release : first try with developping mysql recipe

parent 89ae1e64
[buildout] [buildout]
slaposcookbook_location = ${:parts-directory}/slaposcookbook
develop = ${:slaposcookbook_location}
extensions = extensions =
slapos.rebootstrap slapos.rebootstrap
slapos.tool.networkcache slapos.tool.networkcache
...@@ -8,6 +12,7 @@ find-links = ...@@ -8,6 +12,7 @@ find-links =
http://www.nexedi.org/static/packages/source/slapos.buildout/ http://www.nexedi.org/static/packages/source/slapos.buildout/
extends = extends =
../../component/git/buildout.cfg
../../component/mysql-5.1/buildout.cfg ../../component/mysql-5.1/buildout.cfg
#mysql-tritonn-5.0 #mysql-tritonn-5.0
#mariadb #mariadb
...@@ -22,6 +27,14 @@ parts += ...@@ -22,6 +27,14 @@ parts +=
# development / fast switching environment for whole software # development / fast switching environment for whole software
unzip = true unzip = true
[slaposcookbook]
recipe = plone.recipe.command
git_param =--quiet -b mysql
git = ${:git} clone ${:git_param} http://git.erp5.org/repos/slapos.git . || exit 1;
location = ${buildout:parts-directory}/${:_buildout_section_name_}
stop-on-error = true
update-command = ${:command}
[instance-recipe] [instance-recipe]
# Note: In case if specific instantiation recipe is used this is the place to # Note: In case if specific instantiation recipe is used this is the place to
# put its name # put its name
......
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