| 1 |
[buildout] |
[buildout] |
|
software_home = ${:directory} |
|
|
extensions += |
|
|
mr.developer |
|
|
buildout.dumppickedversions |
|
|
|
|
| 2 |
extends = |
extends = |
| 3 |
../profiles/versions-2.12.cfg |
../profiles/versions-2.12.cfg |
| 4 |
../profiles/software-definition.cfg |
../profiles/software-definition.cfg |
| 5 |
../software-profiles/apache.cfg |
../software-profiles/apache.cfg |
| 6 |
../software-profiles/automake-1.9.cfg |
../profiles/common.cfg |
| 7 |
|
../profiles/software-common.cfg |
| 8 |
|
../software-profiles/products-erp5.cfg |
| 9 |
../software-profiles/erp5-2.12.cfg |
../software-profiles/erp5-2.12.cfg |
| 10 |
|
../software-profiles/file.cfg |
| 11 |
|
../software-profiles/fonts.cfg |
| 12 |
|
../software-profiles/garbage-collector.cfg |
| 13 |
|
../software-profiles/graphviz.cfg |
| 14 |
../software-profiles/tokyocabinet.cfg |
../software-profiles/tokyocabinet.cfg |
|
../software-profiles/flare.cfg |
|
| 15 |
../software-profiles/haproxy.cfg |
../software-profiles/haproxy.cfg |
| 16 |
../software-profiles/imagemagick.cfg |
../software-profiles/imagemagick.cfg |
| 17 |
|
../software-profiles/kumo.cfg |
| 18 |
|
../software-profiles/ghostscript.cfg |
| 19 |
../software-profiles/libevent.cfg |
../software-profiles/libevent.cfg |
| 20 |
../software-profiles/libtool.cfg |
../software-profiles/libtool.cfg |
| 21 |
|
../software-profiles/mariadb.cfg |
| 22 |
../software-profiles/memcached.cfg |
../software-profiles/memcached.cfg |
| 23 |
|
../software-profiles/messagepack.cfg |
| 24 |
|
../software-profiles/mroonga.cfg |
| 25 |
../software-profiles/mysql-tritonn-5.0.cfg |
../software-profiles/mysql-tritonn-5.0.cfg |
| 26 |
../software-profiles/ocropus.cfg |
../software-profiles/mysql-5.1.cfg |
| 27 |
|
../software-profiles/sphinx.cfg |
| 28 |
../software-profiles/oood.cfg |
../software-profiles/oood.cfg |
| 29 |
../software-profiles/openoffice-bin.cfg |
../software-profiles/openoffice-bin.cfg |
| 30 |
../software-profiles/python-2.6.cfg |
../software-profiles/python-2.6.cfg |
| 31 |
../software-profiles/rdiff-backup.cfg |
../software-profiles/rdiff-backup.cfg |
| 32 |
../software-profiles/w3m.cfg |
../software-profiles/w3m.cfg |
| 33 |
../software-profiles/varnish.cfg |
../software-profiles/varnish.cfg |
| 34 |
../profiles/common.cfg |
../software-profiles/xpdf.cfg |
| 35 |
|
|
|
python = software_definition |
|
| 36 |
versions = versions |
versions = versions |
| 37 |
|
|
|
# the order of the parts below is very sensitive. We don't want to keep a hard |
|
|
# reference between [mysql-python] and [mysql-tritonn-5.0] otherwise instances |
|
|
# could end up triggering a rebuild of mysql+senna. But this means |
|
|
# [mysql-tritonn-5.0] must be built before [mysql-python] and before any parts |
|
|
# that keep hard references to it, including [eggs] |
|
| 38 |
parts = |
parts = |
| 39 |
itools-build |
itools-build |
| 40 |
|
rdiff-backup |
| 41 |
apache |
apache |
| 42 |
|
file |
| 43 |
|
graphviz |
| 44 |
memcached |
memcached |
|
rdiff-backup |
|
|
ocropus |
|
| 45 |
haproxy |
haproxy |
|
flare |
|
|
w3m |
|
|
imagemagick |
|
| 46 |
varnish |
varnish |
| 47 |
|
varnish-2.1 |
| 48 |
|
w3m |
| 49 |
|
xpdf |
| 50 |
|
ghostscript |
| 51 |
mysql-tritonn-5.0 |
mysql-tritonn-5.0 |
| 52 |
mysql-python |
mysql-5.1 |
| 53 |
|
mroonga |
| 54 |
|
sphinx |
| 55 |
|
imagemagick |
| 56 |
|
kumo |
| 57 |
|
messagepack |
| 58 |
|
products-deps |
| 59 |
products-erp5 |
products-erp5 |
| 60 |
products-erp5-development |
products-erp5-development |
| 61 |
openoffice-bin |
openoffice-bin |
| 62 |
oood |
oood |
|
python2.6 |
|
| 63 |
eggs |
eggs |
|
products |
|
| 64 |
# omelette |
# omelette |
| 65 |
bootstrap2.6 |
bootstrap2.6 |
|
business-templates |
|
| 66 |
precache-eggs |
precache-eggs |
| 67 |
software_home |
instance_template |
| 68 |
|
|
| 69 |
[show-requirements] |
# fonts |
| 70 |
recipe = plone.recipe.command |
liberation-fonts |
| 71 |
command = |
ipaex-fonts |
| 72 |
echo "Required binary files: ${requirements:binary}" |
|
| 73 |
echo "Required header files: ${requirements:development}" |
[bootstrap2.6] |
| 74 |
update-command = ${:command} |
# as bootstrap in python software does not know that slapos.rebootstrap >= 2.0 |
| 75 |
|
# is used it is required to go back to default -- use own version of python |
| 76 |
|
python = buildout |
| 77 |
|
|
| 78 |
|
[rebootstrap] |
| 79 |
|
# This is first version of python |
| 80 |
|
version = 1 |
| 81 |
|
section = python2.6 |
| 82 |
|
|
| 83 |
[software_definition] |
[software_definition] |
| 84 |
software_home = ${buildout:software_home} |
software_home = ${buildout:directory} |
|
executable = ${python2.6:executable} |
|
|
|
|
|
[software_home] |
|
|
recipe = collective.recipe.template |
|
|
input = ${buildout:software_home}/templates/software-home.inc.in |
|
|
output = ${buildout:software_home}/instance-profiles/software-home.inc |
|
|
|
|