Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos-caddy
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
Guillaume Hervier
slapos-caddy
Commits
46bf5e65
Commit
46bf5e65
authored
Nov 16, 2011
by
Cédric de Saint Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Separate egg from instance-egg
parent
544e1162
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
software/apache/software.cfg
software/apache/software.cfg
+6
-0
stack/apache.cfg
stack/apache.cfg
+7
-1
No files found.
software/apache/software.cfg
View file @
46bf5e65
...
...
@@ -16,6 +16,7 @@ parts =
rdiff-backup
# Buildoutish
eggs
instance-recipe-egg
template
...
...
@@ -31,6 +32,11 @@ unzip = true
egg = slapos.cookbook
module = apache
[instance-recipe-egg]
recipe = zc.recipe.egg
python = python2.7
eggs = ${instance-recipe:egg}
[template]
# Default template for apache instance.
recipe = slapos.recipe.template
...
...
stack/apache.cfg
View file @
46bf5e65
...
...
@@ -36,6 +36,7 @@ parts =
rdiff-backup
# Buildoutish
eggs
instance-recipe-egg
[lxml-python]
...
...
@@ -45,9 +46,14 @@ python = python2.7
recipe = zc.recipe.egg
python = python2.7
eggs =
${lxml-python:egg}
${instance-recipe:egg}
[eggs]
recipe = zc.recipe.egg
python = python2.7
eggs =
${lxml-python:egg}
[rebootstrap]
# Default first version of rebootstrapped python
version = 2
...
...
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