phase1: remove 'cleanup' worker option (always set)
[buildbot.git] / phase1 / config.ini.example
1 [general]
2 title = OpenWrt Project
3 title_url = http://openwrt.org/
4 workdir = /buildbot
5
6 [phase1]
7 buildbot_url = http://phase1.builds.openwrt.org/
8 status_bind = tcp:8010:interface=127.0.0.1
9 status_user = example
10 status_password = example
11 port = 9989
12 config_seed = # Seed configuration
13 CONFIG_BUILDBOT=y
14 CONFIG_DEVEL=y
15 CONFIG_CCACHE=n
16 CONFIG_KERNEL_KALLSYMS=y
17 CONFIG_AUTOREMOVE=y
18
19 [irc]
20 host = irc.freenode.net
21 port = 6667
22 channel = #example-channel
23 nickname = example-builder
24 password = example
25
26 [repo]
27 url = https://git.openwrt.org/openwrt/openwrt.git
28 branch = master
29
30 [rsync]
31 binary_url = user@example.org::upload-binary
32 binary_password = example
33 source_url = user@example.org::upload-sources
34 source_password = example2
35
36 [gpg]
37 key = -----BEGIN PGP PRIVATE KEY BLOCK-----
38 Version: GnuPG v2
39
40 mQGNBFX4kxkBDACcTUVUl6zbn4r9tDap0/aCpcK9MO+HPatS7p2aBGY51kh78Ixr
41 ...
42 HwHLaFTMvYFY7WJDwA==
43 -----END PGP PRIVATE KEY BLOCK-----
44 passphrase = secret password
45 comment = Unattended build signature
46
47 [usign]
48 key = RWRCSwAAA...OihABfuLvGRVfVaJ6wLf0=
49 comment = Unattended build signature
50
51 [worker 1]
52 phase = 1
53 name = example-worker-1
54 password = example
55
56 [worker 2]
57 phase = 1
58 name = example-worker-2
59 password = example2