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
Kasra Jamshidi
slapos
Commits
dff935cb
Commit
dff935cb
authored
Jun 07, 2011
by
Cédric de Saint Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
KumoFS Software Release : Add missing lxml egg
parent
ac4dcac2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
7 deletions
+18
-7
software/kumofs/software.cfg
software/kumofs/software.cfg
+18
-7
No files found.
software/kumofs/software.cfg
View file @
dff935cb
...
...
@@ -19,6 +19,7 @@ extends =
../../component/stunnel/buildout.cfg
../../component/python-2.7/buildout.cfg
../../component/rdiff-backup/buildout.cfg
../../component/lxml-python/buildout.cfg
versions = versions
...
...
@@ -26,6 +27,7 @@ parts +=
# Create instance template
#TODO : list here all parts.
template
eggs
instance-recipe-egg
# XXX: Workaround of SlapOS limitation
...
...
@@ -49,9 +51,15 @@ module = kumofs
# - we cannot rely on anything else being executed before [instance-recipe]
slaposcookbook_dummy = ${slaposcookbook:location}
recipe = zc.recipe.egg
#
python = python2.6
python = python2.6
eggs = ${instance-recipe:egg}
[eggs]
recipe = zc.recipe.egg
python = python2.6
eggs =
${lxml-python:egg}
[template]
# Default template for the instance.
recipe = slapos.recipe.template
...
...
@@ -72,10 +80,13 @@ update-command = cd ${:location} && ${git:location}/bin/git pull --quiet
[versions]
# Required by:
# slapos.cookbook==0.1
collective.recipe.template = 1.8
slapos.slap = 1.2.dev-r4679
netaddr = 0.7.5
xml-marshaller = 0.9.7
#collective.recipe.template = 1.8
#slapos.slap = 1.2.dev-r4679
#netaddr = 0.7.5
#xml-marshaller = 0.9.7
#zc.buildout=1.5.3-dev-SlapOS-002
#setuptools = 0.6c12dev-r88795
zc.buildout=1.5.3-dev-SlapOS-002
setuptools = 0.6c12dev-r88795
\ No newline at end of file
# Use SlapOS patched zc.buildout
zc.buildout = 1.5.3-dev-SlapOS-001
\ 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