public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-3154] contrib: remove extra fetch from git_update_version
@ 2022-10-07  9:36 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2022-10-07  9:36 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:fce601fd07fd04f55c4e8260ec49012dea886b06

commit r13-3154-gfce601fd07fd04f55c4e8260ec49012dea886b06
Author: Martin Liska <mliska@suse.cz>
Date:   Fri Oct 7 11:35:32 2022 +0200

    contrib: remove extra fetch from git_update_version
    
    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.

Diff:
---
 contrib/gcc-changelog/git_update_version.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/gcc-changelog/git_update_version.py b/contrib/gcc-changelog/git_update_version.py
index 36995d2520b..074e717d610 100755
--- a/contrib/gcc-changelog/git_update_version.py
+++ b/contrib/gcc-changelog/git_update_version.py
@@ -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)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-07  9:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-07  9:36 [gcc r13-3154] contrib: remove extra fetch from git_update_version Martin Liska

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).