-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildout.cfg
133 lines (123 loc) · 2.7 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
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
133
[buildout]
develop = .
find-links =
http://yum.zope.com/buildout/
parts =
buildout-script
zkrunzeo
test
extra-eggs
zookeeper-deploy
py
relative-paths = true
allow-picked-versions = false
versions = versions
[versions]
boto = 2.27.0
distribute = 0.6.49
ecdsa = 0.11
kazoo = 2.0
manuel = 1.6.0
mock = 1.0.1
netifaces = 0.8
ordereddict = 1.1
paramiko = 1.12.3
pycrypto = 2.6.1
pytz = 2014.2
requests = 2.2.1
setuptools = 0.6c12dev-r88846
six = 1.2.0
transaction = 1.3.0
z3c.recipe.mkdir = 0.5
zc.beforestorage = 0.4.0
zc.buildout = 2.1.1
zc.buildoutsftp = 0.11.0
zc.catalogqueue = 0.3.1
zc.lockfile = 1.1.0
zc.loggermonitor = 0.1
zc.metarecipe = 0.2.0
zc.monitor = 0.3.1
zc.monitorlogstats = 0.1.0
zc.ngi = 2.0.1
ZConfig = 3.0.2
zc.queue = 1.3
zc.recipe.deployment = 1.1.0
zc.recipe.egg = 2.0.1
zc.recipe.rhrc = 1.4.2
zc.recipe.testrunner = 2.0.0
zc.s3blobstorage = 0.3.2
zc.thread = 0.1.0
zc.zdaemonrecipe = 0.2
zc.zeoinputlog = 0.2.0
zc.zk = 2.0.1
zc.zkzeo = 0.3.2
zc.zlibstorage = 0.1.1
zc.zodbrecipes = 0.6.1
zc.zookeeper-deploy-buildout = 0.2.0
zc-zookeeper-static = 3.4.4
zdaemon = 3.0.4
ZODB3 = 3.10.5
zope.app.keyreference = 3.6.1
zope.component = 4.0.0
zope.configuration = 4.0.0
zope.event = 4.0.0
zope.exceptions = 4.0.1
zope.i18nmessageid = 4.0.0
zope.interface = 4.0.1
zope.keyreference = 3.6.4
zope.minmax = 1.1.2
zope.schema = 4.2.0
zope.testing = 4.1.1
zope.testrunner = 4.0.4
[test]
recipe = zc.recipe.testrunner
eggs = zc.zkdeployzeo [test]
[py]
recipe = zc.recipe.egg
eggs = ${test:eggs}
interpreter = py
[buildout-script]
recipe = zc.recipe.egg:script
eggs = zc.buildout
[zkrunzeo]
recipe = zc.recipe.egg:script
eggs = ZODB3 >=3.10dev
zc.beforestorage
zc.catalogqueue
zc.loggermonitor
zc.monitor
zc.monitorlogstats
zc.queue
zc.s3blobstorage
zc.zeoinputlog
zc.zk
zc.zkdeployzeo
zc.zkzeo
zc.zlibstorage
zdaemon
zope.app.keyreference
zope.component
zope.configuration
zope.minmax
entry-points =
monitorcheck=zc.zk.monitor:check
monitoraddr=zc.zk.monitor:get_addr
initialization =
import zc.monitor, zc.loggermonitor, zc.zeoinputlog, zc.monitorlogstats
zc.monitor.register_basics()
zc.monitor.register(zc.loggermonitor.level, 'loglevel')
import zope.configuration.xmlconfig, zc.zk
zope.configuration.xmlconfig.file('monitor.zcml', package=zc.zk)
scripts = zkrunzeo=runzeo zdaemon monitorcheck monitoraddr
[zookeeper-deploy]
recipe = zc.recipe.egg
eggs = zc.zookeeper_deploy_buildout
arguments = '', 'zc.zkdeployzeo'
[extra-eggs]
recipe = zc.recipe.egg:eggs
eggs =
z3c.recipe.mkdir
zc.recipe.deployment
zc.recipe.rhrc
zc.zdaemonrecipe
zc.zodbrecipes