From a5ac91c2565ee2fd588c0dbcb48694d12340a3fc Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Mon, 6 Aug 2018 17:27:13 +0200 Subject: docker/coreboot.org-status: provide html/head/body frame MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This allows us to add encoding information. Change-Id: Ic9a12a13f11fd22eeec96fbcca6b706312876b07 Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/27874 Reviewed-by: Jonathan Neuschäfer Reviewed-by: Paul Menzel Reviewed-by: Martin Roth Tested-by: build bot (Jenkins) --- .../docker/coreboot.org-status/board-status.html/tohtml.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'util/docker') 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 -- cgit v1.2.3