board-status: Remove shell version, update docs
Change-Id: I532db49799eadf3214a70297c5fc84aa006bc3f7 Signed-off-by: Patrick Georgi <patrick@coreboot.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/68960 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
@ -11,7 +11,10 @@ set -e
|
||||
# /data-out.
|
||||
|
||||
cd /data-in/board-status.git
|
||||
/opt/tools/status-to-html.sh > /tmp/board-status.html
|
||||
/opt/tools/board-status.html \
|
||||
-board-status-dir /data-in/board-status.git \
|
||||
-coreboot-dir /data-in/coreboot.git \
|
||||
> /tmp/board-status.html
|
||||
mv /tmp/board-status.html /data-out/
|
||||
|
||||
cd /data-in/coreboot.git
|
||||
|
Reference in New Issue
Block a user