software.cfg 1.61 KB
Newer Older
1
[buildout]
2 3 4 5
slaposcookbook_location = ${:parts-directory}/slaposcookbook

develop = ${:slaposcookbook_location}

6
extensions =
7
  slapos.rebootstrap
8 9 10
  slapos.tool.networkcache
  slapos.zcbworkarounds
  
11 12 13 14
find-links =
    http://www.nexedi.org/static/packages/source/slapos.buildout/

extends =
15
  ../../component/git/buildout.cfg
16 17 18 19 20 21 22 23 24 25 26 27 28 29
  ../../component/mysql-5.1/buildout.cfg
#mysql-tritonn-5.0
#mariadb
versions = versions

parts +=
# Create instance template
  template

# XXX: Workaround of SlapOS limitation
# Unzippig of eggs is required, as SlapOS do not yet provide nicely working
# development / fast switching environment for whole software
unzip = true

30 31 32 33 34 35 36 37
[slaposcookbook]
recipe = plone.recipe.command
git_param =--quiet -b mysql
git = ${:git} clone ${:git_param} http://git.erp5.org/repos/slapos.git . || exit 1;
location = ${buildout:parts-directory}/${:_buildout_section_name_}
stop-on-error = true
update-command = ${:command}

38 39 40 41
[instance-recipe]
# Note: In case if specific instantiation recipe is used this is the place to
# put its name
egg = slapos.cookbook
42
module = mysql
43 44 45 46 47 48 49 50 51 52 53 54

[template]
# Default template for erp5 instance.
recipe = slapos.cookbook:template
url = ${:_profile_base_location_}/instance.cfg
md5sum = 1b29b27aedcc7fa5f30f1053e8eab13f
output = ${buildout:directory}/template.cfg
mode = 0644

[versions]
# Required by:
# slapos.cookbook==0.1
55
#collective.recipe.template = 1.8
56 57 58

# Required by:
# slapos.cookbook==0.1
59
#netaddr = 0.7.5
60

61 62
#zc.buildout==1.5.3-dev-SlapOS-001
#setuptools = 0.6c12dev-r88795
63 64 65

# Required by:
# slapos.cookbook==0.1
66
#slapos.slap = 1.2.dev-r4679
67 68 69

# Required by:
# slapos.cookbook==0.1
70
#xml-marshaller = 0.9.7