public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* [Bug Infrastructure/30029] New: Please patch email-to-bugzilla to recognize Bug: trailer
@ 2023-01-20 16:29 tromey at sourceware dot org
  2023-01-20 16:33 ` [Bug Infrastructure/30029] " simark at simark dot ca
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: tromey at sourceware dot org @ 2023-01-20 16:29 UTC (permalink / raw)
  To: overseers

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

            Bug ID: 30029
           Summary: Please patch email-to-bugzilla to recognize Bug:
                    trailer
           Product: sourceware
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Infrastructure
          Assignee: overseers at sourceware dot org
          Reporter: tromey at sourceware dot org
  Target Milestone: ---

Created attachment 14610
  --> https://sourceware.org/bugzilla/attachment.cgi?id=14610&action=edit
the patch

In gdb, we've starting using a Bug: git trailer to
link to a bug related to the patch.

The email-to-bugzilla script does not understand this
convention, so we also still write "PR mumble/NNNN".

Could you patch email-to-bugzilla to handle this?
I'm attaching a patch that I think should work.

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

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

* [Bug Infrastructure/30029] Please patch email-to-bugzilla to recognize Bug: trailer
  2023-01-20 16:29 [Bug Infrastructure/30029] New: Please patch email-to-bugzilla to recognize Bug: trailer tromey at sourceware dot org
@ 2023-01-20 16:33 ` simark at simark dot ca
  2023-02-07 18:10 ` tromey at sourceware dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: simark at simark dot ca @ 2023-01-20 16:33 UTC (permalink / raw)
  To: overseers

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

Simon Marchi <simark at simark dot ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simark at simark dot ca

--- Comment #1 from Simon Marchi <simark at simark dot ca> ---
I have shown interest in doing that.  First converting the script to Python
(because I don't know Perl, and I think that less and less people do), as well
as adding simple regression tests, before adding more features.  Joel sent me
current script, I will attach it.

I have started on December 3rd, according to the modification date, but haven't
touched it since.  I will try to continue soon-ish, but if someone is motivated
to do it right now, I can send what I have now.

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

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

* [Bug Infrastructure/30029] Please patch email-to-bugzilla to recognize Bug: trailer
  2023-01-20 16:29 [Bug Infrastructure/30029] New: Please patch email-to-bugzilla to recognize Bug: trailer tromey at sourceware dot org
  2023-01-20 16:33 ` [Bug Infrastructure/30029] " simark at simark dot ca
@ 2023-02-07 18:10 ` tromey at sourceware dot org
  2023-02-07 18:17 ` fche at redhat dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tromey at sourceware dot org @ 2023-02-07 18:10 UTC (permalink / raw)
  To: overseers

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

--- Comment #2 from Tom Tromey <tromey at sourceware dot org> ---
Worth noting that I supplied a patch, what I really am looking for here
is someone to install it.  It's great to rewrite this in Python but
there's no real need to wait on that for this feature.

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

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

* [Bug Infrastructure/30029] Please patch email-to-bugzilla to recognize Bug: trailer
  2023-01-20 16:29 [Bug Infrastructure/30029] New: Please patch email-to-bugzilla to recognize Bug: trailer tromey at sourceware dot org
  2023-01-20 16:33 ` [Bug Infrastructure/30029] " simark at simark dot ca
  2023-02-07 18:10 ` tromey at sourceware dot org
@ 2023-02-07 18:17 ` fche at redhat dot com
  2023-02-07 19:15 ` mark at klomp dot org
  2023-02-08  2:13 ` tromey at sourceware dot org
  4 siblings, 0 replies; 6+ messages in thread
From: fche at redhat dot com @ 2023-02-07 18:17 UTC (permalink / raw)
  To: overseers

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

Frank Ch. Eigler <fche at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fche at redhat dot com
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Frank Ch. Eigler <fche at redhat dot com> ---
Sorry about the wait, committed.

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

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

* [Bug Infrastructure/30029] Please patch email-to-bugzilla to recognize Bug: trailer
  2023-01-20 16:29 [Bug Infrastructure/30029] New: Please patch email-to-bugzilla to recognize Bug: trailer tromey at sourceware dot org
                   ` (2 preceding siblings ...)
  2023-02-07 18:17 ` fche at redhat dot com
@ 2023-02-07 19:15 ` mark at klomp dot org
  2023-02-08  2:13 ` tromey at sourceware dot org
  4 siblings, 0 replies; 6+ messages in thread
From: mark at klomp dot org @ 2023-02-07 19:15 UTC (permalink / raw)
  To: overseers

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

Mark Wielaard <mark at klomp dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mark at klomp dot org

--- Comment #4 from Mark Wielaard <mark at klomp dot org> ---
(In reply to Simon Marchi from comment #1)
> I have shown interest in doing that.  First converting the script to Python
> (because I don't know Perl, and I think that less and less people do), as
> well as adding simple regression tests, before adding more features.  Joel
> sent me current script, I will attach it.
> 
> I have started on December 3rd, according to the modification date, but
> haven't touched it since.  I will try to continue soon-ish, but if someone
> is motivated to do it right now, I can send what I have now.

Might be nice to open a new bug and attach your work in progress so others can
help out.

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

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

* [Bug Infrastructure/30029] Please patch email-to-bugzilla to recognize Bug: trailer
  2023-01-20 16:29 [Bug Infrastructure/30029] New: Please patch email-to-bugzilla to recognize Bug: trailer tromey at sourceware dot org
                   ` (3 preceding siblings ...)
  2023-02-07 19:15 ` mark at klomp dot org
@ 2023-02-08  2:13 ` tromey at sourceware dot org
  4 siblings, 0 replies; 6+ messages in thread
From: tromey at sourceware dot org @ 2023-02-08  2:13 UTC (permalink / raw)
  To: overseers

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

--- Comment #5 from Tom Tromey <tromey at sourceware dot org> ---
(In reply to Frank Ch. Eigler from comment #3)
> Sorry about the wait, committed.

Thank you.

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

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

end of thread, other threads:[~2023-02-08  2:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-20 16:29 [Bug Infrastructure/30029] New: Please patch email-to-bugzilla to recognize Bug: trailer tromey at sourceware dot org
2023-01-20 16:33 ` [Bug Infrastructure/30029] " simark at simark dot ca
2023-02-07 18:10 ` tromey at sourceware dot org
2023-02-07 18:17 ` fche at redhat dot com
2023-02-07 19:15 ` mark at klomp dot org
2023-02-08  2:13 ` tromey at sourceware 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).