-
Notifications
You must be signed in to change notification settings - Fork 4
/
buildout.cfg
67 lines (55 loc) · 1.27 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
[buildout]
develop = .
parts =
scripts
test
instance
versions = versions
extends =
http://dist.plone.org/release/4.1.4/versions.cfg
http://good-py.appspot.com/release/dexterity/1.2?plone=4.1.4
http://good-py.appspot.com/release/plone.app.theming/1.0b9
extensions = mr.developer
sources-dir = dev
sources = sources
auto-checkout =
diazotheme.bootstrap
# collective.miscbehaviors
eggs =
collective.conference
zcml =
collective.conference
[versions]
[sources]
diazotheme.bootstrap = git [email protected]:kagesenshi/diazotheme.bootstrap.git
#collective.miscbehaviors = git [email protected]:inigoconsulting/collective.miscbehaviors.git
[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
http-address = 8080
eggs =
Pillow
Plone
diazotheme.bootstrap
plone.app.theming
${buildout:eggs}
zcml =
diazotheme.bootstrap
plone.app.theming
${buildout:zcml}
environment-vars =
PYTHON_EGG_CACHE ${buildout:directory}/var/egg-cache
[scripts]
recipe = zc.recipe.egg
eggs =
collective.conference
zest.releaser
ZopeSkel
PasteScript
PasteDeploy
Paste
zopeskel.dexterity
[test]
recipe = zc.recipe.testrunner
defaults = ['--tests-pattern', '^f?tests$', '-v']
eggs = collective.conference