public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH][pushed] contrib: remove extra fetch from git_update_version
@ 2022-10-07  9:36 Martin Liška
  0 siblings, 0 replies; only message in thread
From: Martin Liška @ 2022-10-07  9:36 UTC (permalink / raw)
  To: gcc-patches

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 | 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)
-- 
2.37.3


^ 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 [PATCH][pushed] contrib: remove extra fetch from git_update_version Martin Liška

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).