-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
77 lines (64 loc) · 1.42 KB
/
buildout.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
[buildout]
show-picked-versions = true
extensions =
mr.developer
buildout.threatlevel
extends =
http://dist.plone.org/release/4.3-latest/versions.cfg
educomponents.cfg
products.cfg
find-links =
https://pypi.python.org/packages/source/P/Products.ECAssignmentBox/Products.ECAssignmentBox-1.5.1.tar.gz
http://dist.plone.org/release/4.3-latest/
htp://dist.plone.org/thirdparty/
parts =
instance
instance-sitecustomize
zopepy
ecassignmentbox-patches
ecautoassessmentbox-patches
eggs +=
experimental.btree
five.pt
${buildout:auto-checkout}
zcml =
unzip = true
versions = versions
[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
http-address = 8080
verbose-security = off
debug-mode = off
event-log-level = info
eggs =
Plone
plone.app.upgrade
${buildout:eggs}
zcml =
${buildout:zcml}
environment-vars =
PTS_LANGUAGES es
zope_i18n_allowed_languages es
zope_i18n_compile_mo_files false
[instance-sitecustomize]
recipe = collective.recipe.template
output = ${buildout:bin-directory}/sitecustomize.py
mode = 600
input = inline:
import sys
sys.setdefaultencoding('utf-8')
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = zopepy
scripts = zopepy
[versions]
# buildout extensions
buildout.threatlevel = 1.1
# Chameleon
Chameleon = 2.13
experimental.btree = 1.1
five.pt = 2.2.1
sourcecodegen = 0.6.14
z3c.pt = 2.2.3