This repository has been archived by the owner on May 24, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildout.cfg
77 lines (60 loc) · 1.71 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
[buildout]
#FIXME: This should probably use a known good set or something similar
#It doesn't exist yet however
parts =
voteit.core
crontab-reboot
crontab-pack
eggs =
voteit.core
voteit.schulze
voteit.combined_simple
voteit.site
voteit.feed
voteit.statistics
voteit.cloudsignon
voteit.whosonline
supervisor
waitress
pyramid_exclog
#Managed by Mr Developer
develop =
newest = false
prefer-final = true
eggs-directory = ${buildout:directory}/eggs
download-cache =
extensions =
mr.developer
# mr.developer settings:
sources = sources
auto-checkout = *
versions = versions
[voteit.core]
recipe = zc.recipe.egg
dependent-scripts = true
unzip = true
eggs =
${buildout:eggs}
interpreter = py
[crontab-reboot]
recipe = z3c.recipe.usercrontab
times = @reboot
command = ${buildout:directory}/bin/supervisord
[crontab-pack]
#Pack database to remove old versioned objects
recipe = z3c.recipe.usercrontab
# m h dom mon dow | pack thursday night
times = 00 04 * * 4
command = ${buildout:directory}/bin/zeopack -u ${buildout:directory}/var/ZEO.sock
[sources]
voteit.core = git git://github.com/VoteIT/voteit.core.git
voteit.schulze = git git://github.com/VoteIT/voteit.schulze.git
voteit.combined_simple = git git://github.com/VoteIT/voteit.combined_simple.git
voteit.site = git git://github.com/VoteIT/voteit.site.git
voteit.feed = git git://github.com/VoteIT/voteit.feed.git
voteit.statistics = git git://github.com/VoteIT/voteit.statistics.git
voteit.cloudsignon = git git://github.com/VoteIT/voteit.cloudsignon.git
voteit.whosonline = git git://github.com/VoteIT/voteit.whosonline.git
voteit.tools = git git://github.com/VoteIT/voteit.tools.git
[versions]
deform = 0.9.5