Hi. I noticed: https://gcc.gnu.org/pipermail/gccadmin/2022q4/019260.html
/home/gccadmin/venv/bin/python3: /home/gccadmin/venv/bin/python3: cannot execute binary file It will be fixed with the following patch. @Jakub: Please update the cron. Thanks, Martin maintainer-scripts/ChangeLog: * crontab: Fix superfluous 'sh' for Python script. --- maintainer-scripts/crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintainer-scripts/crontab b/maintainer-scripts/crontab index 09e33c0095f..0fd885ea759 100644 --- a/maintainer-scripts/crontab +++ b/maintainer-scripts/crontab @@ -1,5 +1,5 @@ 16 0 * * * sh /home/gccadmin/scripts/update_version_git -50 0 * * * sh /home/gccadmin/venv/bin/python3 /home/gccadmin/scripts/update_web_docs_git.py /www/gcc/htdocs/onlinedocs/ --sphinx-build=/home/gccadmin/venv/bin/sphinx-build +50 0 * * * /home/gccadmin/venv/bin/python3 /home/gccadmin/scripts/update_web_docs_git.py /www/gcc/htdocs/onlinedocs/ --sphinx-build=/home/gccadmin/venv/bin/sphinx-build 55 0 * * * sh /home/gccadmin/scripts/update_web_docs_libstdcxx_git 32 22 * * 4 sh /home/gccadmin/scripts/gcc_release -s 10:releases/gcc-10 -l -d /sourceware/snapshot-tmp/gcc all 32 22 * * 5 sh /home/gccadmin/scripts/gcc_release -s 11:releases/gcc-11 -l -d /sourceware/snapshot-tmp/gcc all -- 2.38.1