diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2023-09-14 12:47:26 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2023-09-15 18:42:46 +0000 |
commit | b3f5d94f0957f20422e6095cf049808ddbb37520 (patch) | |
tree | 741062e61904cc49629d150eeb20020aeda8f5b4 /Documentation/infrastructure | |
parent | 0476f6aaabb6d682349879aacd0d2b7d8d719339 (diff) |
Documentation: Adjust master -> main branch
Some of our documentation still points to the wrong branches
Change-Id: Idb72e4f44f294f64eb01c588027d300a53d6fb41
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77875
Reviewed-by: Patrick Georgi <patrick@coreboot.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Documentation/infrastructure')
-rw-r--r-- | Documentation/infrastructure/builders.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/infrastructure/builders.md b/Documentation/infrastructure/builders.md index f2dbc11b87..f37fabf5b3 100644 --- a/Documentation/infrastructure/builders.md +++ b/Documentation/infrastructure/builders.md @@ -74,7 +74,7 @@ These times are taken from the week of Feb 21 - Feb 28, 2022 There are a number of builds handled by the coreboot jenkins builders, for a number of different projects - coreboot, flashrom, memtest86+, -em100, etc. Many of these have builders for their current master branch +em100, etc. Many of these have builders for their current main branch as well as Gerrit and [Coverity](coverity.md) builds. @@ -91,14 +91,14 @@ machines. These tasks run overnight in the US timezones. You can see all the builds in the main jenkins interface: [https://qa.coreboot.org/](https://qa.coreboot.org/) -Most of the time on the builders is taken up by the coreboot master and +Most of the time on the builders is taken up by the coreboot main and coreboot gerrit builds. * [coreboot gerrit build](https://qa.coreboot.org/job/coreboot-gerrit/) ([Time trend](https://qa.coreboot.org/job/coreboot-gerrit/buildTimeTrend)) -* [coreboot master build](https://qa.coreboot.org/job/coreboot/) +* [coreboot main build](https://qa.coreboot.org/job/coreboot/) ([Time trend](https://qa.coreboot.org/job/coreboot/buildTimeTrend)) |