official.cfg 2.67 KB
Newer Older
1 2
[buildout]
extends =
3
  ../profiles/versions.cfg
4
  ../profiles/software-definition.cfg
5
  ../software-profiles/apache.cfg
6 7 8
  ../profiles/common.cfg
  ../profiles/software-common.cfg
  ../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/mariadb.cfg
23
  ../software-profiles/memcached.cfg
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
24
  ../software-profiles/messagepack.cfg
25
  ../software-profiles/mroonga.cfg
26
  ../software-profiles/mysql-tritonn-5.0.cfg
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
27
  ../software-profiles/sphinx.cfg
28
  ../software-profiles/stunnel.cfg
29 30 31
  ../software-profiles/oood.cfg
  ../software-profiles/openoffice-bin.cfg
  ../software-profiles/python-2.4.cfg
32
  ../software-profiles/rdiff-backup.cfg
Łukasz Nowak's avatar
Łukasz Nowak committed
33
  ../software-profiles/w3m.cfg
34
  ../software-profiles/varnish.cfg
Łukasz Nowak's avatar
Łukasz Nowak committed
35
  ../software-profiles/xpdf.cfg
36
  ../software-profiles/zope-2.8.cfg
37

38 39
versions = versions

40
parts =
41
  eggs
42
  rdiff-backup
Łukasz Nowak's avatar
Łukasz Nowak committed
43
  apache
44
  file
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
45
  graphviz
46
  memcached
Łukasz Nowak's avatar
Łukasz Nowak committed
47
  haproxy
48
  varnish
49
  varnish-2.1
50
  stunnel
Łukasz Nowak's avatar
Łukasz Nowak committed
51
  w3m
52
  xpdf
53
  libpng12
54
  ghostscript
55
  mysql-tritonn-5.0
56
  mariadb
57
  mroonga
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
58
  sphinx
59
  imagemagick
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
60 61
  kumo
  messagepack
62
  zope-2.8
63 64
  cmf15
  itools
65
  bootstrap2.4
66
  mysql-python
67 68
  products-deps
  products-erp5
69 70
  products-erp5-development
  products-other
Łukasz Nowak's avatar
Łukasz Nowak committed
71
  openoffice-bin
Łukasz Nowak's avatar
Łukasz Nowak committed
72
  oood
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 88 89 90 91
[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

92
[software_definition]
93
software_home = ${buildout:directory}
94 95 96 97 98 99
# 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}
100 101 102 103 104
#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