diff options
author | Jakub Jelinek <jakub@redhat.com> | 2020-05-22 13:09:34 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2020-05-22 13:09:34 +0200 |
commit | 5daf69cfe94c5f81bd59cfab40ad7b9c51930534 (patch) | |
tree | e31453b9921d03d80a6a603abf3aa08c29752a47 /contrib/gcc-changelog/git_commit.py | |
parent | 7c592aad23c22b9f888837020cd0a7475d8f3938 (diff) | |
download | gcc-5daf69cfe94c5f81bd59cfab40ad7b9c51930534.zip gcc-5daf69cfe94c5f81bd59cfab40ad7b9c51930534.tar.gz gcc-5daf69cfe94c5f81bd59cfab40ad7b9c51930534.tar.bz2 |
Fix up go related ignored locations.
2020-05-22 Jakub Jelinek <jakub@redhat.com>
* 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.
Diffstat (limited to 'contrib/gcc-changelog/git_commit.py')
-rwxr-xr-x | contrib/gcc-changelog/git_commit.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py index ba9f5ce..8c5fa2c 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/', |