diff options
author | Jakub Jelinek <jakub@redhat.com> | 2020-02-27 09:38:12 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2020-02-27 09:38:12 +0100 |
commit | 494e434c05fee088aa5290bca37e29c923b316d5 (patch) | |
tree | 566563d731354623b8fb76aa15e14484ac24a4a5 /maintainer-scripts/ChangeLog | |
parent | cf70bb0fbd7fb0f4bca99c53a36d0a389dcc2fc5 (diff) | |
download | gcc-494e434c05fee088aa5290bca37e29c923b316d5.zip gcc-494e434c05fee088aa5290bca37e29c923b316d5.tar.gz gcc-494e434c05fee088aa5290bca37e29c923b316d5.tar.bz2 |
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.
Diffstat (limited to 'maintainer-scripts/ChangeLog')
-rw-r--r-- | maintainer-scripts/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index 4fca869..4efd475 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,3 +1,7 @@ +2020-02-27 Jakub Jelinek <jakub@redhat.com> + + * gcc_release: Add support for -b local-git-repo argument. + 2020-01-13 Jonathan Wakely <jwakely@redhat.com> * update_web_docs_libstdcxx_git: New file. |