-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdevel.cfg
91 lines (72 loc) · 1.34 KB
/
devel.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
[buildout]
extends = _base.cfg
nginx-settings.cfg
customizeme.cfg
mongoauth.cfg
parts =
# Framework
max
omelette
supervisor
supervisor-config
releaser
# tests
# tranchitella-patch
test
test-bunny
test-carrot
test-hub
coverage
coverage-bunny
coverage-hub
# Nginx
headers-module
nginx
nginx-common-settings
nginx-cors-headers
nginx-cors-preflight
nginx-max-root-instance
nginx-max-server
nginx-ulearnhub-server
nginx-upstream-servers
nginx-devel
# Databases & messaging
mongodb
rabbitmq
# Config files
mongodb-config
mongocli
maxsettings
max-ini
ulearnhub-ini
rabbit-server-ini
rabbit-config-ini
common-ini
maxbunny-ini
maxtweety-ini
# Rabbit plugins build
rabbit-build-max-auth
rabbit-build-stomp
eggs =
develop =
extensions = mr.developer
auto-checkout = *
find-links =
https://pypi.upc.edu/links
[max]
eggs+=
chaussette
maxbunny
maxtweety
maxbunny
bigmax
ulearnhub
[supervisor-config]
template = devel.cfg
environment = HOME="${buildout:directory}/var/rabbitmq/home"
[versions]
zc.buildout = 2.2.5
apns_client = 0.1.8
amplecode.recipe.template = 1.2
# Fix until we are not fully 3.0 compliant (use-greenlets deprecation)
pymongo = 2.8