public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Martin Liska <marxin@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-3154] contrib: remove extra fetch from git_update_version
Date: Fri,  7 Oct 2022 09:36:36 +0000 (GMT)	[thread overview]
Message-ID: <20221007093636.EF0CF382F980@sourceware.org> (raw)

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)

                 reply	other threads:[~2022-10-07  9:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221007093636.EF0CF382F980@sourceware.org \
    --to=marxin@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).