gcc/maintainer-scripts
Jakub Jelinek 79ea774f9a Rewrite maintainer-scripts/update_version_git
This patch rewrites update_version_git to be just a thin wrapper around
Martin's new python script.  This just arranges to check out the gcc
repo in a temporary directory, copy out the contrib scripts so that
the running script doesn't change with branch checkouts and runs the script.

I've run it today manually but hopefully we can do it from cron again
from tomorrow.

2020-05-27  Jakub Jelinek  <jakub@redhat.com>

	* update_version_git: Rewrite using
	contrib/gcc-changelog/git_update_version.py.
2020-05-27 10:24:09 +02:00
..
branch_changer.py Document branch_changer.py script 2016-08-17 10:30:37 +00:00
bugzilla-close-candidate.py Add new maintainer script for PRs that can be closed. 2018-11-22 14:05:54 +00:00
ChangeLog Adjust crontab. 2020-04-30 19:25:03 +02:00
crontab Adjust crontab. 2020-04-30 19:25:03 +02:00
gcc_release maintainer-scripts: Fix up gcc_release without -l, where mkdir was using umask 077 after migration 2020-03-12 18:30:16 +01:00
generate_libstdcxx_web_docs Improve error message for bad arguments to script 2019-02-23 21:19:04 +00:00
maintainer-addresses
README * README: Change "CVS" to "Subversion". 2010-12-08 23:41:46 +00:00
update_version_git Rewrite maintainer-scripts/update_version_git 2020-05-27 10:24:09 +02:00
update_web_docs_git maintainer-scripts: Fix jit documentation build with update_web_docs_git 2020-03-12 14:46:28 +01:00
update_web_docs_libstdcxx_git Replace update_web_docs_libstdcxx_svn with update_web_docs_libstdcxx_git 2020-01-13 21:40:44 +00:00

This directory contains various files used by the gccadmin account on
gcc.gnu.org, mainly for automated tasks such as the daily update of
the date in gcc/DATESTAMP.  There isn't presently any scheme for files
checked in here to be automatically checked out and used by gccadmin,
so the files in Subversion and those used by gccadmin must be kept in
sync manually.