-
Notifications
You must be signed in to change notification settings - Fork 3
/
buildout.cfg
68 lines (61 loc) · 1.91 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
[buildout]
extensions = mr.developer
unzip = true
parts =
var
karl
find-links = http://karlhosting.github.io/karl4
# override any eggs-directory or download-cache settings
# that might be in ~/.buildout/default.cfg. We have to do this because
# we're pinning versions using a custom package index instead of
# using versions.cfg.
customization-packages =
osi
# version pinning:
show-picked-versions = true
update-versions-file = versions.cfg
extends = versions.cfg
[var]
recipe = z3c.recipe.mkdir
paths =
var/chameleon_cache
var/log
[sources]
karl = git [email protected]:karlproject/karl.git
osi = git [email protected]:karlhosting/osi.git
relstorage = git [email protected]:zodb/relstorage.git
repoze.catalog = git [email protected]:repoze/repoze.catalog.git
repoze.pgtextindex = git [email protected]:repoze/repoze.pgtextindex.git
repoze.profile = git [email protected]:cguardia/repoze.profile.git
repoze.postoffice = git [email protected]:repoze/repoze.postoffice.git
repoze.sendmail = git [email protected]:karlproject/repoze.sendmail.git
repoze.urchin = svn svn+ssh://[email protected]/svn/repoze.urchin/trunk
repozitory = git [email protected]:Pylons/repozitory.git
pyramid_formish = git [email protected]:Pylons/pyramid_formish.git
chameleon = git [email protected]:chrisrossi/chameleon.git
appendonly = svn svn+ssh://svn.zope.org/repos/main/appendonly/trunk
external_link_ticket = git [email protected]:karlproject/karl.external_link_ticket.git
pyramid_jwtauth = git [email protected]:karlproject/pyramid_jwtauth.git
[karl]
recipe = zc.recipe.egg
unzip = true
dependent-scripts = true
eggs =
karl [tests]
${buildout:customization-packages}
repoze.debug
repoze.profile
supervisor
superlance
guillotine
RelStorage [postgresql]
repoze.pgtextindex
repoze.postoffice
repozitory
pyramid_debugtoolbar
slowlog
waitress
repoze.profile
j1m.relstoragejsonsearch
dependent-scripts = true
interpreter = py