-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.cfg
130 lines (111 loc) · 3.23 KB
/
default.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
[buildout]
parts =
instance
zopepy
omelette
test
show-picked-versions = true
extensions =
mr.developer
# Change the number here to change the version of Plone being used
extends =
http://dist.plone.org/release/4.3.4/versions.cfg
versions = versions
# Add additional egg download sources here. dist.plone.org contains archives
# of Plone packages.
find-links =
http://dist.plone.org/release/4.3.4
http://dist.plone.org/thirdparty
# Add additional eggs here
eggs =
PIL
${buildout:auto-checkout}
Products.PloneFormGen
collective.mediaelementjs
# security hotfixes - https://plone.org/security/hotfixes/
# not installed
eggs +=
Products.PloneHotfix20150910==1.1
Products.PloneHotfix20151208==1.0
Products.PloneHotfix20160419==1.0
Products.PloneHotfix20160830==1.3
Products.PloneHotfix20161129==1.2
Products.PloneHotfix20170117==1.0
Products.PloneHotfix20171128==1.0
auto-checkout =
cmrs.academic
cmrs.content
cmrs.course
cmrs.policy
cmrs.theme
keble.layout
oxford.testimonial
Products.Carousel
# Reference any eggs you are developing here, one per line
# e.g.: develop = src/my.package
develop =
[versions]
hachoir-core = 1.3.3
hachoir-metadata = 1.3.3
hachoir-parser = 1.3.4
Products.PloneFormGen = 1.7.12
Products.PythonField = 1.1.3
Products.TALESField = 1.1.3
Products.TemplateFields = 1.2.5
z3c.rml = 2.3.0
svg2rlg = 0.3
reportlab = 2.7
pyPdf = 1.13
collective.mediaelementjs = 0.4.1
zc.buildout = 2.13.1
setuptools = 41.0.1
plone.recipe.zope2instance = 4.4.0
[instance]
# For more information on this step and configuration options see:
# http://pypi.python.org/pypi/plone.recipe.zope2instance
recipe = plone.recipe.zope2instance
z2-log-level = CRITICAL
user = admin:admin
effective-user = plone
http-address = 8080
debug-mode = off
verbose-security = off
blob-storage = var/blobstorage
# 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 = Plone my.package
eggs =
Zope2
Plone
${buildout:eggs}
environment-vars =
zope_i18n_compile_mo_files true
# If you want to register ZCML slugs for any packages, list them here.
# e.g. zcml = my.package my.other.package
zcml =
products =
[zopepy]
# For more information on this step and configuration options see:
# http://pypi.python.org/pypi/zc.recipe.egg
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = zopepy
scripts = zopepy
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
[test]
recipe = zc.recipe.testrunner
eggs =
${instance:eggs}
keble.layout [test]
defaults = ['--exit-with-status', '--auto-color', '--auto-progress']
[sources]
cmrs.academic = git [email protected]:cmrs/cmrs.academic.git rev=1.0.4
cmrs.content = git [email protected]:cmrs/cmrs.content.git rev=1.0.1
cmrs.course = git [email protected]:cmrs/cmrs.course.git rev=1.3.0
cmrs.policy = git [email protected]:cmrs/cmrs.policy.git rev=1.3.0
cmrs.theme = git [email protected]:cmrs/cmrs.theme.git rev=1.7.0
keble.layout = git [email protected]:cmrs/keble.layout.git rev=1.1.0
oxford.testimonial = git [email protected]:cmrs/oxford.testimonial.git rev=1.2.0
Products.Carousel = git [email protected]:davismr/Products.Carousel.git