From 5db03ed14cd2afde92926e8761e5ee6f8421e634 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sat, 10 Jun 2023 12:29:29 -0700 Subject: [PATCH] Switch board_status.sh to use main branch ... so we can switch coreboot over. Change-Id: Ib0487014fd49829e0d021533b04df9e8bd1a757a Signed-off-by: Stefan Reinauer Reviewed-on: https://review.coreboot.org/c/coreboot/+/75779 Reviewed-by: Martin L Roth Tested-by: build bot (Jenkins) Reviewed-by: Nicholas Chin --- util/board_status/getrevision.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/board_status/getrevision.sh b/util/board_status/getrevision.sh index 041f6f2013..ced20fc451 100755 --- a/util/board_status/getrevision.sh +++ b/util/board_status/getrevision.sh @@ -123,7 +123,7 @@ tagged_revision() { upstream_revision() { 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 r="unknown" # default to unknown