[Bug Infrastructure/31529] binutils-cvs isn't updating on inbox.sourceware.org
mark at klomp dot org
sourceware-bugzilla@sourceware.org
Tue Apr 9 15:30:16 GMT 2024
https://sourceware.org/bugzilla/show_bug.cgi?id=31529
--- Comment #1 from Mark Wielaard <mark at klomp dot org> ---
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 = {'bfd': 'bfd-cvs@sourceware.org',
+ML_MAP = {'binutils': 'binutils-cvs@sourceware.org',
'gdb': 'gdb-cvs@sourceware.org',
}
OWNER_MAP = (
- # 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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Overseers
mailing list