-
Notifications
You must be signed in to change notification settings - Fork 0
/
organs.cfg
52 lines (45 loc) · 1.02 KB
/
organs.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
[buildout]
parts =
filestorage
instance
omelette
themepreview
test
test-gwcore
codeintel
i18ndude
robot
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}
${organs:eggs}
[test]
recipe = zc.recipe.testrunner
defaults = ['--exit-with-status', '--auto-color', '--auto-progress', '--verbose', '--ndiff']
eggs = genweb.upc[test]
genweb.organs[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
#plone.keyring = 3.0.1
#plone.locking = 2.0.8
[robot]
recipe = zc.recipe.egg
eggs =
Pillow
${test:eggs}
plone.app.robotframework[reload]