-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbuildout.cfg
54 lines (45 loc) · 943 Bytes
/
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
[buildout]
#index = http://pypi.bluedynamics.eu
find-links +=
http://effbot.org/downloads/
parts =
instance
omelette
extends =
http://dist.plone.org/release/4.1-latest/versions.cfg
unzip = true
develop =
.
extensions = mr.developer
sources = sources
sources-dir = ${buildout:directory}/devsrc
auto-checkout = *
always-checkout = true
[sources]
collective.lineage = git [email protected]:collective/collective.lineage.git
[instance]
recipe = plone.recipe.zope2instance
http-address = 8080
user = admin:admin
testthemes =
plonetheme.discovery
plonetheme.codapress
eggs =
Pillow
lineage.themeselection
plone.app.debugtoolbar
plone.reload
${:testthemes}
zcml =
lineage.themeselection
${:testthemes}
[py]
recipe = zc.recipe.egg
eggs =
${instance:eggs}
interpreter = python
[omelette]
recipe = collective.recipe.omelette
ignore-develop = true
eggs =
${instance:eggs}