-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgenwebupc.cfg
65 lines (57 loc) · 1.48 KB
/
genwebupc.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
[buildout]
parts =
filestorage
instance
omelette
themepreview
test
test-gwcore
codeintel
i18ndude
robot
zopepy
extends =
config/projects.cfg
config/sources.cfg
buildout.cfg
customizeme.cfg
https://dist.plone.org/release/4.3.7/versions.cfg
versions.cfg
versions = versions
eggs += Products.PrintingMailHost
Products.DCWorkflowGraph
plone.reload
ipdb
developeggs += ${genwebupc:eggs}
# ${genwebextras:eggs}
${genwebaddons:eggs}
# ${genwebmigration:eggs}
${genwebdevel:eggs}
[test]
recipe = zc.recipe.testrunner
defaults = ['--exit-with-status', '--auto-color', '--auto-progress', '--verbose', '--ndiff']
eggs = genweb.upc[test]
[test-gwcore]
recipe = zc.recipe.testrunner
defaults = ['--exit-with-status', '--auto-color', '--auto-progress', '--verbose', '--ndiff']
eggs = genweb.core[test]
[versions]
# CSRF vulnerability pins
#plone.protect = 3.1.3
#plone4.csrffixes = 1.1
#plone.keyring = 3.0.1
#plone.locking = 2.0.9
[robot]
recipe = zc.recipe.egg
eggs =
Pillow
${test:eggs}
plone.app.robotframework[reload]
# Creates a Python interpreter that has all the eggs and packages that Zope would have during startup.
# This can be useful for testing purposes.
# Here, we copy the eggs from the [instance] section, and include in the pythonpath the Zope instance home.
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = zopepy
scripts = zopepy