-
Notifications
You must be signed in to change notification settings - Fork 0
/
dev.cfg
132 lines (118 loc) · 2.98 KB
/
dev.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
[buildout]
extends =
base.cfg
amqp.cfg
versions-dev.cfg
extensions +=
plone.versioncheck
parts +=
test
testrestapi
code-analysis
ploneversioncheck
searchandreplace
auto-checkout =
appy
imio.actionspanel
imio.annex
imio.dashboard
imio.helpers
imio.history
imio.migrator
imio.prettylink
imio.pyutils
imio.restapi
collective.behavior.internalnumber
collective.behavior.talcondition
# collective.ckeditor
collective.compoundcriterion
collective.contact.core
collective.contact.plonegroup
collective.contact.widget
collective.documentgenerator
collective.dms.scanbehavior
collective.eeafaceted.batchactions
collective.eeafaceted.collectionwidget
collective.eeafaceted.dashboard
collective.eeafaceted.z3ctable
collective.excelexport
# collective.fontawesome
collective.iconifiedcategory
collective.messagesviewlet
collective.js.fancytree
collective.js.iframeresizer
collective.js.tooltipster
collective.querynextprev
collective.big.bang
# collective.fingerpointing
# collective.upgrade
# communesplone.layout
ftw.labels
imio.pm.locales
imio.pm.ws
# imio.webspellchecker
imio.zamqp.core
imio.zamqp.pm
plone.restapi
plonemeeting.restapi
plonetheme.imioapps
Products.CPUtils
Products.PloneMeeting
# do mr.developer not fail with invalid subversion https certificates
always-accept-server-certificate = true
[instance1]
#use the instance1 eggs to extends the base eggs defined in [buildout]
recipe = plone.recipe.zope2instance
debug-mode = on
verbose-security = on
environment-vars +=
ENABLE_PRINTING_MAILHOST True
ENV dev
CUSTOM_TMP /tmp/appy
# PROFILE_PUBLISHER 1
zope-conf-additional +=
# publisher-profile-file ${buildout:directory}/profile.dat
eggs +=
Products.PrintingMailHost
# archetypes.schematuning
plone.reload
collective.profiler
Products.DCWorkflowGraph
${debug:eggs}
zcml +=
iw.debug
[testenv]
zope_i18n_compile_mo_files = true
ENV = dev
OO_PORT = ${port:oo-port}
PYTHON_UNO = ${port:python-uno}
RETURN_FULLOBJECT_AFTER_CREATION_DEFAULT = true
[test]
recipe = zc.recipe.testrunner
defaults = ['--auto-color', '--auto-progress']
#extra-paths = ${buildout:directory}/parts/omelette
#include-site-packages = true
eggs =
Products.PloneMeeting[test]
environment = testenv
[testrestapi]
recipe = zc.recipe.testrunner
defaults = ['--auto-color', '--auto-progress', '-s', 'plonemeeting.restapi']
eggs =
plonemeeting.restapi[test]
environment = testenv
[code-analysis]
recipe = plone.recipe.codeanalysis
return-status-codes = False
pre-commit-hook = True
directory =
${buildout:directory}/src/Products.PloneMeeting/src
flake8-ignore = E123,E124,E501,E126,E127,E128,W391,C901,W504
flake8-extensions =
flake8-isort
[ploneversioncheck]
recipe = zc.recipe.egg
eggs = plone.versioncheck
[searchandreplace]
recipe = zc.recipe.egg
eggs = collective.documentgenerator