Commit 47c5b7fa authored by Rafael Monnerat's avatar Rafael Monnerat

Clean up and keep only essential.

parent 4e1cff6d
...@@ -3,7 +3,6 @@ extensions = ...@@ -3,7 +3,6 @@ extensions =
slapos.rebootstrap slapos.rebootstrap
slapos.tool.networkcache slapos.tool.networkcache
slapos.zcbworkarounds slapos.zcbworkarounds
mr.developer
find-links = find-links =
http://www.nexedi.org/static/packages/source/slapos.buildout/ http://www.nexedi.org/static/packages/source/slapos.buildout/
...@@ -12,36 +11,28 @@ find-links = ...@@ -12,36 +11,28 @@ find-links =
extends = extends =
# Exact version of Zope # Exact version of Zope
http://svn.zope.org/repos/main/Zope/tags/2.12.18/versions.cfg ../component/apache/buildout.cfg
../component/logrotate/buildout.cfg ../component/logrotate/buildout.cfg
../component/dcron/buildout.cfg
../component/file/buildout.cfg
../component/glib/buildout.cfg
../component/mysql-python/buildout.cfg
../component/pdftk/buildout.cfg
../component/pysvn-python/buildout.cfg
../component/stunnel/buildout.cfg
../component/varnish/buildout.cfg ../component/varnish/buildout.cfg
../component/sed/buildout.cfg ../component/python-2.7/buildout.cfg
../component/coreutils/buildout.cfg ../component/rdiff-backup/buildout.cfg
../component/grep/buildout.cfg
versions = versions versions = versions
parts = parts =
apache apache
apache-antiloris apache-antiloris
file
varnish-2.1 varnish-2.1
stunnel logrotate
bootstrap2.6 rdiff-backup
zabbix-agent
dcron
# Buildoutish # Buildoutish
eggs
instance-recipe-egg instance-recipe-egg
[instance-recipe-egg]
recipe = zc.recipe.egg
eggs =
${instance-recipe:egg}
[rebootstrap] [rebootstrap]
# Default first version of rebootstrapped python # Default first version of rebootstrapped python
...@@ -50,27 +41,5 @@ section = python2.7 ...@@ -50,27 +41,5 @@ section = python2.7
[versions] [versions]
# Use SlapOS patched zc.buildout # Use SlapOS patched zc.buildout
zc.buildout = 1.5.3-dev-SlapOS-001 zc.buildout = 1.5.3-dev-SlapOS-002
# pin Acquisition and Products.DCWorkflow to Nexedi flavour of eggs
Acquisition = 2.13.7nxd001
Products.DCWorkflow = 2.2.3nxd002
# Known version with works
numpy = 1.3.0
# Patched version which support python 2.6
PyXML = 0.8.4nxd001
# modified version that works fine for buildout installation
SOAPpy = 0.12.0nxd001
# we are still using this old stable version.
rdiff-backup = 1.0.5 rdiff-backup = 1.0.5
# Zope Known Good Set is incompatible with buildout 1.5.0 in case of
# distribute and zc.buildout, and as ERP5 Appliance trunk wants to use
# the newest versions of buildout infrastructure clear the pin
distribute =
setuptools =
# official pysvn egg does not supports --include-dirs and
# --library-dirs, so we use our modified version
pysvn = 1.7.4nxd006
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment