public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-1379] gcc-changelog: Ignore one more commit.
@ 2021-06-11  8:14 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2021-06-11  8:14 UTC (permalink / raw)
  To: gcc-cvs

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

commit r12-1379-ge01874cdae4bfdb1d5c5e25c54f14225c5895af3
Author: Martin Liska <mliska@suse.cz>
Date:   Fri Jun 11 10:13:54 2021 +0200

    gcc-changelog: Ignore one more commit.
    
    contrib/ChangeLog:
    
            * gcc-changelog/git_update_version.py: Ignore commit that
            violates rules and was somehow pushed.

Diff:
---
 contrib/gcc-changelog/git_update_version.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/contrib/gcc-changelog/git_update_version.py b/contrib/gcc-changelog/git_update_version.py
index 0508f194084..b97ca58800f 100755
--- a/contrib/gcc-changelog/git_update_version.py
+++ b/contrib/gcc-changelog/git_update_version.py
@@ -27,7 +27,9 @@ from git_repository import parse_git_revisions
 current_timestamp = datetime.datetime.now().strftime('%Y%m%d\n')
 
 # Skip the following commits, they cannot be correctly processed
-IGNORED_COMMITS = ('c2be82058fb40f3ae891c68d185ff53e07f14f45')
+IGNORED_COMMITS = (
+        'c2be82058fb40f3ae891c68d185ff53e07f14f45',
+        '04a040d907a83af54e0a98bdba5bfabc0ef4f700')
 
 
 def read_timestamp(path):


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

only message in thread, other threads:[~2021-06-11  8:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-11  8:14 [gcc r12-1379] gcc-changelog: Ignore one more commit 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).