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

commit r16-5824-gbe86130982ae2cc50e64c7359b536c9945026f21
Author: Jakub Jelinek <[email protected]>
Date:   Tue Dec 2 10:43:52 2025 +0100

    Add e69bea9b4ccfe79efeec6e87d7d24e6350f31375 to ignored_commits
    
    This fails because we've changed git_commit.py mid day and one commit
    was using the old (incorrect) ChangeLog location.
    
            * gcc-changelog/git_update_version.py (ignored_commits): Add
            e69bea9b4ccfe79efeec6e87d7d24e6350f31375.

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

diff --git a/contrib/gcc-changelog/git_update_version.py 
b/contrib/gcc-changelog/git_update_version.py
index 09a42520624f..66c97b16f462 100755
--- a/contrib/gcc-changelog/git_update_version.py
+++ b/contrib/gcc-changelog/git_update_version.py
@@ -48,7 +48,8 @@ ignored_commits = {
         '10d76b7f1e5b63ad6d2b92940c39007913ced037',
         'de3b277247ce98d189f121155b75f490725a42f6',
         '13cf22eb557eb5e3d796822247d8d4957bdb25da',
-        'b40ef6e9dc096c8c19399e94947a1965258a6942'}
+        'b40ef6e9dc096c8c19399e94947a1965258a6942',
+        'e69bea9b4ccfe79efeec6e87d7d24e6350f31375'}
 
 FORMAT = '%(asctime)s:%(levelname)s:%(name)s:%(message)s'
 logging.basicConfig(level=logging.INFO, format=FORMAT,

Reply via email to