-
Notifications
You must be signed in to change notification settings - Fork 0
/
devel.cfg
71 lines (60 loc) · 1.49 KB
/
devel.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[buildout]
extends =
# https://raw.githubusercontent.com/euphorie/Euphorie/master/devel.cfg
src/Euphorie/devel.cfg
base.cfg
picked_versions.cfg
parts +=
zopepy
omelette
test
robot
zodbupdate
allow-picked-versions = true
auto-checkout =
Euphorie
osha.oira
oira.statistics.tools
NuPlone
always-checkout = false
[instance]
#eggs += Products.PrintingMailHost
eggs +=
eea.aliases
zodbverify
environment-vars +=
ENABLE_PRINTING_MAILHOST True
[sources]
Euphorie = git [email protected]:euphorie/Euphorie.git branch=main
NuPlone = git [email protected]:euphorie/NuPlone.git branch=master
osha.oira = git [email protected]:euphorie/osha.oira.git branch=main
oira.statistics.deployment = git [email protected]:EU-OSHA/oira.statistics.deployment.git branch=master
oira.statistics.tools = git [email protected]:EU-OSHA/oira.statistics.tools.git branch=main
[test]
=> robot
defaults = ['--auto-color', '--auto-progress']
eggs +=
osha.oira[tests]
oira.statistics.tools[tests]
[robot]
recipe = zc.recipe.egg
eggs =
${test:eggs}
dependent-scripts = true
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = zopepy
dependent-scripts = true
[supervisor]
programs =
10 zeo ${zeo:location}/bin/runzeo ${zeo:location}
100 zope ${buildout:directory}/bin/instance [console] ${instance:location} true
[zodbupdate]
recipe = zc.recipe.egg
eggs =
zodbupdate
${instance:eggs}
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}