docker: bump rsync Debian version
[buildbot.git] / phase2 / config.ini.example
index 991a835c111fb17fe185ca9985ba93a737101d91..eda9763530ed30a6df6f10b20d9b449b9220f094 100644 (file)
@@ -1,8 +1,13 @@
 [general]
 title = OpenWrt Project
 title_url = http://openwrt.org/
+workdir = /buildbot
+
+[phase2]
 buildbot_url = http://phase2.builds.openwrt.org/
-homedir = ../phase1
+status_bind = tcp:8011:interface=127.0.0.1
+status_user = example
+status_password = example
 port = 9990
 persistent = false
 git_ssh = true
@@ -13,14 +18,9 @@ git_ssh_key = -----BEGIN RSA PRIVATE KEY-----
        nSI+JbmAAF9vw6gj2i+Hqx7UloRd0tEv/leX354T5lO06LMiNhvN9g==
        -----END RSA PRIVATE KEY-----
 
-[status]
-bind = tcp:8011:interface=127.0.0.1
-user = example
-password = example
-
 [repo]
 url = https://git.openwrt.org/openwrt/openwrt.git
-branch = master
+branch = main
 
 [rsync]
 binary_url = user@example.org::upload-packages
@@ -29,21 +29,37 @@ 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.xz
+sdk_pattern = openwrt-sdk-*.tar.*
 
 [gpg]
-home = ~/.gnupg
-keyid = 626471F1
-passfile = ./gpg-passphrase.txt
+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
 
-[slave 1]
-name = slave-example-1
+[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
 
-[slave 2]
-name = slave-example-2
+[worker 2]
+phase = 2
+name = worker-example-2
 password = example2
 builds = 3
-