forked from karlproject/dev-buildout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildout.cfg
92 lines (83 loc) · 2.42 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
[buildout]
extensions = mr.developer
unzip = true
parts =
var
karl
omelette
index = http://karlhosting.github.com/pyramid/production/index/
find-links =
http://karlhosting.github.com/pyramid/staging/
# 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.
eggs-directory = ${buildout:directory}/eggs
download-cache =
customization-packages =
ariadne
eurasia
osi
ospc
oxfam
[var]
recipe = z3c.recipe.mkdir
paths =
var/log
[sources]
karl = git [email protected]:karlproject/karl.git
karlserve = git [email protected]:karlproject/karlserve.git
osi = git [email protected]:karlhosting/osi.git
eurasia = git [email protected]:karlhosting/eurasia.git
ospc = git [email protected]:karlhosting/ospc.git
oxfam = git [email protected]:karlhosting/oxfam.git
ariadne = git [email protected]:karlhosting/ariadne.git
relstorage = svn svn://svn.zope.org/repos/main/relstorage/trunk
repoze.pgtextindex = svn svn+ssh://[email protected]/svn/repoze.pgtextindex/trunk
repoze.postoffice = svn svn+ssh://[email protected]/svn/repoze.postoffice/trunk
repoze.sendmail = git [email protected]:repoze/repoze.sendmail.git
repoze.urchin = svn svn+ssh://[email protected]/svn/repoze.urchin/trunk
repozitory = git [email protected]:Pylons/repozitory.git
karl.external_link_ticket = git [email protected]:karlproject/karl.external_link_ticket.git
pyramid_bottlecap = git [email protected]:pauleveritt/pyramid_bottlecap.git
pyramid_formish = git [email protected]:Pylons/pyramid_formish.git
chameleon = git [email protected]:chrisrossi/chameleon.git
[karl]
recipe = zc.recipe.egg
unzip = true
dependent-scripts = true
eggs =
karl
${buildout:customization-packages}
repoze.debug
supervisor
karlserve
nose
coverage
mock
guillotine
RelStorage
repoze.pgtextindex
repoze.postoffice
repozitory
dependent-scripts = true
scripts =
supervisord = supervisord
supervisorctl = supervisorctl
karlserve = karlserve
nosetests = nosetests
paster = paster
juice_all = juice_all
postoffice = postoffice
po_debug = po_debug
interpreter = py
[omelette]
# This recipe eases development with PyDev (and probably other IDEs.)
recipe = collective.recipe.omelette
eggs =
karl
karlserve
RelStorage
repoze.pgtextindex
repozitory
ignores = setuptools