1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
[buildout]
software_home = ${:directory}
extends =
../profiles/versions-2.12.cfg
../profiles/software-definition.cfg
../software-profiles/apache.cfg
../profiles/common.cfg
../profiles/software-common.cfg
../software-profiles/products-erp5.cfg
../software-profiles/erp5-2.12.cfg
../software-profiles/file.cfg
../software-profiles/garbage-collector.cfg
../software-profiles/graphviz.cfg
../software-profiles/tokyocabinet.cfg
../software-profiles/haproxy.cfg
../software-profiles/imagemagick.cfg
../software-profiles/kumo.cfg
../software-profiles/ghostscript.cfg
../software-profiles/libevent.cfg
../software-profiles/libtool.cfg
../software-profiles/memcached.cfg
../software-profiles/messagepack.cfg
../software-profiles/mroonga.cfg
../software-profiles/mysql-tritonn-5.0.cfg
../software-profiles/mysql-5.1.cfg
../software-profiles/sphinx.cfg
../software-profiles/oood.cfg
../software-profiles/openoffice-bin.cfg
../software-profiles/python-2.6.cfg
../software-profiles/rdiff-backup.cfg
../software-profiles/w3m.cfg
../software-profiles/varnish.cfg
../software-profiles/xpdf.cfg
versions = versions
parts =
itools-build
rdiff-backup
apache
file
graphviz
memcached
haproxy
varnish
varnish-2.1
w3m
xpdf
ghostscript
mysql-tritonn-5.0
mysql-5.1
mroonga
sphinx
imagemagick
kumo
messagepack
products-deps
products-erp5
products-erp5-development
openoffice-bin
oood
python2.6
eggs
products
# omelette
bootstrap2.6
precache-eggs
software_home
[bootstrap2.6]
# as bootstrap in python software does not know that slapos.rebootstrap >= 2.0
# is used it is required to go back to default -- use own version of python
python = buildout
[rebootstrap]
# This is first version of python
version = 1
section = python2.6
[software_definition]
software_home = ${buildout:software_home}
executable = ${python2.6:executable}