-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbuildout.cfg
More file actions
43 lines (37 loc) · 833 Bytes
/
buildout.cfg
File metadata and controls
43 lines (37 loc) · 833 Bytes
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
[buildout]
develop = .
parts = scripts test omelette zopepy
extends = http://dist.plone.org/release/4.2/versions.cfg
versions = versions
[versions]
setuptools = 0.7.4
[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
http-address = 8080
debug-mode = on
verbose-security = on
eggs = Plone
Pillow
sinar.corruptiontracker
Products.PloneHotfix20121106
Products.PloneHotfix20130618
zcml =
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = zopepy
scripts = zopepy
[scripts]
recipe = zc.recipe.egg
eggs =
sinar.corruptiontracker
zest.releaser
[test]
recipe = zc.recipe.testrunner
eggs =
sinar.corruptiontracker
defaults = ['--exit-with-status', '--auto-color', '--auto-progress']