Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eteri
slapos
Commits
30b3f524
Commit
30b3f524
authored
Jun 03, 2011
by
Cédric de Saint Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MySQL : add xtrabackup dependency + comment out some useless parts
parent
8954046d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
10 deletions
+13
-10
software/mysql/instance.cfg
software/mysql/instance.cfg
+3
-1
software/mysql/software.cfg
software/mysql/software.cfg
+10
-9
No files found.
software/mysql/instance.cfg
View file @
30b3f524
...
...
@@ -8,8 +8,10 @@ develop-eggs-directory = ${buildout:develop-eggs-directory}
[instance]
recipe = ${instance-recipe:egg}:${instance-recipe:module}
dcrond_binary = ${dcron:location}/sbin/crond
innobackupex_binary = ${xtrabackup:location}/bin/innobackupex
logrotate_binary = ${logrotate:location}/usr/sbin/logrotate
mysql_binary = ${mysql-5.1:location}/bin/mysql
mysql_install_binary = ${mysql-5.1:location}/bin/mysql_install_db
mysql_upgrade_binary = ${mysql-5.1:location}/bin/mysql_upgrade
mysqld_binary = ${mysql-5.1:location}/libexec/mysqld
\ No newline at end of file
mysqld_binary = ${mysql-5.1:location}/libexec/mysqld
perl_binary = ${perl:location}/bin/perl
\ No newline at end of file
software/mysql/software.cfg
View file @
30b3f524
[buildout]
slaposcookbook_location = ${:parts-directory}/slaposcookbook
#
slaposcookbook_location = ${:parts-directory}/slaposcookbook
#develop = ${:slaposcookbook_location}
...
...
@@ -22,6 +22,7 @@ extends =
../../component/logrotate/buildout.cfg
../../component/python-2.7/buildout.cfg
../../component/perl/buildout.cfg
../../component/xtrabackup/buildout.cfg
#mysql-tritonn-5.0
#mariadb
...
...
@@ -47,14 +48,14 @@ mysql = git http://git.erp5.org/repos/slapos.git branch=mysql
version = 2
section = python2.7
[slaposcookbook]
recipe = plone.recipe.command
git_param =--quiet -b mysql
git = ${git:location}/bin/git
location = ${buildout:parts-directory}/${:_buildout_section_name_}
stop-on-error = true
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
#
[slaposcookbook]
#
recipe = plone.recipe.command
#
git_param =--quiet -b mysql
#
git = ${git:location}/bin/git
#
location = ${buildout:parts-directory}/${:_buildout_section_name_}
#
stop-on-error = true
#
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
[instance-recipe]
egg = slapos.cookbook
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment