treewide: rework GPG signing
[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 key = -----BEGIN PGP PRIVATE KEY BLOCK-----
42 Version: GnuPG v2
43
44 mQGNBFX4kxkBDACcTUVUl6zbn4r9tDap0/aCpcK9MO+HPatS7p2aBGY51kh78Ixr
45 ...
46 HwHLaFTMvYFY7WJDwA==
47 -----END PGP PRIVATE KEY BLOCK-----
48 passphrase = secret password
49 comment = Unattended build signature
50
51 [usign]
52 key = RWRCSwAAA...OihABfuLvGRVfVaJ6wLf0=
53 comment = Unattended build signature
54
55 [slave 1]
56 name = example-slave-1
57 password = example
58 builds = 3
59
60 [slave 2]
61 name = example-slave-2
62 password = example2
63 builds = 1
64 cleanup = 1