Switch board_status.sh to use main branch

... so we can switch coreboot over.

Change-Id: Ib0487014fd49829e0d021533b04df9e8bd1a757a
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75779
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nicholas Chin <nic.c3.14@gmail.com>
This commit is contained in:
Stefan Reinauer
2023-06-10 12:29:29 -07:00
parent dc75d3e6c1
commit 5db03ed14c

View File

@ -123,7 +123,7 @@ tagged_revision() {
upstream_revision() { upstream_revision() {
local r= local r=
r=$(git log remotes/origin/master -1 --format=format:%h) r=$(git log remotes/origin/main -1 --format=format:%h)
if [ -z "$r" ]; then if [ -z "$r" ]; then
r="unknown" # default to unknown r="unknown" # default to unknown