-
Notifications
You must be signed in to change notification settings - Fork 2
/
base.cfg
executable file
·148 lines (135 loc) · 3.78 KB
/
base.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
[buildout]
allow-picked-versions = false
parts =
instance
zopepy
upgrade
omelette
# If you want to get the last versions of eggs, you have to comment the line "versions-prod.cfg"
extends =
http://dist.plone.org/release/4.3.20/versions.cfg
versions-base.cfg
find-links +=
https://eggs.imio.be/find-links/plusimio/
https://eggs.imio.be/find-links/common/
# Add additional eggs here
# elementtree is required by Plone
eggs =
Plone
Pillow
# Always unzip eggs
unzip = true
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
[instance]
recipe = plone.recipe.zope2instance
#effective-user = zope
user = admin:admin
http-address = 8081
zserver-threads = 2
debug-mode = off
verbose-security = off
zope-conf-additional =
%define FILESTORAGE ${buildout:directory}/var/filestorage
%define BLOBSTORAGE ${buildout:directory}/var/blobstorage
environment-vars =
PYTHON_EGG_CACHE ${buildout:directory}/python-eggs
zope_i18n_compile_mo_files true
TZ Europe/Brussels
PLONE_CSRF_DISABLED True
# If you want Zope to know about any additional eggs, list them here.
# This should include any development eggs you listed in develop-eggs above,
# e.g. eggs = ${buildout:eggs} my.package
eggs =
${buildout:eggs}
communesplone.layout
cpskin.agenda
cpskin.cirkwi
cpskin.citizen
cpskin.diazotheme.classic
cpskin.diazotheme.dream
cpskin.diazotheme.dreambasic
cpskin.diazotheme.dreamRightPortlet
cpskin.diazotheme.dreamRightPortletBasic
cpskin.diazotheme.newDream
cpskin.diazotheme.memory
cpskin.diazotheme.modern
cpskin.diazotheme.retro
cpskin.diazotheme.smart
cpskin.diazotheme.spirit
cpskin.diazotheme.trendy
cpskin.diazotheme.trendybasic
cpskin.diazotheme.vicinity
cpskin.policy
collective.contact.core
collective.contact.duplicated
collective.contact.facetednav
collective.contact.importexport
collective.contentleadimage # only here because we are not able to delete it
collective.cookiecuttr
collective.faceted.taxonomywidget
collective.js.fancybox
collective.messagesviewlet
collective.pivot
collective.portlet.content
collective.ptg.fancybox
collective.ptg.highslide
collective.recaptcha
collective.taxonomy
collective.upgrade
collective.z3cform.select2
cpskin.localfood
plone.app.multilingual
plone.restapi
Products.CPUtils
Products.csvreplicata
Products.PloneHotfix20210518
# If you want to register ZCML slugs for any packages, list them here.
# e.g. zcml = my.package my.other.package
zcml =
cpskin.policy
collective.contact.facetednav
collective.faceted.taxonomywidget
collective.js.fancybox
collective.messagesviewlet
collective.pivot
collective.ptg.fancybox
collective.z3cform.select2-minimal
cpskin.agenda
cpskin.citizen
cpskin.diazotheme.classic
cpskin.diazotheme.dream
cpskin.diazotheme.dreambasic
cpskin.diazotheme.dreamRightPortlet
cpskin.diazotheme.dreamRightPortletBasic
cpskin.diazotheme.newDream
cpskin.diazotheme.memory
cpskin.diazotheme.modern
cpskin.diazotheme.retro
cpskin.diazotheme.smart
cpskin.diazotheme.spirit
cpskin.diazotheme.trendy
cpskin.diazotheme.trendybasic
cpskin.diazotheme.vicinity
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = zopepy
scripts = zopepy
[debug-products]
eggs =
Products.Clouseau
Products.DocFinderTab
Products.PrintingMailHost
ipdb
wildcard.fixpersistentutilities
Products.PDBDebugMode
collective.catalogcleanup
[upgrade]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
scripts = upgrade-portals
arguments = args=[
'--zope-conf', '${instance:location}/etc/zope.conf',
'--log-file', '${buildout:directory}/var/log/upgrade.log']