official-2.12.cfg 1.48 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
[buildout]
software_home = ${:directory}
extensions +=
  mr.developer
  buildout.dumppickedversions

extends =
  ../profiles/versions-2.12.cfg
  ../profiles/software-definition.cfg
  ../software-profiles/apache.cfg
  ../software-profiles/erp5-2.12.cfg
  ../software-profiles/flare.cfg
  ../software-profiles/haproxy.cfg
  ../software-profiles/imagemagick.cfg
  ../software-profiles/libevent.cfg
  ../software-profiles/memcached.cfg
  ../software-profiles/mysql-tritonn-5.0.cfg
  ../software-profiles/ocropus.cfg
  ../software-profiles/oood.cfg
  ../software-profiles/openoffice-bin.cfg
  ../software-profiles/python-2.6.cfg
  ../software-profiles/varnish.cfg
  ../profiles/common.cfg

25
python = software_definition
26 27 28
versions = versions

parts =
29
  itools-build
30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
  eggs
  apache
  memcached
#  ocropus
#  haproxy
  varnish
  mysql-tritonn-5.0
  mysql-python
  products-erp5
  products-erp5-development
  openoffice-bin
  oood
  python2.6
  products
#  omelette
  bootstrap2.6
46 47 48
  bt5-erp5
  bt5-erp5-extra
  software_home
49 50 51 52 53 54 55 56 57 58

[show-requirements]
recipe = plone.recipe.command
command =
  echo "Required binary files: ${requirements:binary}"
  echo "Required header files: ${requirements:development}"
update-command = ${:command}

[software_definition]
software_home = ${buildout:software_home}
59
executable = ${python2.6:executable}
60 61 62 63

[software_home]
recipe = collective.recipe.template
input = ${buildout:software_home}/templates/software-home.inc.in
64
output = ${buildout:software_home}/instance-profiles/software-home.inc
65