-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
82 lines (68 loc) · 2.4 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
[buildout]
extensions =
parts =
instance
extends =
http://dist.plone.org/release/4.2.4/versions.cfg
versions.cfg
find-links =
${buildout:directory}/eggs_repo
http://dist.plone.org
#Uncomment the following and set a directory to cache downloaded
#files.
#download-cache = downloads
#download-directory = ${buildout:download-cache}
versions = versions
# This section checkouts development code into dev directory
# of buildout.
extensions = mr.developer
sources = sources
sources-dir = dev
auto-checkout =
reddplusid.mcpolicy
reddplusid.mission
reddplusid.missionreport
reddplusid.mctheme
reddplusid.attachments
reddplusid.registration
reddplusid.locales
# ============================================== 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
[sources]
reddplusid.mcpolicy=git https://github.com/reddplusid/reddplusid.mcpolicy.git
reddplusid.missionreport=git https://github.com/reddplusid/reddplusid.missionreport.git
reddplusid.mission=git https://github.com/reddplusid/reddplusid.mission.git
reddplusid.mctheme=git https://github.com/reddplusid/reddplusid.mctheme.git
reddplusid.attachments=git https://github.com/reddplusid/reddplusid.attachments.git
reddplusid.registration=git https://github.com/reddplusid/reddplusid.registration.git
reddplusid.locales=git https://github.com/reddplusid/reddplusid.locales.git
[versions]
docutils = 0.9.1
[instance]
recipe = plone.recipe.zope2instance
eggs =
Plone
Pillow
collective.kuputabs
plone.app.async
reddplusid.mcpolicy
Products.PloneHotfix20131210
zcml =
reddplusid.locales
collective.kuputabs
http-address = ${buildout:http-address}
user = admin:admin
effective-user =
environment-vars =
PYTHON_EGG_CACHE ${buildout:pyeggcache-directory}
PATH /var/lib/gems/1.8/gems/docsplit-0.6.4/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
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/