diff mbox series

[yocto-autobuilder-helper] run-dashboard-index: Show curl errors

Message ID 20260911-contrib-mathieu-dashboard-curl-errors-v1-1-1a443c64f0e9@bootlin.com
State New
Headers show
Series [yocto-autobuilder-helper] run-dashboard-index: Show curl errors | expand

Commit Message

Mathieu Dubois-Briand Sept. 11, 2026, 7:57 a.m. UTC
The curl command has been failing a few times over the last days, but is
not showing the error source. Mare it a bit more verbose.

Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
---
 scripts/run-dashboard-index | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


---
base-commit: 4e83aa5617eb01342b90eee1dcf1003dfbdee06e
change-id: 20260911-contrib-mathieu-dashboard-curl-errors-95c6dfa00f5a

Best regards,
diff mbox series

Patch

diff --git a/scripts/run-dashboard-index b/scripts/run-dashboard-index
index c7beca3c58e3..3a70ccd897e7 100755
--- a/scripts/run-dashboard-index
+++ b/scripts/run-dashboard-index
@@ -18,7 +18,7 @@  dest=${DEST:-docs@docs.yoctoproject.org:dashboard/}
 cd $builddir
 $scriptdir/release-parser.py $builddir/yocto-docs $builddir/repos/bitbake
 $scriptdir/layer-parser.py
-curl --silent --output $scriptdir/dashboard/testresults.json https://git.yoctoproject.org/yocto-testresults/plain/oeselftest/reproducible/qemux86-64/testresults.json
+curl --silent --show-error --output $scriptdir/dashboard/testresults.json https://git.yoctoproject.org/yocto-testresults/plain/oeselftest/reproducible/qemux86-64/testresults.json
 
 rsync -irlp --checksum --ignore-times releases.json ${dest}
 rsync -irlp --checksum --ignore-times parsed-layers.json ${dest}