software.cfg 1.65 KB
Newer Older
1 2 3 4 5
[buildout]
recipe_location = ${:parts-directory}/slapos.cookbook
develop = ${:recipe_location}

extends =
6
  http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/erp5scalabilitytestbed:/component/lxml-python/buildout.cfg
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29

find-links =
  http://www.nexedi.org/static/packages/source/slapos.buildout/
  http://www.nexedi.org/static/packages/source/

parts =
  template
  eggs
  checkrecipe
  scalability-test-suite

versions = versions

[checkrecipe]
recipe = plone.recipe.command
stop-on-error = true
update-command = ${:command}
command = grep parts ${buildout:develop-eggs-directory}/slapos.cookbook.egg-link

[slapos.cookbook]
recipe = plone.recipe.command
stop-on-error = true
location = ${buildout:parts-directory}/${:_buildout_section_name_}
30 31
command = git clone -b erp5scalabilitytestbed --quiet http://git.erp5.org/repos/slapos.git ${:location}
update-command = cd ${:location} && git pull --quiet
32 33 34 35 36 37 38 39 40 41

[eggs]
dummy = ${slapos.cookbook:location}
recipe = zc.recipe.egg
eggs =
  collective.recipe.template
  slapos.core
  slapos.cookbook
  slapos.tool.nosqltester
  slapos.tool.nosqltester_manager
42
  slapos.tool.nosqltester_manager.plugin.erp5
43 44 45 46 47
  erp5.utils.benchmark

[scalability-test-suite]
recipe = plone.recipe.command
location = ${buildout:parts-directory}/${:_buildout_section_name_}
48 49
command = tar -C ${buildout:parts-directory} -zxf /var/tmp/erp5_scalability_test_suite.tar.gz
update-command = ${:command}
50 51 52 53

[template]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
54
md5sum = 843d97aa6439610ec2d53475e2606581
55 56 57 58 59 60
output = ${buildout:directory}/template.cfg
mode = 0644

[versions]
# Use SlapOS patched zc.buildout
zc.buildout = 1.5.3-dev-SlapOS-001