public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-3970] Revert "maintainer-scripts: fix superfluous 'sh' for Python script"
@ 2022-11-14  8:37 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2022-11-14  8:37 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:30ad6e0f466bbdc2a1b92a2bf22623b5d103695e

commit r13-3970-g30ad6e0f466bbdc2a1b92a2bf22623b5d103695e
Author: Martin Liska <mliska@suse.cz>
Date:   Sun Nov 13 21:55:58 2022 +0100

    Revert "maintainer-scripts: fix superfluous 'sh' for Python script"
    
    This reverts commit 9072763f4f17e600a980ff510b2baf8ad8ada1b5.

Diff:
---
 maintainer-scripts/crontab | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maintainer-scripts/crontab b/maintainer-scripts/crontab
index 0fd885ea759..09e33c0095f 100644
--- a/maintainer-scripts/crontab
+++ b/maintainer-scripts/crontab
@@ -1,5 +1,5 @@
 16  0 * * * sh /home/gccadmin/scripts/update_version_git
-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
+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
 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-14  8:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-14  8:37 [gcc r13-3970] Revert "maintainer-scripts: fix superfluous 'sh' for Python script" Martin Liska

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).