Commit e0c7eabc authored by Łukasz Nowak's avatar Łukasz Nowak
Browse files

- import new structure of ERP5 buildout

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31851 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1a33bee7
#
# Used for maintenance of external resources in this svn bundle. Edit
# this file as appropriate and then run the following command from within
# the checkout directory where this file lives on your local machine:
#
# svn propset svn:externals -F ./EXTERNALS.TXT .
#
bootstrap svn://svn.zope.org/repos/main/zc.buildout/trunk/bootstrap
# svn propset svn:ignore -F ./IGNORE.TXT .
.installed.cfg
bin
develop-eggs
downloads
eggs
fake-eggs
parts
var
- force using locally build python
- merge into:
- https://svn.erp5.org/repos/public/experimental/erp5.buildout
- https://svn.erp5.org/repos/public/experimental/erp5.buildout-zope-2.12/
- https://svn.erp5.org/repos/public/experimental/mysqlsenna.buildout/
5.4.6
[buildout]
extends = development.cfg
[buildout]
extends = minimal.cfg
parts +=
zope-instance
[buildout]
extends = official.cfg
[buildout]
extends = minimal.cfg
[buildout]
extends = official.cfg
parts +=
zope-instance
[buildout]
extends =
profiles/versions.cfg
erp5-bt5/buildout.cfg
erp5-products/buildout.cfg
zope-instance/buildout.cfg
parts =
openoffice
erp5-bt5
erp5-products
[buildout]
# adapt https://svn.erp5.org/repos/public/experimental/mysqlsenna.buildout/
[buildout]
extends =
profiles/versions.cfg
apache/buildout.cfg
erp5-bt5/buildout.cfg
erp5-products/buildout.cfg
haproxy/buildout.cfg
mysql-tritonn-5.0/buildout.cfg
oood/buildout.cfg
openoffice/buildout.cfg
python-2.4/buildout.cfg
varnish/buildout.cfg
zope-2.8/buildout.cfg
zope-instance/buildout.cfg
parts =
python
pythonbin
apache
haproxy
varnish
mysql-tritonn-5.0
zope-2.8
oood
openoffice
erp5-bt5
erp5-products
# taken from https://svn.erp5.org/repos/public/experimental/erp5.buildout/profiles/versions.cfg
[versions]
erp5diff = 0.2
python-memcached = 1.45
PyXML = 0.8.4
ipdb = 0.1dev_r1716
itools = 0.20.8
numpy = 1.3.0
zc.recipe.cmmi = 1.2.1
plone.recipe.zope2instance = 3.6
erp5.recipe.zope2instance = 1.2
pysvn = 1.7.2
[buildout]
# http://bluedynamics.com/articles/jens/build-python-in-buildout
extends = https://svn.plone.org/svn/collective/buildout/bda-naked-python/buildout2.4.cfg
python_version = 2.4
[python]
configure-options =
--prefix=${buildout:directory}/parts/python${buildout:python_version}
executable = ${buildout:directory}/parts/python${buildout:python_version}/bin/python${buildout:python_version}
[pythonbin]
recipe = plone.recipe.command
command = ln -s ${python:executable} ${buildout:bin-directory}/python${buildout:python_version}
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