util/docker/coreboot.org-status: collect report generators

Move generators for the board status report and the kconfig options
report into a common directory and wrap them in a docker container.

Also rework to emit HTML not wiki syntax.

Change-Id: If42e1dd312c5fa4e32f519865e3b551bc471bc72
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: https://review.coreboot.org/26977
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
Patrick Georgi
2018-06-08 18:10:58 +02:00
committed by Patrick Georgi
parent 31e0d42a1d
commit 79d26c7a83
13 changed files with 170 additions and 219 deletions

View File

@@ -0,0 +1,7 @@
FROM debian:sid
RUN apt-get update && apt-get install -y python git bc && apt-get clean
ADD board-status.html kconfig2html run.sh /opt/tools/
ENTRYPOINT /opt/tools/run.sh