diff options
author | Patrick Georgi <patrick@coreboot.org> | 2023-09-20 23:29:37 +0200 |
---|---|---|
committer | Patrick Georgi <patrick@coreboot.org> | 2023-09-22 09:41:50 +0000 |
commit | f0f1a3ca4a6d822a194bf879b71448dd2ac3f6ab (patch) | |
tree | 24186368a065cb731cf614338d47dd926a8dbe2c /util/docker/coreboot.org-status | |
parent | 6b62329cd682abf919d866cc259dd7d2c0f609da (diff) |
coreboot.org-status: Make URLs branch agnostic
The primary branch changed names. To remain robust, just use HEAD,
which will point to whatever is authoritative.
Change-Id: I809ea748a5e51f4eea6bc227fa1fc5c8b07fe2ef
Signed-off-by: Patrick Georgi <patrick@coreboot.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78015
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/docker/coreboot.org-status')
-rw-r--r-- | util/docker/coreboot.org-status/board-status.html/templates/board-status.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/docker/coreboot.org-status/board-status.html/templates/board-status.html b/util/docker/coreboot.org-status/board-status.html/templates/board-status.html index 93fcc45101..bf5fd8ca75 100644 --- a/util/docker/coreboot.org-status/board-status.html/templates/board-status.html +++ b/util/docker/coreboot.org-status/board-status.html/templates/board-status.html @@ -28,7 +28,7 @@ id, so it is possible to reproduce the build.</p> <p>We encourage developers and users to contribute reports so we know which devices are well-tested. We have -<a href='https://review.coreboot.org/plugins/gitiles/coreboot/+/refs/heads/master/util/board_status/'>a tool in the coreboot repository</a> +<a href='https://review.coreboot.org/plugins/gitiles/coreboot/+/HEAD/util/board_status/'>a tool in the coreboot repository</a> to make contributing easy. The data resides in the <a href='https://review.coreboot.org/plugins/gitiles/board-status/'>board status repository</a>. Contributing requires an account on review.coreboot.org. After @@ -123,7 +123,7 @@ code for boards that are not yet merged.</p> <a href='https://www.coreboot.org/Board:{{$l.VendorBoard}}'>{{$l.VendorBoard}}</a> at {{$l.TimeReadable}} <a href='https://review.coreboot.org/plugins/gitiles/coreboot/+/{{$l.Upstream}}'>upstream tree</a> ( {{range $f := $l.Files -}} -<a href='https://review.coreboot.org/plugins/gitiles/board-status/+/refs/heads/master/{{$f.Path}}{{$f.Basename}}'>{{$f.Basename}}</a> {{/* */}} +<a href='https://review.coreboot.org/plugins/gitiles/board-status/+/HEAD/{{$f.Path}}{{$f.Basename}}'>{{$f.Basename}}</a> {{/* */}} {{end -}} )<br /> {{- end -}} |