/[public]/erp5/trunk/buildout/profiles/official.cfg
ERP5 logo

Contents of /erp5/trunk/buildout/profiles/official.cfg

Parent Directory Parent Directory | Revision Log Revision Log


Revision 45511 - (show annotations)
Fri Apr 15 13:34:50 2011 UTC (2 years, 1 month ago) by kazuhiko
File size: 2768 byte(s)
use our own libraries more in cloudooo instance.
1 [buildout]
2 extends =
3 versions.cfg
4 software-definition.cfg
5 ../software-profiles/apache.cfg
6 common.cfg
7 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
13 ../software-profiles/graphviz.cfg
14 ../software-profiles/tokyocabinet.cfg
15 ../software-profiles/haproxy.cfg
16 ../software-profiles/imagemagick.cfg
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
25 ../software-profiles/messagepack.cfg
26 ../software-profiles/mysql-tritonn-5.0.cfg
27 ../software-profiles/sphinx.cfg
28 ../software-profiles/stunnel.cfg
29 ../software-profiles/w3-validator.cfg
30 ../software-profiles/libreoffice-bin.cfg
31 ../software-profiles/python-2.4.cfg
32 ../software-profiles/python-2.7.cfg
33 ../software-profiles/rdiff-backup.cfg
34 ../software-profiles/w3m.cfg
35 ../software-profiles/varnish.cfg
36 ../software-profiles/xorg.cfg
37 ../software-profiles/xpdf.cfg
38 ../software-profiles/tesseract.cfg
39 ../software-profiles/zope-2.8.cfg
40
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 stunnel
54 w3m
55 xpdf
56 libpng12
57 ghostscript
58 mysql-tritonn-5.0
59 mariadb
60 sphinx
61 imagemagick
62 kumo
63 messagepack
64 zope-2.8
65 cmf15
66 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 # basic Xorg
79 libXdmcp
80 libXext
81 libXau
82 libX11
83
84 # fonts
85 liberation-fonts
86 ipaex-fonts
87
88 # Zope products
89 products-deps
90 products-erp5
91 products-erp5-development
92 products-other
93
94 [bootstrap2.4]
95 python = python2.4
96
97 [rebootstrap]
98 # This is first version of python
99 version = 2
100 section = python2.7
101
102 [software_definition]
103 software_home = ${buildout:directory}
104 # as mysql-python part, which uses mysql-python-env is not depending directly
105 # on mysql-tritonn-5.0 part, but official buildout shall provide whole software
106 # set dependency here
107 # Thanks to this it is possible to build mysql-python part in own environment
108 # with local mysql, but by default buildout mysql will be used.
109 mysql_software = ${mysql-tritonn-5.0:location}
110 #executable = ${python2.4:executable}
111 # Define executable to script generated by buildout. This variable is used by
112 # instance setups as standard executable because all eggs are available only
113 # by this script and not into the binary.
114 executable = ${:software_home}/bin/python2.4

  ViewVC Help
Powered by ViewVC 1.1.2