software.cfg 1 KB
Newer Older
Vincent Pelletier's avatar
Vincent Pelletier committed
1 2
[buildout]
extends =
3
    software-common.cfg
Vincent Pelletier's avatar
Vincent Pelletier committed
4

5
parts +=
Vincent Pelletier's avatar
Vincent Pelletier committed
6
# NEO instanciation
7
    template
8
    runTestSuite_py
Vincent Pelletier's avatar
Vincent Pelletier committed
9

10 11
[template]
recipe = slapos.recipe.template:jinja2
Vincent Pelletier's avatar
Vincent Pelletier committed
12
template = ${:_profile_base_location_}/instance.cfg.in
13
md5sum = aaf5da66d45d4c08cadb0cd1c5342c54
Vincent Pelletier's avatar
Vincent Pelletier committed
14
# XXX: "template.cfg" is hardcoded in instanciation recipe
15 16 17
rendered = ${buildout:directory}/template.cfg
context =
    key cluster cluster:target
18 19
    key instance_common_cfg instance-common:rendered
    key root_common root-common:target
20
    key runTestSuite_in runTestSuite.in:target
Vincent Pelletier's avatar
Vincent Pelletier committed
21

22 23 24
[cluster]
<= download-base-neo
md5sum = ee8401a4e7d82bf488a57e3399f9ce48
25

26 27 28
[runTestSuite.in]
recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/${:_buildout_section_name_}
29
md5sum = d8bba690cf950613d5576ff23813df59
30 31 32 33 34 35

[runTestSuite_py]
recipe = zc.recipe.egg
eggs = erp5.util
interpreter = ${:_buildout_section_name_}

36
[versions]
37
erp5.util = 0.4.49
38
# To match ERP5
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
39
ZConfig = 2.9.3
40 41
zc.lockfile = 1.0.2
zope.event = 3.5.2
42 43
zope.exceptions = 3.6.2
zope.testing = 3.9.7
44
##