forked from starzel/training_without_vagrant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
71 lines (61 loc) · 1.57 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
[buildout]
parts =
instance
omelette
codeintel
zopeskel
extends =
http://dist.plone.org/release/4.3.3/versions.cfg
versions.cfg
find-links = http://dist.repoze.org/
extensions = mr.developer
sources = sources
auto-checkout = *
versions = versions
eggs =
Plone
Pillow
# development tools
z3c.jbot
plone.api
plone.reload
Products.PDBDebugMode
plone.app.debugtoolbar
Paste
# 3rd party addons
Products.PloneFormGen
collective.plonetruegallery
collective.js.datatables
eea.facetednavigation
collective.behavior.banner
# dexterity default types
plone.app.contenttypes
# our addons
# ploneconf.site
# starzel.votable_behavior
[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
eggs = ${buildout:eggs}
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
[codeintel]
recipe = corneti.recipes.codeintel
eggs = ${instance:eggs}
extra-paths = ${omelette:location}
[zopeskel]
recipe = zc.recipe.egg
eggs =
ZopeSkel
Paste
PasteDeploy
PasteScript
zopeskel.diazotheme
zopeskel.dexterity
zest.releaser
${buildout:eggs}
[sources]
# ploneconf.site = fs ploneconf.site full-path=${buildout:directory}/src/ploneconf.site
starzel.votable_behavior = git https://github.com/starzel/starzel.votable_behavior.git pushurl=git://github.com/starzel/starzel.votable_behavior.git
collective.behavior.banner = git https://github.com/starzel/collective.behavior.banner.git [email protected]:starzel/collective.behavior.banner.git rev=af2dc1f21b23270e4b8583cf04eb8e962ade4c4d