/[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 40868 - (show annotations)
Mon Nov 29 11:59:27 2010 UTC (2 years, 5 months ago) by luke
File size: 2242 byte(s)
 - drop infrae.subversion for ERP5 products in 2.8 flavour and merge with 2.12
   flavour
 - use separate profile, as common is reused in instances, and shall not refer
   directly to built software, which is requirement for fetching products by
   using self provided subversion
 - support revision by using non empty HEAD keyword for svn
1 # Official configuration
2 # Generates full ERP5 software with all needed dependencies (including python,
3 # mysql, frontend, load balancer, etc.)
4 [buildout]
5 software_home = ${:directory}
6
7 extends =
8 ../profiles/versions.cfg
9 ../profiles/software-definition.cfg
10 ../software-profiles/products-erp5.cfg
11 ../software-profiles/apache.cfg
12 ../software-profiles/erp5.cfg
13 ../software-profiles/file.cfg
14 ../software-profiles/garbage-collector.cfg
15 ../software-profiles/graphviz.cfg
16 ../software-profiles/tokyocabinet.cfg
17 ../software-profiles/haproxy.cfg
18 ../software-profiles/imagemagick.cfg
19 ../software-profiles/kumo.cfg
20 ../software-profiles/ghostscript.cfg
21 ../software-profiles/libevent.cfg
22 ../software-profiles/libtool.cfg
23 ../software-profiles/memcached.cfg
24 ../software-profiles/messagepack.cfg
25 ../software-profiles/mroonga.cfg
26 ../software-profiles/mysql-tritonn-5.0.cfg
27 ../software-profiles/mysql-5.1.cfg
28 ../software-profiles/sphinx.cfg
29 ../software-profiles/oood.cfg
30 ../software-profiles/openoffice-bin.cfg
31 ../software-profiles/python-2.4.cfg
32 ../software-profiles/rdiff-backup.cfg
33 ../software-profiles/w3m.cfg
34 ../software-profiles/varnish.cfg
35 ../software-profiles/xpdf.cfg
36 ../software-profiles/zope-2.8.cfg
37 ../profiles/common.cfg
38
39 rebootstrap-section = python2.4
40
41 python = python2.4
42 versions = versions
43
44 parts =
45 eggs
46 rdiff-backup
47 apache
48 file
49 graphviz
50 memcached
51 haproxy
52 varnish
53 varnish-2.1
54 w3m
55 xpdf
56 ghostscript
57 mysql-tritonn-5.0
58 mysql-5.1
59 mroonga
60 sphinx
61 imagemagick
62 kumo
63 messagepack
64 zope-2.8
65 cmf15
66 itools
67 pythonbin2.4
68 bootstrap2.4
69 mysql-python
70 products-deps
71 products-erp5
72 products-erp5-development
73 products-other
74 openoffice-bin
75 oood
76 precache-eggs
77 software_home
78
79 [software_definition]
80 software_home = ${buildout:software_home}
81 # as mysql-python part, which uses mysql-python-env is not depending directly
82 # on mysql-tritonn-5.0 part, but official buildout shall provide whole software
83 # set dependency here
84 # Thanks to this it is possible to build mysql-python part in own environment
85 # with local mysql, but by default buildout mysql will be used.
86 mysql_software = ${mysql-tritonn-5.0:location}
87 executable = ${python2.4:executable}

  ViewVC Help
Powered by ViewVC 1.1.2