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
isaak yansane-sisk
slapos
Commits
447a4a55
Commit
447a4a55
authored
Oct 18, 2011
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Entry points excepts lists.
parent
9c8ff5a5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
slapos/recipe/generic_mysql/__init__.py
slapos/recipe/generic_mysql/__init__.py
+4
-4
No files found.
slapos/recipe/generic_mysql/__init__.py
View file @
447a4a55
...
@@ -102,12 +102,12 @@ class Recipe(GenericBaseRecipe):
...
@@ -102,12 +102,12 @@ class Recipe(GenericBaseRecipe):
mysql_update
=
self
.
createPythonScript
(
mysql_update
=
self
.
createPythonScript
(
self
.
options
[
'update-wrapper'
],
self
.
options
[
'update-wrapper'
],
'%s.mysql.updateMysql'
%
__name__
,
'%s.mysql.updateMysql'
%
__name__
,
dict
(
[
dict
(
mysql_script
=
mysql_script
,
mysql_script
=
mysql_script
,
mysql_binary
=
mysql_binary
,
mysql_binary
=
mysql_binary
,
mysql_upgrade_binary
=
mysql_upgrade_binary
,
mysql_upgrade_binary
=
mysql_upgrade_binary
,
socket
=
socket
,
socket
=
socket
,
)
)
]
)
)
path_list
.
append
(
mysql_update
)
path_list
.
append
(
mysql_update
)
...
@@ -115,14 +115,14 @@ class Recipe(GenericBaseRecipe):
...
@@ -115,14 +115,14 @@ class Recipe(GenericBaseRecipe):
mysqld
=
self
.
createPythonScript
(
mysqld
=
self
.
createPythonScript
(
self
.
options
[
'wrapper'
],
self
.
options
[
'wrapper'
],
'%s.mysql.runMysql'
%
__name__
,
'%s.mysql.runMysql'
%
__name__
,
dict
(
[
dict
(
mysql_install_binary
=
self
.
options
[
'mysql-install-binary'
],
mysql_install_binary
=
self
.
options
[
'mysql-install-binary'
],
mysqld_binary
=
mysqld_binary
,
mysqld_binary
=
mysqld_binary
,
data_directory
=
mysql_conf
[
'data_directory'
],
data_directory
=
mysql_conf
[
'data_directory'
],
mysql_binary
=
mysql_binary
,
mysql_binary
=
mysql_binary
,
socket
=
socket
,
socket
=
socket
,
configuration_file
=
mysql_conf_file
,
configuration_file
=
mysql_conf_file
,
)
)
]
)
)
path_list
.
append
(
mysqld
)
path_list
.
append
(
mysqld
)
# backup configuration
# backup configuration
...
...
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