diff --git a/util/docker/coreboot.org-status/board-status.html/tohtml.sh b/util/docker/coreboot.org-status/board-status.html/tohtml.sh index b1a7ccdc9a..f786c33109 100755 --- a/util/docker/coreboot.org-status/board-status.html/tohtml.sh +++ b/util/docker/coreboot.org-status/board-status.html/tohtml.sh @@ -3,6 +3,16 @@ export COREBOOT_DIR="../coreboot.git" export GIT_DIR="$COREBOOT_DIR/.git" CODE_GITWEB="https://review.coreboot.org/gitweb/cgit/coreboot.git/commit/?id=" STATUS_GITWEB="https://review.coreboot.org/gitweb/cgit/board-status.git/tree/" + +cat < + + + status report for coreboot boards + + +EOF + if [ -f `dirname $0`/foreword.html ]; then cat `dirname $0`/foreword.html fi @@ -519,3 +529,7 @@ EOF echo "$detailed" +cat < + +EOF