From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F3F57386F42D; Tue, 9 Apr 2024 15:30:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F3F57386F42D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1712676617; bh=bYaSRht3jmqrZdTduSOySSec4lYIqUNML9S3ek+8Z2Y=; h=From:To:Subject:Date:In-Reply-To:References:From; b=w22DHNQB8NwPc5DMYU3xA8PYVT5k9wJ0LGRK4tgyyfK6jzf0KLUKLfMssvjwiGaWO yprIznLAb3Tq907SWO8fDpjqGBgOA/oEklEgvRv1px9rhDuHfOe15fzoxuwe2dp8BP iXgPSY9CctYbnIVVcCh067r2TbiE3zfC11KqxdGQ= From: "mark at klomp dot org" To: overseers@sourceware.org Subject: [Bug Infrastructure/31529] binutils-cvs isn't updating on inbox.sourceware.org Date: Tue, 09 Apr 2024 15:30:16 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: sourceware X-Bugzilla-Component: Infrastructure X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mark at klomp dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: overseers at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31529 --- Comment #1 from Mark Wielaard --- I assumed it was because the emails were sent to the alias, so I tried to update the splitting script (also updating the components): diff --git a/email_to.py b/email_to.py index 8294028..dd54560 100755 --- a/email_to.py +++ b/email_to.py @@ -1,24 +1,27 @@ #! /usr/bin/env python import sys -ML_MAP =3D {'bfd': 'bfd-cvs@sourceware.org', +ML_MAP =3D {'binutils': 'binutils-cvs@sourceware.org', 'gdb': 'gdb-cvs@sourceware.org', } OWNER_MAP =3D ( - # BFD file... - ('bfd/', 'bfd'), - ('binutils/', 'bfd'), - ('opcode/', 'bfd'), - ('cpu/', 'bfd'), - ('elfcpp/', 'bfd'), - ('gas/', 'bfd'), - ('gold/', 'bfd'), - ('gprof/', 'bfd'), - ('include/', 'bfd'), - ('ld/', 'bfd'), - ('opcodes/', 'bfd'), + # BINUTILS file... + ('bfd/', 'binutils'), + ('binutils/', 'binutils'), + ('opcode/', 'binutils'), + ('cpu/', 'binutils'), + ('elfcpp/', 'binutils'), + ('gas/', 'binutils'), + ('gold/', 'binutils'), + ('gprof/', 'binutils'), + ('gprofng/', 'binutils'), + ('include/', 'binutils'), + ('ld/', 'binutils'), + ('opcodes/', 'binutils'), + ('libsframe/', 'binutils'), + ('libctf/', 'binutils'), # GDB files... ('gdb/', 'gdb'), ('gdbserver/', 'gdb'), But this doesn't seem to be it. --=20 You are receiving this mail because: You are the assignee for the bug.=