-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
102 lines (94 loc) · 2.51 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
[buildout]
extensions = mr.developer
sources-dir = devel
develop =
.
unzip = true
extends =
http://download.zope.org/Zope2/index/2.13.5/versions.cfg
versions.cfg
versions = versions
index = http://pypi.affinitic.be
allow-hosts = pypi.affinitic.be
eggs.affinitic.be
find-links =
http://eggs.affinitic.be/
allow-picked-versions = false
index = http://pypi.affinitic.be/affinitic/packages/+simple/
parts =
instance
omelette
test
scripts
docs
zopepy
zcml =
gites.walhebcalendar
walhebcalendar.db:db.zcml
eggs =
gites.walhebcalendar
Products.Zope-Hotfix-20110622
[sources]
walhebcalendar.db = git [email protected]:affinitic/walhebcalendar.db.git
affinitic.db = git [email protected]:affinitic/affinitic.db.git
five.grok = svn http://svn.zope.org/repos/main/five.grok/trunk
z3c.soap = svn svn+ssh://svn.zope.org/repos/main/z3c.soap/trunk
[scripts]
recipe = zc.recipe.egg:scripts
eggs = gites.walhebcalendar
ZSI
[zopepy]
recipe = zc.recipe.egg
eggs = ${buildout:eggs}
interpreter = zopepy
scripts = zopepy
[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
verbose-security = on
http-address = 6011
zeo-client = False
debug-mode = off
shared-blob = on
zcml = ${buildout:zcml}
zserver-threads = 4
eggs = ${buildout:eggs}
environment-vars =
AMQP_BROKER_HOST euclide.interne.affinitic.be
PG_HOSTNAME localhost
zope-conf-additional =
%import collective.zamqp
<amqp-consuming-server>
connection_id walhebcalendar
site_id calendar
user_id admin
</amqp-consuming-server>
event-log-custom =
<syslog>
address 10.8.200.1:5544
facility local3
format %(asctime)s lagrange zope[%(process)s]: walhebcalendar ${:_buildout_section_name_} [%(levelname)s] %(name)s | %(message)s
dateformat %b %d %H:%M:%S
level info
</syslog>
[test]
recipe = zc.recipe.testrunner
eggs = gites.walhebcalendar [test]
walhebcalendar.db [test]
defaults = ['--tests-pattern', '^f?tests$', '--color']
script = test
[omelette]
recipe = collective.recipe.omelette
eggs = ${buildout:eggs}
${test:eggs}
[docs]
recipe = z3c.recipe.sphinxdoc
eggs = gites.walhebcalendar [docs]
build-dir = ${buildout:directory}/docs
default.css = ${buildout:directory}/docs/gdw.css
layout.html = ${buildout:directory}/docs/layout.html
extensions = sphinx.ext.autodoc
collective.sphinx.includedoc
collective.sphinx.includechangelog
sphinxcontrib.sdedit
repoze.sphinx.autointerface