Mysql software release : first try with developping mysql recipe

parent 89ae1e64
[buildout]
slaposcookbook_location = ${:parts-directory}/slaposcookbook
develop = ${:slaposcookbook_location}
extensions =
slapos.rebootstrap
slapos.tool.networkcache
......@@ -8,6 +12,7 @@ find-links =
http://www.nexedi.org/static/packages/source/slapos.buildout/
extends =
../../component/git/buildout.cfg
../../component/mysql-5.1/buildout.cfg
#mysql-tritonn-5.0
#mariadb
......@@ -22,6 +27,14 @@ parts +=
# development / fast switching environment for whole software
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]
# Note: In case if specific instantiation recipe is used this is the place to
# 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