]> gcc.gnu.org Git - gcc.git/commitdiff
contrib: remove extra fetch from git_update_version
authorMartin Liska <mliska@suse.cz>
Fri, 7 Oct 2022 09:35:32 +0000 (11:35 +0200)
committerMartin Liska <mliska@suse.cz>
Fri, 7 Oct 2022 09:35:32 +0000 (11:35 +0200)
Remove extra fetch call that didn't help with the issue
we had (missing object).

contrib/ChangeLog:

* gcc-changelog/git_update_version.py: Remove extra fetch.

contrib/gcc-changelog/git_update_version.py

index 36995d2520ba0a21ddb84976cbb485b77b75ff1a..074e717d6105fc610a6864f80626007e530c1f01 100755 (executable)
@@ -135,7 +135,7 @@ def update_current_branch(ref_name):
             repo.git.add(datestamp_path)
             if not args.current:
                 repo.index.commit('Daily bump.')
-                origin.fetch()
+                logging.info('commit is done')
                 if args.push:
                     try:
                         repo.git.push('origin', branch)
This page took 0.065226 seconds and 5 git commands to generate.