Commit 6c830efb authored by Łukasz Nowak's avatar Łukasz Nowak

- expose mysql_upgrade binary


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44195 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 51087b16
...@@ -15,6 +15,7 @@ kumo_server_binary = ${kumo:location}/bin/kumo-server ...@@ -15,6 +15,7 @@ kumo_server_binary = ${kumo:location}/bin/kumo-server
memcached_binary = ${memcached:location}/bin/memcached memcached_binary = ${memcached:location}/bin/memcached
mysql_binary = ${mariadb:location}/bin/mysql mysql_binary = ${mariadb:location}/bin/mysql
mysql_install_binary = ${mariadb:location}/bin/mysql_install_db mysql_install_binary = ${mariadb:location}/bin/mysql_install_db
mysql_upgrade_binary = ${mariadb:location}/bin/mysql_upgrade
mysqld_binary = ${mariadb:location}/libexec/mysqld mysqld_binary = ${mariadb:location}/libexec/mysqld
openssl_binary = ${openssl:location}/bin/openssl openssl_binary = ${openssl:location}/bin/openssl
runUnitTest_binary = ${buildout:bin-directory}/runUnitTest runUnitTest_binary = ${buildout:bin-directory}/runUnitTest
......
...@@ -117,7 +117,7 @@ section = python2.7 ...@@ -117,7 +117,7 @@ section = python2.7
[template] [template]
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = https://svn.erp5.org/repos/public/erp5/trunk/software_release/erp5/instance.cfg url = https://svn.erp5.org/repos/public/erp5/trunk/software_release/erp5/instance.cfg
md5sum = e2fae7508e10719cf798e0ddc023bc2b md5sum = 03e14d125ea999f0387145a17ee028b5
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