[buildbot] phase1: update config.ini.example

LEDE Commits lede-commits at lists.infradead.org
Mon May 15 08:39:26 PDT 2023


ynezz pushed a commit to buildbot.git, branch master:
https://git.openwrt.org/b39f4b90608f8817a33aef595faf2716380acb6f

commit b39f4b90608f8817a33aef595faf2716380acb6f
Author: Thibaut VARÈNE <hacks at slashdirt.org>
AuthorDate: Mon Oct 24 18:17:46 2022 +0200

    phase1: update config.ini.example
    
    Signed-off-by: Thibaut VARÈNE <hacks at slashdirt.org>
---
 phase1/config.ini.example | 44 ++++++++++++++++++++++++--------------------
 1 file changed, 24 insertions(+), 20 deletions(-)

diff --git a/phase1/config.ini.example b/phase1/config.ini.example
index d65c823..3a1e34e 100644
--- a/phase1/config.ini.example
+++ b/phase1/config.ini.example
@@ -9,12 +9,6 @@ status_bind = tcp:8010:interface=127.0.0.1
 status_user = example
 status_password = example
 port = 9989
-config_seed = # Seed configuration
-	CONFIG_BUILDBOT=y
-	CONFIG_DEVEL=y
-	CONFIG_CCACHE=n
-	CONFIG_KERNEL_KALLSYMS=y
-	CONFIG_AUTOREMOVE=y
 
 [irc]
 host = irc.freenode.net
@@ -25,28 +19,38 @@ password = example
 
 [repo]
 url = https://git.openwrt.org/openwrt/openwrt.git
-branch = master
-
-[rsync]
-binary_url = user at example.org::upload-binary
-binary_password = example
-source_url = user at example.org::upload-sources
-source_password = example2
 
-[gpg]
-key = -----BEGIN PGP PRIVATE KEY BLOCK-----
+# branches should be listed by decreasing build priority order, typically oldest branch first (less build intensive)
+# branch section name should match branch "name" option until signall.sh is reworked
+[branch openwrt-21.02]
+name = openwrt-21.02
+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
+gpg_passphrase = secret password
+gpg_comment = Unattended build signature
+usign_key = RWRCSwAAA...OihABfuLvGRVfVaJ6wLf0=
+usign_comment = Unattended build signature
+binary_url = user at example.org::upload-binary
+binary_password = example
+source_url = user at example.org::upload-sources
+source_password = example2
+config_seed = # Seed configuration
+	CONFIG_BUILDBOT=y
+	CONFIG_DEVEL=y
+	CONFIG_CCACHE=n
+	CONFIG_KERNEL_KALLSYMS=y
+	CONFIG_AUTOREMOVE=y
+
+[branch openwrt-22.03]
+name = openwrt-22.03
 
-[usign]
-key = RWRCSwAAA...OihABfuLvGRVfVaJ6wLf0=
-comment = Unattended build signature
+[branch master]
+name = master
 
 [worker 1]
 phase = 1




More information about the lede-commits mailing list