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
Kwabena Antwi-Boasiako
slapos
Commits
e9868e75
Commit
e9868e75
authored
Jun 01, 2011
by
Cédric de Saint Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MySQL software release : separating instance-recipe from instance-recipe-egg
parent
8429e81c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
software/mysql/software.cfg
software/mysql/software.cfg
+6
-5
No files found.
software/mysql/software.cfg
View file @
e9868e75
...
...
@@ -24,7 +24,7 @@ versions = versions
parts +=
# Create instance template
template
instance-recipe
instance-recipe
-egg
# XXX: Workaround of SlapOS limitation
# Unzippig of eggs is required, as SlapOS do not yet provide nicely working
...
...
@@ -46,6 +46,10 @@ command = ${:git} clone ${:git_param} http://git.erp5.org/repos/slapos.git ${:lo
update-command = cd ${:location} && ${git:location}/bin/git pull --quiet
[instance-recipe]
egg = slapos.cookbook
module = mysql
[instance-recipe-egg]
# Just so buildout executes [slaposcookbook] before [eggs], as
# - [eggs] references [slaposcookbook]
# - [instance-recipe] needs [slaposcookbook] to be finished
...
...
@@ -53,10 +57,7 @@ update-command = cd ${:location} && ${git:location}/bin/git pull --quiet
slaposcookbook_dummy = ${slaposcookbook:location}
recipe = zc.recipe.egg
#python = python2.6
egg = slapos.cookbook
module = mysql
eggs = ${:egg}
eggs = ${instance-recipe:egg}
[template]
# Default template for the instance.
...
...
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