coreboot-kgpe-d16/util/docker/coreboot.org-status/board-status.html
Patrick Georgi f0f1a3ca4a 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>
2023-09-22 09:41:50 +00:00
..
templates coreboot.org-status: Make URLs branch agnostic 2023-09-22 09:41:50 +00:00
README
boards.go board-status: Implement handling of "Clone of" 2022-12-02 08:34:01 +00:00
go.mod
go.sum
logs.go
status-to-html.go
types.go

README

Tool to publish board-status data to the website
================================================

This tool parses the board-status repository (and the coreboot repository as
companion) to build a meaningful representation of the test coverage stored
in board-status.

The server runs these regularly to update
https://coreboot.org/status/board-status.html

How to use
----------
When modifying the tool, or when publishing the results elsewhere, you
might want to run it yourself. You'll need the board-status and the coreboot
repository checked out.

To build the tool, run the following commands

    $ go mod download
    $ go build

To run it, use

    $ ./board-status.html \
      -board-status-dir .../board-status.git \
      -coreboot-dir .../coreboot.git > out.html

There will be a few errors about missing revisions, those come from status
reports based on unpublished commits.

LIMITATIONS
-----------
The tool doesn't support board variants or "clone of" specifiers in
board-info.txt. The output is also a bit unwieldy, leading to many megabytes
of HTML in a single file.