Skip to content

Commit

Permalink
Switch board_status.sh to use main branch
Browse files Browse the repository at this point in the history
... so we can switch coreboot over.

Change-Id: Ib0487014fd49829e0d021533b04df9e8bd1a757a
Signed-off-by: Stefan Reinauer <[email protected]>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75779
Reviewed-by: Martin L Roth <[email protected]>
Tested-by: build bot (Jenkins) <[email protected]>
Reviewed-by: Nicholas Chin <[email protected]>
  • Loading branch information
reinauer committed Sep 11, 2023
1 parent dc75d3e commit 5db03ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/board_status/getrevision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5db03ed

Please sign in to comment.