gcc/maintainer-scripts
Jakub Jelinek 494e434c05 maintainer-scripts: Speed up git clone in gcc_release
When doing the 8.4-rc1, I've noticed (probably also because of the dying
disk on sourceware) that git clone is extremely slow, and furthermore when
all of us have some local snapshots, it is a waste of resources to download
everything again.  Especially for the -f runs when we'll need to wait until
git tag -s asks us for a gpg password interactively.

The following patch adds an option through which one can point the script
at a local gcc .git directory from which it can --dissociate --reference ...
during cloning to speed it up.

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

	* gcc_release: Add support for -b local-git-repo argument.
2020-02-27 09:38:12 +01:00
..
ChangeLog maintainer-scripts: Speed up git clone in gcc_release 2020-02-27 09:38:12 +01:00
README
branch_changer.py
bugzilla-close-candidate.py
crontab Replace update_web_docs_libstdcxx_svn with update_web_docs_libstdcxx_git 2020-01-13 21:40:44 +00:00
gcc_release maintainer-scripts: Speed up git clone in gcc_release 2020-02-27 09:38:12 +01:00
generate_libstdcxx_web_docs
maintainer-addresses
update_version_git Replace update_version_svn with update_version_git. 2020-01-13 12:29:02 +00:00
update_web_docs_git Replace update_web_docs_svn with update_web_docs_git. 2020-01-13 17:43:52 +00: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

README

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.