forked from plone/buildout.coredev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
core.cfg
61 lines (50 loc) · 1.02 KB
/
core.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
[buildout]
parts =
instance
zopepy
test
alltests
checkversions
packages
extends =
sources.cfg
checkouts.cfg
tests.cfg
versions.cfg
allow-hosts =
*.python.org
*.plone.org
*.zope.org
find-links += http://dist.plone.org/thirdparty/
extensions =
mr.developer
buildout.dumppickedversions
versions = versions
eggs =
Products.CMFPlone
plone.reload
# temporary bypass for https://bugs.launchpad.net/zope2/+bug/539181
roman
# currently required by Products.CMFCore
Products.ZSQLMethods
develop =
[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
http-address = 8080
eggs = ${buildout:eggs}
environment-vars =
zope_i18n_compile_mo_files true
[zopepy]
recipe = zc.recipe.egg
eggs = ${buildout:eggs}
interpreter = zopepy
scripts = zopepy
[checkversions]
# run this via bin/checkversions -l 2 versions.cfg
recipe = zc.recipe.egg
eggs = z3c.checkversions [buildout]
[packages]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
packages = ./