public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* [Bug Infrastructure/31529] New: binutils-cvs isn't updating on inbox.sourceware.org
@ 2024-03-22 11:17 mark at klomp dot org
  2024-03-23 11:04 ` [Bug Infrastructure/31529] " sam at gentoo dot org
  2024-04-09 15:30 ` mark at klomp dot org
  0 siblings, 2 replies; 3+ messages in thread
From: mark at klomp dot org @ 2024-03-22 11:17 UTC (permalink / raw)
  To: overseers

https://sourceware.org/bugzilla/show_bug.cgi?id=31529

            Bug ID: 31529
           Summary: binutils-cvs isn't updating on inbox.sourceware.org
           Product: sourceware
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Infrastructure
          Assignee: overseers at sourceware dot org
          Reporter: mark at klomp dot org
  Target Milestone: ---

https://sourceware.org/pipermail/binutils-cvs/
also accepts emails to bfd-cvs@sourceware.org
but this is rejects by https://inbox.sourceware.org/binutils-cvs
so the archives are stale (since the original import)

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug Infrastructure/31529] binutils-cvs isn't updating on inbox.sourceware.org
  2024-03-22 11:17 [Bug Infrastructure/31529] New: binutils-cvs isn't updating on inbox.sourceware.org mark at klomp dot org
@ 2024-03-23 11:04 ` sam at gentoo dot org
  2024-04-09 15:30 ` mark at klomp dot org
  1 sibling, 0 replies; 3+ messages in thread
From: sam at gentoo dot org @ 2024-03-23 11:04 UTC (permalink / raw)
  To: overseers

https://sourceware.org/bugzilla/show_bug.cgi?id=31529

Sam James <sam at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://sourceware.org/bugz
                   |                            |illa/show_bug.cgi?id=31538

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug Infrastructure/31529] binutils-cvs isn't updating on inbox.sourceware.org
  2024-03-22 11:17 [Bug Infrastructure/31529] New: binutils-cvs isn't updating on inbox.sourceware.org mark at klomp dot org
  2024-03-23 11:04 ` [Bug Infrastructure/31529] " sam at gentoo dot org
@ 2024-04-09 15:30 ` mark at klomp dot org
  1 sibling, 0 replies; 3+ messages in thread
From: mark at klomp dot org @ 2024-04-09 15:30 UTC (permalink / raw)
  To: overseers

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-04-09 15:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-22 11:17 [Bug Infrastructure/31529] New: binutils-cvs isn't updating on inbox.sourceware.org mark at klomp dot org
2024-03-23 11:04 ` [Bug Infrastructure/31529] " sam at gentoo dot org
2024-04-09 15:30 ` mark at klomp dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).