-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbase.cfg
67 lines (57 loc) · 1.37 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
[buildout]
show-picked-versions = true
extensions =
mr.developer
extends =
https://dist.plone.org/release/6.0.4/versions.cfg
https://dist.plone.org/release/6.0.4/versions-ecosystem.cfg
https://dist.plone.org/release/6.0.4/versions-extra.cfg
https://raw.githubusercontent.com/IMIO/buildout.events/main/sources.cfg
https://raw.githubusercontent.com/IMIO/buildout.smartweb/main/versions.cfg
https://raw.githubusercontent.com/IMIO/buildout.smartweb/main/sources.cfg
sources-dir = devel
auto-checkout +=
imio.events.core
imio.smartweb.common
imio.smartweb.locales
parts =
instance
releaser
omelette
plone-helper-scripts
vscode
develop = .
[instance]
recipe = plone.recipe.zope2instance
zodb-temporary-storage = off
user = admin:admin
http-address = 8080
environment-vars =
zope_i18n_compile_mo_files true
eggs =
Plone
Pillow
imio.events.policy
zcml =
imio.events.policy
[vscode]
recipe = collective.recipe.vscode
eggs = ${instance:eggs}
autocomplete-use-omelette = True
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
[releaser]
recipe = zc.recipe.egg
eggs = zest.releaser
[plone-helper-scripts]
recipe = zc.recipe.egg
eggs =
Products.CMFPlone
${instance:eggs}
interpreter = zopepy
scripts =
zopepy
[versions]
# Don't use a released version of imio.events.policy
imio.events.policy =