-
Notifications
You must be signed in to change notification settings - Fork 32
/
development.cfg
151 lines (129 loc) · 3.25 KB
/
development.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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
[buildout]
extends =
buildout.d/base.cfg
buildout.d/sources.cfg
buildout.d/versions.cfg
checkouts.cfg
parts +=
checkversions
createzopecoverage
# FIXME: Necessário ver se não é necessário adicionar outro pacote na seção
# [portal], pois dá o erro "main_template" num site Plone de id "portal" recém
# criado.
# portal
i18ndude
omelette
flake8
robot
test
test-dependencies
versions-dump
node
staticresources-agenda
staticresources-portal
staticresources-temas
staticresources-tiles
package-extras = [test]
eggs +=
brasil.gov.paginadestaque
sauna.reload
# Products.PDBDebugMode
Products.PrintingMailHost
plone.app.robotframework
test-eggs =
zcml +=
show-picked-versions = true
extensions += mr.developer
[checkversions]
recipe=zc.recipe.egg
eggs=z3c.checkversions [buildout]
[createzopecoverage]
recipe = createzopecoverage
[i18ndude]
recipe = zc.recipe.egg
eggs = i18ndude
[instance]
port-base = 0
debug-mode = on
verbose-security = on
#event-log-level = DEBUG
environment-vars +=
# CHAMELEON_DEBUG true
zope-conf-additional +=
http-realm Desenv
# %import sauna.reload
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
[flake8]
recipe = zc.recipe.egg
eggs = flake8
[portal]
recipe = collective.recipe.plonesite
site-id = portal
default-language = pt-br
profiles =
brasil.gov.portal:default
brasil.gov.portal:initcontent
site-replace = True
[test]
recipe = zc.recipe.testrunner
defaults = ['--auto-color', '--auto-progress']
eggs =
${buildout:package-name} ${buildout:package-extras}
${buildout:test-eggs}
[test-dependencies]
recipe = zc.recipe.testrunner
defaults = ['--auto-color', '--auto-progress']
eggs =
collective.cover [test]
collective.googleanalytics
collective.nitf [test]
collective.polls [test]
collective.upload [test]
collective.z3cform.widgets [test]
five.pt
plone.app.contenttypes [test]
sc.contentrules.groupbydate [test]
sc.contentrules.layout [test]
sc.contentrules.metadata [test]
sc.embedder [test]
sc.social.like [test]
[robot]
recipe = zc.recipe.egg
eggs =
${instance:eggs}
plone.app.robotframework[reload]
[versions-dump]
# keep versions.cfg file for closed production environments updated
recipe = plone.recipe.command
file = ${buildout:directory}/etc/versions.cfg
command =
echo "# THIS FILE IS GENERATED AUTOMATICALLY\n[versions]" > ${:file}
bin/buildout annotate versions | tail -n +6 | grep "= " | sed 's/= / = /' | sort >> ${:file}
update-command = ${:command}
[node]
recipe = gp.recipe.node
version = 8.11.2
npms = npm yarn
scripts = npm yarn
[staticresources-agenda]
recipe = sc.recipe.staticresources
name = brasil.gov.agenda
short_name = brasilgovagenda
directory = src/brasil.gov.agenda/webpack
[staticresources-portal]
recipe = sc.recipe.staticresources
name = brasil.gov.portal
short_name = brasilgovportal
directory = src/brasil.gov.portal/webpack
[staticresources-temas]
recipe = sc.recipe.staticresources
name = brasil.gov.temas
short_name = brasilgovtemas
directory = src/brasil.gov.temas/webpack
[staticresources-tiles]
recipe = sc.recipe.staticresources
name = brasil.gov.tiles
short_name = brasilgovtiles
directory = src/brasil.gov.tiles/webpack