| 1 |
# Official configuration
|
| 2 |
# Generates full ERP5 software with all needed dependencies (including python,
|
| 3 |
# mysql, frontend, load balancer, etc.)
|
| 4 |
[buildout]
|
| 5 |
software_home = ${:directory}
|
| 6 |
|
| 7 |
extends =
|
| 8 |
../profiles/versions.cfg
|
| 9 |
../profiles/software-definition.cfg
|
| 10 |
../software-profiles/apache.cfg
|
| 11 |
../software-profiles/erp5.cfg
|
| 12 |
../software-profiles/file.cfg
|
| 13 |
../software-profiles/garbage-collector.cfg
|
| 14 |
../software-profiles/graphviz.cfg
|
| 15 |
../software-profiles/tokyocabinet.cfg
|
| 16 |
../software-profiles/haproxy.cfg
|
| 17 |
../software-profiles/imagemagick.cfg
|
| 18 |
../software-profiles/kumo.cfg
|
| 19 |
../software-profiles/ghostscript.cfg
|
| 20 |
../software-profiles/libevent.cfg
|
| 21 |
../software-profiles/libtool.cfg
|
| 22 |
../software-profiles/memcached.cfg
|
| 23 |
../software-profiles/messagepack.cfg
|
| 24 |
../software-profiles/mroonga.cfg
|
| 25 |
../software-profiles/mysql-tritonn-5.0.cfg
|
| 26 |
../software-profiles/mysql-5.1.cfg
|
| 27 |
../software-profiles/sphinx.cfg
|
| 28 |
../software-profiles/oood.cfg
|
| 29 |
../software-profiles/openoffice-bin.cfg
|
| 30 |
../software-profiles/python-2.4.cfg
|
| 31 |
../software-profiles/rdiff-backup.cfg
|
| 32 |
../software-profiles/w3m.cfg
|
| 33 |
../software-profiles/varnish.cfg
|
| 34 |
../software-profiles/xpdf.cfg
|
| 35 |
../software-profiles/zope-2.8.cfg
|
| 36 |
../profiles/common.cfg
|
| 37 |
|
| 38 |
rebootstrap-section = python2.4
|
| 39 |
|
| 40 |
python = python2.4
|
| 41 |
versions = versions
|
| 42 |
|
| 43 |
parts =
|
| 44 |
eggs
|
| 45 |
rdiff-backup
|
| 46 |
apache
|
| 47 |
file
|
| 48 |
graphviz
|
| 49 |
memcached
|
| 50 |
haproxy
|
| 51 |
varnish
|
| 52 |
varnish-2.1
|
| 53 |
w3m
|
| 54 |
xpdf
|
| 55 |
ghostscript
|
| 56 |
mysql-tritonn-5.0
|
| 57 |
mysql-5.1
|
| 58 |
mroonga
|
| 59 |
sphinx
|
| 60 |
imagemagick
|
| 61 |
kumo
|
| 62 |
messagepack
|
| 63 |
zope-2.8
|
| 64 |
cmf15
|
| 65 |
itools
|
| 66 |
pythonbin2.4
|
| 67 |
bootstrap2.4
|
| 68 |
mysql-python
|
| 69 |
products-deps
|
| 70 |
products-erp5
|
| 71 |
products-erp5-development
|
| 72 |
products-other
|
| 73 |
openoffice-bin
|
| 74 |
oood
|
| 75 |
precache-eggs
|
| 76 |
software_home
|
| 77 |
|
| 78 |
[software_definition]
|
| 79 |
software_home = ${buildout:software_home}
|
| 80 |
# as mysql-python part, which uses mysql-python-env is not depending directly
|
| 81 |
# on mysql-tritonn-5.0 part, but official buildout shall provide whole software
|
| 82 |
# set dependency here
|
| 83 |
# Thanks to this it is possible to build mysql-python part in own environment
|
| 84 |
# with local mysql, but by default buildout mysql will be used.
|
| 85 |
mysql_software = ${mysql-tritonn-5.0:location}
|
| 86 |
executable = ${python2.4:executable}
|