-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbuildout.cfg
110 lines (91 loc) · 1.95 KB
/
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
[buildout]
extends =
https://raw.github.com/collective/buildout.plonetest/master/test-5.x.cfg
https://raw.githubusercontent.com/plone/plone.app.robotframework/master/versions.cfg
config/eggs.cfg
config/versions.cfg
config/sources.cfg
parts =
lxml
instance
test
zopepy
omelette
zopeskel
i18nduder
pre-commit
flake8
robot
buildtools
sources = sources
versions = versions
extensions =
mr.developer
download-cache = /var/tmp
[lxml]
recipe = z3c.recipe.staticlxml
egg = lxml
[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
http-address = 9050
debug-mode = on
verbose-security = on
blob-storage = var/blobstorage
# eggs and zcml defined in config/eggs.cfg
environment-vars =
zope_i18n_compile_mo_files = true
#zcml +=
# yourproduct.policy-overrides
[test]
recipe = zc.recipe.testrunner
defaults = ['--auto-color', '--auto-progress']
eggs =
plone.app.testing
plone.app.robotframework
${instance:eggs}
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = zopepy
scripts = zopepy
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
[zopeskel]
# installs paster and Zopeskel
recipe = zc.recipe.egg
eggs =
PasteScript
ZopeSkel
zopeskel.browserlayer
[i18nduder]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
zettwerk.i18nduder
[pre-commit]
recipe = plone.recipe.command
command =
${buildout:directory}/pre-commit/setgithooks.sh
update-command = ${pre-commit:command}
[flake8]
recipe = zc.recipe.egg
eggs = flake8
${instance:eggs}
entry-points =
flake8=flake8.run:main
[robot]
recipe = zc.recipe.egg
eggs =
Pillow
${test:eggs}
plone.app.robotframework
[buildtools]
recipe = zc.recipe.egg
eggs = cosent.buildtools
scripts = buildtool=release
initialization = defaults = {
'versions-file':'config/versions.cfg',
'dist-location': 'plone',
'build-name': 'plonesocial.buildout'}
arguments = defaults