MySQL software release : Cleanup profile

parent 5063d79f
...@@ -14,6 +14,7 @@ find-links = ...@@ -14,6 +14,7 @@ find-links =
extends = extends =
../../component/git/buildout.cfg ../../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
versions = versions versions = versions
...@@ -35,10 +36,10 @@ unzip = true ...@@ -35,10 +36,10 @@ unzip = true
[slaposcookbook] [slaposcookbook]
recipe = plone.recipe.command recipe = plone.recipe.command
git_param =--quiet -b mysql git_param =--quiet -b mysql
git = ${:git} clone ${:git_param} http://git.erp5.org/repos/slapos.git . || exit 1; git = ${:git} clone ${:git_param} http://git.erp5.org/repos/slapos.git ${:location} || exit 1;
location = ${buildout:parts-directory}/${:_buildout_section_name_} location = ${buildout:parts-directory}/${:_buildout_section_name_}
stop-on-error = true stop-on-error = true
update-command = ${:command} update-command = cd ${:location} && ${git:location}/bin/git pull --quiet
[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
...@@ -47,10 +48,10 @@ egg = slapos.cookbook ...@@ -47,10 +48,10 @@ egg = slapos.cookbook
module = mysql module = mysql
[template] [template]
# Default template for erp5 instance. # Default template for the instance.
recipe = slapos.cookbook:template recipe = slapos.cookbook:template
url = ${:_profile_base_location_}/instance.cfg url = ${:_profile_base_location_}/instance.cfg
md5sum = 1b29b27aedcc7fa5f30f1053e8eab13f #md5sum = 1b29b27aedcc7fa5f30f1053e8eab13f
output = ${buildout:directory}/template.cfg output = ${buildout:directory}/template.cfg
mode = 0644 mode = 0644
......
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