From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id 2ED91386E560; Sat, 10 Dec 2022 06:30:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2ED91386E560 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1670653825; bh=YlMil8sxjICqcF0u+3gsb8ugSBfsQdqzco/xkF/ztCg=; h=From:To:Subject:Date:From; b=ixOnd705HoLDiCCeiEsDYHc3ATyNIJ5x9pZPYwQiMfkG97KVc9g2a/3Y3E9LUemn3 eFquF2aXxiixVzDSI+hq4B22L7ujYSH0/P/Tfs8e4Wb4ncmHbYlRaRjP5VKf93xw8N LMt7TB50/rN0yw4TVDhdnLofbZVAT413tc8rA4uw= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Thomas Schwinge To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-4589] Prepare 'contrib/gcc-changelog/git_commit.py' for GCC/Rust X-Act-Checkin: gcc X-Git-Author: Thomas Schwinge X-Git-Refname: refs/heads/master X-Git-Oldrev: 7e4aa71043583ac71a773ed23b17c793ef4a8dfb X-Git-Newrev: 325529e21e81fbc3561d2568cb7e8a26296e5b2f Message-Id: <20221210063025.2ED91386E560@sourceware.org> Date: Sat, 10 Dec 2022 06:30:25 +0000 (GMT) List-Id: https://gcc.gnu.org/g:325529e21e81fbc3561d2568cb7e8a26296e5b2f commit r13-4589-g325529e21e81fbc3561d2568cb7e8a26296e5b2f Author: Thomas Schwinge Date: Sat Dec 10 07:27:55 2022 +0100 Prepare 'contrib/gcc-changelog/git_commit.py' for GCC/Rust contrib/ * gcc-changelog/git_commit.py (default_changelog_locations): Add 'gcc/rust'. (bug_components): Add 'rust'. Diff: --- contrib/gcc-changelog/git_commit.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py index fb1d15fd86d..aae3416e082 100755 --- a/contrib/gcc-changelog/git_commit.py +++ b/contrib/gcc-changelog/git_commit.py @@ -45,6 +45,7 @@ default_changelog_locations = { 'gcc/objc', 'gcc/objcp', 'gcc/po', + 'gcc/rust', 'gcc/testsuite', 'gnattools', 'gotools', @@ -122,6 +123,7 @@ bug_components = { 'preprocessor', 'regression', 'rtl-optimization', + 'rust', 'sanitizer', 'spam', 'target',