blob: fcb6f06aba602bc817c0cdc283469b00f9e9ce7e (
plain)
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
|
[general]
title = OpenWrt Project
title_url = http://openwrt.org/
workdir = /buildbot
[phase2]
buildbot_url = http://phase2.builds.openwrt.org/
status_bind = tcp:8011:interface=127.0.0.1
status_user = example
status_password = example
port = 9990
persistent = false
feeds_host_override =
git_ssh = true
git_ssh_key = -----BEGIN RSA PRIVATE KEY-----
MIIEpAIBAAKCAQEAuCJwo6OmrRDxcGfsMgBhq0vdzp2ZIdqnedFH8u6tVYLt9WDU
...
mHzkh8Uv4OAWTjiLGycbXa0/31hu9PCeNzYmjjrp8tcGjsiJJFxydgS+wc0i2UPV
nSI+JbmAAF9vw6gj2i+Hqx7UloRd0tEv/leX354T5lO06LMiNhvN9g==
-----END RSA PRIVATE KEY-----
[repo]
url = https://git.openwrt.org/openwrt/openwrt.git
branch = main
[rsync]
binary_url = user@example.org::upload-packages
binary_password = example
source_url = user@example.org::upload-sources
source_password = example2
sdk_url = user@example.org::download-binary
sdk_password = example3
sdk_pattern = openwrt-sdk-*.tar.*
[gpg]
key = -----BEGIN PGP PRIVATE KEY BLOCK-----
Version: GnuPG v2
mQGNBFX4kxkBDACcTUVUl6zbn4r9tDap0/aCpcK9MO+HPatS7p2aBGY51kh78Ixr
...
HwHLaFTMvYFY7WJDwA==
-----END PGP PRIVATE KEY BLOCK-----
passphrase = secret password
comment = Unattended build signature
[usign]
key = RWRCSwAAA...OihABfuLvGRVfVaJ6wLf0=
comment = Unattended build signature
[apk]
key = -----BEGIN EC PRIVATE KEY-----
MHcCAQEEIIP54p1G0UgCleLObh07Gxq0S0Iz22OQpkUj8S1AzXB9oAoGCCqGSM49
...
-----END EC PRIVATE KEY-----
[worker 1]
phase = 2
name = worker-example-1
password = example
builds = 1
[worker 2]
phase = 2
name = worker-example-2
password = example2
builds = 3
|