-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathp41-buildout.cfg
75 lines (64 loc) · 1.28 KB
/
p41-buildout.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
71
72
73
74
75
[buildout]
extensions = mr.developer
develop = .
newest = true
unzip = true
parts +=
instance
i18ndude
test
zopepy
omelette
robot
# tags
# ctags
extends =
http://dist.plone.org/release/4.1-latest/versions.cfg
find-links =
http://dist.plone.org/release/4.1-latest
http://dist.plone.org/thirdparty
versions = versions
auto-checkout = jyu.pathkey
[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
http-address = 8080
verbose-security = on
environment-vars = zope_i18n_compile_mo_files true
eggs =
Plone
Pillow
jyu.pathkey
sauna.reload
zope-conf-additional =
%import sauna.reload
[i18ndude]
unzip = true
recipe = zc.recipe.egg
eggs = i18ndude
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
[test]
recipe = zc.recipe.testrunner
eggs = jyu.pathkey [test]
defaults = ['--exit-with-status', '--auto-color', '--auto-progress']
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = zopepy
scripts = zopepy
[tags]
recipe = z3c.recipe.tag:tags
eggs = ${instance:eggs}
[ctags]
recipe = collective.recipe.cmd
on_install = true
on_update = true
cmds = ${buildout:directory}/bin/tags -v -l Python
[robot]
recipe = zc.recipe.egg
eggs =
Pillow
${test:eggs}
plone.app.robotframework[reload]