Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos-mynij-dev
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mynij
slapos-mynij-dev
Commits
4ad9c125
Commit
4ad9c125
authored
Jun 08, 2011
by
Cédric de Saint Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mysql : add lxml egg, update profiles
parent
77e727f4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
9 deletions
+33
-9
software/mariadb/software.cfg
software/mariadb/software.cfg
+11
-3
software/mysql-5.1/software.cfg
software/mysql-5.1/software.cfg
+11
-3
software/mysql-tritonn-5.0/software.cfg
software/mysql-tritonn-5.0/software.cfg
+11
-3
No files found.
software/mariadb/software.cfg
View file @
4ad9c125
...
...
@@ -28,6 +28,8 @@ parts +=
# Create instance template
#TODO : list here all parts.
template
libxslt
eggs
instance-recipe-egg
# XXX: Workaround of SlapOS limitation
...
...
@@ -55,14 +57,20 @@ module = mysql
# - we cannot rely on anything else being executed before [instance-recipe]
slaposcookbook_dummy = ${slaposcookbook:location}
recipe = zc.recipe.egg
#python = python2.6
python = python2.7
eggs = ${instance-recipe:egg}
[eggs]
recipe = zc.recipe.egg
python = python2.7
eggs =
${lxml-python:egg}
[template]
# Default template for the instance.
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
#md5sum = 5713440ead59c65167d7a4abdc66c8c7
md5sum = 69c32a67c5640d36ee042d2cfc35843d
output = ${buildout:directory}/template.cfg
mode = 0644
...
...
@@ -83,5 +91,5 @@ slapos.slap = 1.2.dev-r4679
netaddr = 0.7.5
xml-marshaller = 0.9.7
zc.buildout=1.5.3-dev-SlapOS-00
2
zc.buildout=1.5.3-dev-SlapOS-00
1
setuptools = 0.6c12dev-r88795
\ No newline at end of file
software/mysql-5.1/software.cfg
View file @
4ad9c125
...
...
@@ -28,6 +28,8 @@ parts +=
#TODO : list here all parts.
# Create instance template
template
libxslt
eggs
instance-recipe-egg
rdiff-backup
...
...
@@ -52,14 +54,20 @@ module = mysql
# - we cannot rely on anything else being executed before [instance-recipe]
slaposcookbook_dummy = ${slaposcookbook:location}
recipe = zc.recipe.egg
#python = python2.6
python = python2.7
eggs = ${instance-recipe:egg}
[eggs]
recipe = zc.recipe.egg
python = python2.7
eggs =
${lxml-python:egg}
[template]
# Default template for the instance.
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
#md5sum = f5e422ac5982fe9339d2beb5fecd5926
md5sum = 2764597a6e4fe243cdf6e37b6535e767
output = ${buildout:directory}/template.cfg
mode = 0644
...
...
@@ -80,5 +88,5 @@ slapos.slap = 1.2.dev-r4679
netaddr = 0.7.5
xml-marshaller = 0.9.7
zc.buildout=1.5.3-dev-SlapOS-00
2
zc.buildout=1.5.3-dev-SlapOS-00
1
setuptools = 0.6c12dev-r88795
\ No newline at end of file
software/mysql-tritonn-5.0/software.cfg
View file @
4ad9c125
...
...
@@ -28,6 +28,8 @@ parts +=
# Create instance template
#TODO : list here all parts.
template
libxslt
eggs
instance-recipe-egg
# XXX: Workaround of SlapOS limitation
...
...
@@ -55,14 +57,20 @@ module = mysql
# - we cannot rely on anything else being executed before [instance-recipe]
slaposcookbook_dummy = ${slaposcookbook:location}
recipe = zc.recipe.egg
#python = python2.6
python = python2.7
eggs = ${instance-recipe:egg}
[eggs]
recipe = zc.recipe.egg
python = python2.7
eggs =
${lxml-python:egg}
[template]
# Default template for the instance.
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
#md5sum = d96e72fbbbaeebe259c8a40d793dba89
md5sum = e8eb5f2b0f5449ffcc454e92f995c6c8
output = ${buildout:directory}/template.cfg
mode = 0644
...
...
@@ -83,5 +91,5 @@ slapos.slap = 1.2.dev-r4679
netaddr = 0.7.5
xml-marshaller = 0.9.7
zc.buildout=1.5.3-dev-SlapOS-00
2
zc.buildout=1.5.3-dev-SlapOS-00
1
setuptools = 0.6c12dev-r88795
\ No newline at end of file
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