treewide: untangle phase1 and phase2 masters
[buildbot.git] / phase1 / config.ini.example
1 [general]
2 title = OpenWrt Project
3 title_url = http://openwrt.org/
4 buildbot_url = http://phase1.builds.openwrt.org/
5 homedir = .
6 expire = 1209600
7 port = 9989
8 cc_version = le 4.9
9 git_ssh = true
10 git_ssh_key = -----BEGIN RSA PRIVATE KEY-----
11 MIIEpAIBAAKCAQEAuCJwo6OmrRDxcGfsMgBhq0vdzp2ZIdqnedFH8u6tVYLt9WDU
12 ...
13 mHzkh8Uv4OAWTjiLGycbXa0/31hu9PCeNzYmjjrp8tcGjsiJJFxydgS+wc0i2UPV
14 nSI+JbmAAF9vw6gj2i+Hqx7UloRd0tEv/leX354T5lO06LMiNhvN9g==
15 -----END RSA PRIVATE KEY-----
16
17
18 [status]
19 bind = tcp:8010:interface=127.0.0.1
20 user = example
21 password = example
22
23 [irc]
24 host = irc.freenode.net
25 port = 6667
26 channel = #example-channel
27 nickname = example-builder
28 password = example
29
30 [repo]
31 url = https://git.openwrt.org/openwrt/openwrt.git
32 branch = master
33
34 [rsync]
35 binary_url = user@example.org::upload-binary
36 binary_password = example
37 source_url = user@example.org::upload-sources
38 source_password = example2
39
40 [gpg]
41 home = ~/.gnupg
42 keyid = 626471F1
43 passfile = ./gpg-passphrase.txt
44 comment = Unattended build signature
45
46 [slave 1]
47 name = example-slave-1
48 password = example
49 builds = 3
50
51 [slave 2]
52 name = example-slave-2
53 password = example2
54 builds = 1
55 cleanup = 1