dcacc5fcf594db1e8574ba0ad9ddf8fb0af7befb
[buildbot.git] / phase1 / config.ini.example
1 [general]
2 title = LEDE Project
3 title_url = http://lede-project.org/
4 buildbot_url = http://phase1.builds.lede-project.org/
5 homedir = .
6 expire = 1209600
7 port = 9989
8
9 [status]
10 bind = tcp:8010:interface=127.0.0.1
11 user = example
12 password = example
13
14 [irc]
15 host = irc.freenode.net
16 port = 6667
17 channel = #example-channel
18 nickname = example-builder
19 password = example
20
21 [repo]
22 url = https://git.lede-project.org/source.git
23 branch = master
24
25 [rsync]
26 binary_url = user@example.org::upload-binary
27 binary_password = example
28 source_url = user@example.org::upload-sources
29 source_password = example2
30
31 [gpg]
32 home = ~/.gnupg
33 keyid = 626471F1
34 passfile = ./gpg-passphrase.txt
35 comment = Unattended build signature
36
37 [slave 1]
38 name = example-slave-1
39 password = example
40 builds = 3
41
42 [slave 2]
43 name = example-slave-2
44 password = example2
45 builds = 1