Rewrite maintainer-scripts/update_version_git
authorJakub Jelinek <jakub@redhat.com>
Wed, 27 May 2020 08:24:09 +0000 (10:24 +0200)
committerJakub Jelinek <jakub@redhat.com>
Wed, 27 May 2020 08:24:09 +0000 (10:24 +0200)
commit79ea774f9a9d36d986152d93f9eae4a9ba36b37b
tree9939ad35da37b6e8e385bc98fa8f60fe53fa2aa3
parentb423f910dcc2a58a86b61cc5b966a81066abbf12
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.
maintainer-scripts/update_version_git