diff mbox series

[yocto-autobuilder-helper,03/11] scripts/run-dashboard-index: Generate parsed-layers.json from the dashboard script

Message ID 20250305102506.2043524-3-richard.purdie@linuxfoundation.org
State New
Headers show
Series [yocto-autobuilder-helper,01/11] scripts/run-dashboard-index: Add basic index page for new dashboard site | expand

Commit Message

Richard Purdie March 5, 2025, 10:24 a.m. UTC
From: Michael Halstead <mhalstead@linuxfoundation.org>

Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
---
 scripts/run-dashboard-index | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/scripts/run-dashboard-index b/scripts/run-dashboard-index
index c1f0c78..7309158 100755
--- a/scripts/run-dashboard-index
+++ b/scripts/run-dashboard-index
@@ -9,7 +9,9 @@  scriptdir="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"
 
 cd $builddir
 $scriptdir/release-parser.py 
+$scriptdir/layer-parser.py
 
 rsync -irlp --checksum --ignore-times releases.json docs@docs.yoctoproject.org:dashboard/
+rsync -irlp --checksum --ignore-times parsed-layers.json docs@docs.yoctoproject.org:dashboard/
 rsync -irlp --checksum --ignore-times $scriptdir/dashboard/index.html docs@docs.yoctoproject.org:dashboard/