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
Iliya Manolov
slapos
Commits
1022d0f1
Commit
1022d0f1
authored
Feb 28, 2012
by
Cédric de Saint Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apache is not a stack
parent
8f346ffe
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
72 deletions
+21
-72
software/apache/software.cfg
software/apache/software.cfg
+21
-7
stack/apache.cfg
stack/apache.cfg
+0
-65
No files found.
software/apache/software.cfg
View file @
1022d0f1
[buildout]
[buildout]
versions = versions
extends =
extends =
../../stack/apache.cfg
../../component/binutils/buildout.cfg
../../component/gcc/buildout.cfg
../../component/lxml-python/buildout.cfg
../../component/apache/buildout.cfg
../../component/stunnel/buildout.cfg
../../component/varnish/buildout.cfg
../../component/dcron/buildout.cfg
../../component/logrotate/buildout.cfg
../../component/rdiff-backup/buildout.cfg
../../stack/slapos.cfg
parts =
parts =
template
template
...
@@ -20,11 +31,6 @@ parts =
...
@@ -20,11 +31,6 @@ parts =
eggs
eggs
instance-recipe-egg
instance-recipe-egg
# XXX: Workaround of SlapOS limitation
# Unzippig of eggs is required, as SlapOS do not yet provide nicely working
# development / fast switching environment for whole software
unzip = true
[instance-recipe]
[instance-recipe]
# Note: In case if specific instantiation recipe is used this is the place to
# Note: In case if specific instantiation recipe is used this is the place to
# put its name
# put its name
...
@@ -33,9 +39,13 @@ module = apache
...
@@ -33,9 +39,13 @@ module = apache
[instance-recipe-egg]
[instance-recipe-egg]
recipe = zc.recipe.egg
recipe = zc.recipe.egg
python = python2.7
eggs = ${instance-recipe:egg}
eggs = ${instance-recipe:egg}
[eggs]
recipe = zc.recipe.egg
eggs =
${lxml-python:egg}
[template]
[template]
# Default template for apache instance.
# Default template for apache instance.
recipe = slapos.recipe.template
recipe = slapos.recipe.template
...
@@ -44,6 +54,10 @@ md5sum = 17180caef7d1c477fbb037d28b705e8b
...
@@ -44,6 +54,10 @@ md5sum = 17180caef7d1c477fbb037d28b705e8b
output = ${buildout:directory}/template.cfg
output = ${buildout:directory}/template.cfg
mode = 0644
mode = 0644
[versions]
# Use SlapOS patched zc.buildout
zc.buildout = 1.5.3-dev-SlapOS-010
[networkcache]
[networkcache]
# Cedric de Saint Martin signature certificate
# Cedric de Saint Martin signature certificate
signature-certificate-list =
signature-certificate-list =
...
...
stack/apache.cfg
deleted
100644 → 0
View file @
8f346ffe
[buildout]
extensions =
slapos.zcbworkarounds
find-links =
http://www.nexedi.org/static/packages/source/slapos.buildout/
http://dist.repoze.org
http://www.nexedi.org/static/packages/source/
extends =
../component/binutils/buildout.cfg
../component/gcc/buildout.cfg
../component/lxml-python/buildout.cfg
../component/apache/buildout.cfg
../component/stunnel/buildout.cfg
../component/varnish/buildout.cfg
../component/dcron/buildout.cfg
../component/logrotate/buildout.cfg
../component/python-2.7/buildout.cfg
shacache-client.cfg
../component/rdiff-backup/buildout.cfg
versions = versions
parts =
binutils
gcc-java-minimal
apache
apache-antiloris
stunnel
varnish-2.1
dcron
logrotate
rdiff-backup
# Buildoutish
eggs
instance-recipe-egg
[lxml-python]
python = python2.7
[instance-recipe-egg]
recipe = zc.recipe.egg
python = python2.7
eggs =
${instance-recipe:egg}
[eggs]
recipe = zc.recipe.egg
python = python2.7
eggs =
${lxml-python:egg}
[rebootstrap]
# Default first version of rebootstrapped python
version = 2
section = python2.7
[versions]
# Use SlapOS patched zc.buildout
zc.buildout = 1.5.3-dev-SlapOS-010
rdiff-backup = 1.0.5
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