-
Notifications
You must be signed in to change notification settings - Fork 0
/
base.cfg
executable file
·171 lines (147 loc) · 3.77 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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
[buildout]
extensions =
mr.developer
plone.versioncheck
show-picked-versions = true
allow-picked-versions = false
parts =
dists-download
dists-egg
omelette
instance1
zopepy
repozo
ploneversioncheck
extends =
https://dist.plone.org/release/4.3.20/versions.cfg
versions-base.cfg
sources.cfg
index=https://pypi.org/simple/
versions=versions
# Add additional egg download sources here. dist.plone.org contains archives
# of Plone packages.
find-links =
# Add additional eggs here
# elementtree is required by Plone
eggs +=
Pillow
develop =
# Only take stable eggs
#prefer-final = true
always-checkout = force
auto-checkout +=
collective.contact.importexport
Products.CPUtils
Products.Ploneboard
ric.core
[dists-download]
recipe = collective.recipe.cmd
on_install = true
on_update = true
cmds =
bin/pip download --dest=${buildout:download-cache}/dist/ --python-version=3.10 --no-deps appy==1.0.18
[dists-egg]
recipe = zc.recipe.egg
find-links = ${buildout:download-cache}
eggs = appy==1.0.18
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance1:eggs}
[instance1]
recipe = plone.recipe.zope2instance
user = admin:${port:admin-password}
http-address = ${port:instance1-http}
zserver-threads = 4
debug-mode = off
verbose-security = off
zope-conf-additional =
extensions ${buildout:directory}/Extensions
%define FILESTORAGE ${buildout:directory}/var/filestorage
%define BLOBSTORAGE ${buildout:directory}/var/blobstorage
%include ${buildout:directory}/zope_add.conf
<product-config ric.core>
plone-path ${port:plone-path}
</product-config>
environment-vars =
PYTHON_EGG_CACHE ${buildout:directory}/python-eggs
zope_i18n_compile_mo_files true
OO_PORT ${port:oo-port}
PYTHON_UNO ${port:python-uno}
PUBLIC_URL ${port:public-url}
decorate_acl_methods true
eggs =
${buildout:eggs}
collective.ckeditor
collective.ckeditortemplates
collective.documentgenerator
# collective.js.fancybox
collective.jsonify
collective.messagesviewlet
collective.pfg.norobots
collective.plonetruegallery
collective.ptg.fancybox
collective.ptg.highslide
collective.upgrade
communesplone.layout
Products.CPUtils
Products.DocFinderTab
Products.PasswordStrength
Products.Ploneboard
Products.PloneboardSubscription
Products.PloneFormGen
Products.PloneHotfix20210518
Products.PrintingMailHost
ric.core
zcml =
ric.core
products =
[upgrade]
recipe = zc.recipe.egg
eggs =
${instance1:eggs}
${debug:eggs}
scripts = upgrade-portals
arguments = args=[
'--zope-conf', '${instance1:location}/etc/zope.conf',
'--log-file', '${buildout:directory}/var/log/upgrade.log']
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance1:eggs}
interpreter = zopepy
scripts = zopepy
#extra-paths = ${zope2:location}/lib/python
[repozo]
recipe = zc.recipe.egg
eggs = ZODB3
scripts = repozo
[standard]
recipe = collective.recipe.plonesite
site-id = standard
instance = instance1
default-language = fr
profiles-initial = Products.CMFPlone:plone-content plonetheme.sunburst:default
site-replace = false
# post-extras = standard-config.py
[debug]
eggs =
# collective.wfautodoc # need graphviz
ipdb
iw.debug
profilehooks
zcml =
iw.debug
[remotes]
plone = https://github.com/plone
plone_push = [email protected]:plone
collective = https://github.com/collective
collective_push = [email protected]:collective
imio = https://github.com/IMIO
imio_push = [email protected]:IMIO
entrouvert = https://repos.entrouvert.org
entrouvert_push = git+ssh://[email protected]
zopefoundation = https://github.com/zopefoundation
zopefoundation_push = [email protected]:zopefoundation
zopesvn = svn://svn.zope.org/repos/main/
[ploneversioncheck]
recipe = zc.recipe.egg
eggs = plone.versioncheck