official.cfg 2.8 KB
Newer Older
1 2
[buildout]
extends =
3 4
  versions.cfg
  software-definition.cfg
5
  ../software-profiles/apache.cfg
6 7
  common.cfg
  software-common.cfg
8
  ../software-profiles/products-erp5.cfg
9
  ../software-profiles/erp5.cfg
10
  ../software-profiles/file.cfg
11
  ../software-profiles/fonts.cfg
12
  ../software-profiles/garbage-collector.cfg
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
13
  ../software-profiles/graphviz.cfg
14
  ../software-profiles/tokyocabinet.cfg
15 16
  ../software-profiles/haproxy.cfg
  ../software-profiles/imagemagick.cfg
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
17
  ../software-profiles/kumo.cfg
18
  ../software-profiles/ghostscript.cfg
19
  ../software-profiles/libevent.cfg
20
  ../software-profiles/libpng.cfg
21
  ../software-profiles/libtool.cfg
22
  ../software-profiles/m2crypto.cfg
23
  ../software-profiles/mariadb.cfg
24
  ../software-profiles/memcached.cfg
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
25
  ../software-profiles/messagepack.cfg
26
  ../software-profiles/mroonga.cfg
27
  ../software-profiles/mysql-tritonn-5.0.cfg
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
28
  ../software-profiles/sphinx.cfg
29
  ../software-profiles/stunnel.cfg
30
  ../software-profiles/w3-validator.cfg
31
  ../software-profiles/libreoffice-bin.cfg
32
  ../software-profiles/python-2.4.cfg
33
  ../software-profiles/rdiff-backup.cfg
Łukasz Nowak's avatar
Łukasz Nowak committed
34
  ../software-profiles/w3m.cfg
35
  ../software-profiles/varnish.cfg
Łukasz Nowak's avatar
Łukasz Nowak committed
36
  ../software-profiles/xpdf.cfg
37
  ../software-profiles/tesseract.cfg
38
  ../software-profiles/zope-2.8.cfg
39

40 41
versions = versions

42
parts =
43
  eggs
44
  rdiff-backup
Łukasz Nowak's avatar
Łukasz Nowak committed
45
  apache
46
  file
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
47
  graphviz
48
  memcached
Łukasz Nowak's avatar
Łukasz Nowak committed
49
  haproxy
50
  varnish
51
  varnish-2.1
52
  stunnel
Łukasz Nowak's avatar
Łukasz Nowak committed
53
  w3m
54
  xpdf
55
  libpng12
56
  ghostscript
57
  mysql-tritonn-5.0
58
  mariadb
59
  mroonga
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
60
  sphinx
61
  imagemagick
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
62 63
  kumo
  messagepack
64
  zope-2.8
65 66
  cmf15
  itools
67
  bootstrap2.4
68
  mysql-python
69
  w3-validator
70
  tesseract-eng-traineddata-unzip
71
  tesseract
72
  libreoffice-bin
73
  precache-eggs
74
  pythonbin2.4
75
  bootstrap2.4
76
  instance_template
77

78 79 80 81
# fonts
  liberation-fonts
  ipaex-fonts

82 83 84 85 86 87
# Zope products
  products-deps
  products-erp5
  products-erp5-development
  products-other

88 89 90 91 92 93 94 95 96
[bootstrap2.4]
# 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.4
97
developer-mode = true
98

99
[software_definition]
100
software_home = ${buildout:directory}
101 102 103 104 105 106
# as mysql-python part, which uses mysql-python-env is not depending directly
# on mysql-tritonn-5.0 part, but official buildout shall provide whole software
# set dependency here
# Thanks to this it is possible to build mysql-python part in own environment
# with local mysql, but by default buildout mysql will be used.
mysql_software = ${mysql-tritonn-5.0:location}
107 108 109 110 111
#executable = ${python2.4:executable}
# Define executable to script generated by buildout. This variable is used by
# instance setups as standard executable because all eggs are available only
# by this script and not into the binary.
executable = ${:software_home}/bin/python2.4