-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathbuildout.cfg
More file actions
132 lines (120 loc) · 3.43 KB
/
buildout.cfg
File metadata and controls
132 lines (120 loc) · 3.43 KB
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
extends =
http://dist.plone.org/release/4.3.7/versions.cfg
versions.cfg
effective-user =
show-picked-versions = true
versions = versions
find-links =
http-address = 8080
policies =
# policy packages
extensions = mr.developer
sources-dir = dev/
auto-checkout =
sinarngo.organization
sinarngo.activity
sinarngo.story
sinarngo.resource
sinarngo.service
sinarngo.partner
sinarngo.project
sinarngo.pressroom
sinarngo.multiviews
ploneun.vocabularies
sinar.theme
collective.z3cform.colorpicker
[sources]
sinarngo.organization = git https://github.com/Sinar/sinarngo.organization
sinarngo.activity = git https://github.com/Sinar/sinarngo.activity
sinarngo.resource = git https://github.com/Sinar/sinarngo.resource
sinarngo.service = git https://github.com/Sinar/sinarngo.service
sinarngo.pressroom = git https://github.com/Sinar/sinarngo.pressroom
sinarngo.multiviews = git https://github.com/Sinar/sinarngo.multiviews
sinarngo.story = git https://github.com/Sinar/sinarngo.story
ploneun.vocabularies = git https://github.com/ploneUN/ploneun.vocabularies
sinarngo.partner = git https://github.com/Sinar/sinarngo.partner
sinarngo.story = git https://github.com/Sinar/sinarngo.story
sinarngo.project = git https://github.com/Sinar/sinarngo.project
sinar.theme = git https://github.com/afterfivetech/sinar.theme
collective.z3cform.colorpicker = git https://github.com/collective/collective.z3cform.colorpicker
[mr.developer]
threads = 1
[instance]
recipe = plone.recipe.zope2instance
eggs =
Plone
Pillow
Products.feedfeeder
plone.app.dexterity [grok]
plone.app.theming
plone.app.async
plone.app.contenttypes
Products.ContentWellPortlets
eea.facetednavigation
collective.plonetruegallery
collective.ptg.galleriffic
collective.ptg.nivoslider
collective.ptg.nivogallery
collective.contentleadimage
collective.documentviewer
collective.portlet.collectionmultiview
collective.portlet.embed
collective.cover
collective.panels
wcc.prayercycle
webcouturier.dropdownmenu
plone.app.multilingual
collective.documentviewer
Solgema.fullcalendar
collective.unslider
collective.quickupload
plone.formwidget.recaptcha
collective.akismet
collective.z3cform.norobots
collective.markitup
Products.RedirectionTool
Products.EasyNewsletter[all]
sc.social.like
collective.addthis
sinarngo.activity
sinarngo.organization
sinarngo.service
sinarngo.resource
sinarngo.pressroom
sinarngo.multiviews
sinarngo.story
sinarngo.partner
sinarngo.project
plone.jsonapi.routes
zope.app.component
Products.contentmigration
sinar.theme
Products.PloneHotfix20150910
Products.PloneHotfix20160419
${buildout:policies}
# redturtle.video
# https://github.com/RedTurtle/redturtle.video/commit/35c66b5e845e8b42dbbe972e434d08e13054ce43
# collective.rtvideo.youtube
http-address = ${buildout:http-address}
user = admin:admin
effective-user = ${buildout:effective-user}
zodb-cache-size = 3000
[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}