From: Jakub Jelinek Date: Fri, 22 May 2020 11:09:34 +0000 (+0200) Subject: Fix up go related ignored locations. X-Git-Tag: misc/first-auto-changelog~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5daf69cfe94c5f81bd59cfab40ad7b9c51930534;p=thirdparty%2Fgcc.git Fix up go related ignored locations. 2020-05-22 Jakub Jelinek * gcc-changelog/git_commit.py: Add trailing / to gcc/testsuite/go.test/test and replace gcc/go/frontend/ with gcc/go/gofrontend/ in ignored locations. --- diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 7b61bb8915b9..64a0db18e58f 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,9 @@ +2020-05-22 Jakub Jelinek + + * gcc-changelog/git_commit.py: Add trailing / to + gcc/testsuite/go.test/test and replace gcc/go/frontend/ + with gcc/go/gofrontend/ in ignored locations. + 2020-05-22 Martin Liska * gcc-changelog/git_commit.py: Add gcc/testsuite/go.test/test diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py index ba9f5ce96509..8c5fa2c0fc93 100755 --- a/contrib/gcc-changelog/git_commit.py +++ b/contrib/gcc-changelog/git_commit.py @@ -127,8 +127,8 @@ bug_components = set([ ignored_prefixes = [ 'gcc/d/dmd/', - 'gcc/go/frontend/', - 'gcc/testsuite/go.test/test', + 'gcc/go/gofrontend/', + 'gcc/testsuite/go.test/test/', 'libgo/', 'libphobos/libdruntime', 'libphobos/src/',