-
Notifications
You must be signed in to change notification settings - Fork 3
/
buildout.cfg
132 lines (116 loc) · 3.87 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
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
[buildout]
extensions =
parts =
instance
omelette
scripts
releaser
wkhtmltopdf
extends =
http://dist.plone.org/release/4.3.3/versions.cfg
versions.cfg
versions-plone-async.cfg
effective-user =
show-picked-versions = true
versions = versions
find-links =
http://pypi.afterfivetech.com/packages/
# ============================================== Start
# These settings will be overridden with OpenShift's environment variables
# during deployment
log-directory = ${buildout:directory}/var/log/
data-directory = ${buildout:directory}/var
pyeggcache-directory = ${buildout:directory}/var/egg-cache
http-address = 8080
# ================================================ End
# policy packages
policies =
eval.policy
hotfixes =
Products.PloneHotfix20171128
Products.PloneHotfix20170117
Products.PloneHotfix20161129
Products.PloneHotfix20160830
Products.PloneHotfix20150910
extensions = mr.developer
sources-dir = dev/
auto-checkout =
ploneun.policy
ploneun.missions
ploneun.calendar
ploneun.consultant
ploneun.vocabulary
eval.policy
eval.theme
collective.pdfexport
ilo.vocabularies
ilo.extenders
sinarngo.resource
inigo.redirecttocontainer
ilo.goodpractice
ilo.qa
eval.email_consultants
eval.workspace
eval.registration
ilo.cop
a5.workflow
eval.cop
[sources]
ploneun.policy=git https://github.com/ploneUN/ploneun.policy.git
ploneun.calendar=git https://github.com/ploneUN/ploneun.calendar.git
ploneun.missions=git https://github.com/ploneUN/ploneun.missions.git
ploneun.consultant=git https://github.com/ploneUN/ploneun.consultant.git
ploneun.vocabulary=git https://github.com/ploneUN/ploneun.vocabulary.git
collective.pdfexport=git https://github.com/ploneUN/collective.pdfexport.git
ilo.vocabularies=git https://github.com/ploneUN/ilo.vocabularies.git
ilo.extenders=git https://github.com/ploneUN/ilo.extenders.git
eval.policy=git https://github.com/ploneUN/eval.policy.git
eval.theme=git https://github.com/ploneUN/eval.theme.git
sinarngo.resource=git https://github.com/Sinar/sinarngo.resource.git
inigo.redirecttocontainer=git https://github.com/inigoconsulting/inigo.redirecttocontainer.git
ilo.goodpractice=git https://github.com/ploneUN/ilo.goodpractice.git
ilo.qa=git https://github.com/ploneUN/ilo.qa.git
eval.email_consultants=git https://github.com/ploneUN/eval.email_consultants.git
eval.workspace=git https://github.com/ploneUN/eval.workspace.git
eval.registration=git https://github.com/ploneUN/eval.registration.git
ilo.cop = git https://github.com/ploneUN/ilo.cop.git
a5.workflow = svn https://svn.afterfivetech.com/repos/afive/a5.workflow/trunk/
eval.cop = git https://github.com/ploneUN/eval.cop.git
[mr.developer]
threads = 1
[instance]
recipe = plone.recipe.zope2instance
eggs =
Plone
Pillow
ipdb
${buildout:policies}
${buildout:hotfixes}
http-address = ${buildout:http-address}
user = admin:admin
effective-user = ${buildout:effective-user}
environment-vars =
PYTHON_EGG_CACHE ${buildout:pyeggcache-directory}
WKHTMLTOPDF_PATH ${buildout:parts-directory}/wkhtmltopdf/wkhtmltopdf-amd64
zodb-cache-size = 3000
event-log = ${buildout:log-directory}/${:_buildout_section_name_}.log
z2-log = ${buildout:log-directory}/${:_buildout_section_name_}-Z2.log
file-storage = ${buildout:data-directory}/filestorage/Data.fs
blob-storage = ${buildout:data-directory}/blobstorage/
zcml-additional =
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
[scripts]
recipe = zc.recipe.egg
interpreter = zopepy
eggs = ${instance:eggs}
[releaser]
recipe = collective.recipe.template
input = templates/releaser.py.in
output = ${buildout:bin-directory}/releaser.py
auto-release = ${buildout:auto-checkout}
mode = 0755
[wkhtmltopdf]
recipe = hexagonit.recipe.download
url = https://wkhtmltopdf.googlecode.com/files/wkhtmltopdf-0.11.0_rc1-static-amd64.tar.bz2