@@ -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}
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,