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
Eteri
slapos
Commits
0a058a24
Commit
0a058a24
authored
Jun 07, 2011
by
Cédric de Saint Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Memcached Software Release : Add missing lxml egg, updating versions, updating md5
parent
21acbe2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
9 deletions
+19
-9
software/memcached/software.cfg
software/memcached/software.cfg
+19
-9
No files found.
software/memcached/software.cfg
View file @
0a058a24
...
...
@@ -14,10 +14,10 @@ find-links +=
extends =
../../component/git/buildout.cfg
../../component/memcached/buildout.cfg
../../component/python-2.6/buildout.cfg
../../component/python-2.7/buildout.cfg
../../component/dcron/buildout.cfg
../../component/stunnel/buildout.cfg
../../component/python-2.7/buildout.cfg
../../component/rdiff-backup/buildout.cfg
versions = versions
...
...
@@ -26,6 +26,7 @@ parts +=
# Create instance template
#TODO : list here all parts.
template
eggs
instance-recipe-egg
# XXX: Workaround of SlapOS limitation
...
...
@@ -49,14 +50,20 @@ module = memcached
# - 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
url = ${:_profile_base_location_}/instance.cfg
#md5sum = 1b29b27aedcc7fa5f30f1053e8eab13f
md5sum = 837caf9897332a5f70c72438f1dc5bae
output = ${buildout:directory}/template.cfg
mode = 0644
...
...
@@ -73,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