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:
committed by
Patrick Georgi
parent
31e0d42a1d
commit
79d26c7a83
7
util/docker/coreboot.org-status/Dockerfile
Normal file
7
util/docker/coreboot.org-status/Dockerfile
Normal 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
|
Reference in New Issue
Block a user