* gnats -> bugzilla
@ 2008-06-09 18:28 Tom Tromey
2008-06-09 19:26 ` Stan Shebs
` (2 more replies)
0 siblings, 3 replies; 10+ messages in thread
From: Tom Tromey @ 2008-06-09 18:28 UTC (permalink / raw)
To: Gdb List
Hi everyone.
I'd like gdb to switch from gnats to bugzilla. Gnats is showing its
age and is annoying to use. I think this is a contributing factor to
the under-reporting of gdb bugs and general under-use of the gdb bug
tracker.
My general plan is:
* Write a patch for the documentation and the web site.
* Disable Gnats.
* Get gnats2bz and convert the current database.
This will renumber all the bugs; I don't consider this a major
problem.
* Get DannyB to upload this into the current sourceware bugzilla
instance and check in all the changes.
* Archive the Gnats database.
If you have any objections, speak up.
Tom
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: gnats -> bugzilla
2008-06-09 18:28 gnats -> bugzilla Tom Tromey
@ 2008-06-09 19:26 ` Stan Shebs
2008-06-09 20:04 ` Joel Brobecker
2008-06-09 21:31 ` Christopher Faylor
2 siblings, 0 replies; 10+ messages in thread
From: Stan Shebs @ 2008-06-09 19:26 UTC (permalink / raw)
To: tromey; +Cc: Gdb List
Tom Tromey wrote:
> Hi everyone.
>
> I'd like gdb to switch from gnats to bugzilla.
I support this. Going from Mozilla's bugzilla back to gnats just
underscores how much functionality we've been passing up.
Stan
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: gnats -> bugzilla
2008-06-09 18:28 gnats -> bugzilla Tom Tromey
2008-06-09 19:26 ` Stan Shebs
@ 2008-06-09 20:04 ` Joel Brobecker
2008-06-09 20:29 ` Andreas Schwab
2008-06-09 21:31 ` Christopher Faylor
2 siblings, 1 reply; 10+ messages in thread
From: Joel Brobecker @ 2008-06-09 20:04 UTC (permalink / raw)
To: Tom Tromey; +Cc: Gdb List
> If you have any objections, speak up.
My only concern is that we have references to bug numbers in our
sources as well as inside our testsuite. Are we going to replace
these references with the new numbers?
--
Joel
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: gnats -> bugzilla
2008-06-09 20:04 ` Joel Brobecker
@ 2008-06-09 20:29 ` Andreas Schwab
2008-06-09 20:39 ` Aleksandar Ristovski
2008-06-09 20:41 ` Daniel Jacobowitz
0 siblings, 2 replies; 10+ messages in thread
From: Andreas Schwab @ 2008-06-09 20:29 UTC (permalink / raw)
To: Joel Brobecker; +Cc: Tom Tromey, Gdb List
Joel Brobecker <brobecker@adacore.com> writes:
>> If you have any objections, speak up.
>
> My only concern is that we have references to bug numbers in our
> sources as well as inside our testsuite. Are we going to replace
> these references with the new numbers?
If the bugs are renumbered with a constant offset that is greater than
the biggest gnats number in use then you can easily identify them and
map them to the new bz number.
Andreas.
--
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, MaxfeldstraÃe 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: gnats -> bugzilla
2008-06-09 20:29 ` Andreas Schwab
@ 2008-06-09 20:39 ` Aleksandar Ristovski
2008-06-09 20:41 ` Daniel Jacobowitz
1 sibling, 0 replies; 10+ messages in thread
From: Aleksandar Ristovski @ 2008-06-09 20:39 UTC (permalink / raw)
To: gdb
Andreas Schwab wrote:
> Joel Brobecker <brobecker@adacore.com> writes:
>
>>> If you have any objections, speak up.
>> My only concern is that we have references to bug numbers in our
>> sources as well as inside our testsuite. Are we going to replace
>> these references with the new numbers?
>
> If the bugs are renumbered with a constant offset that is greater than
> the biggest gnats number in use then you can easily identify them and
> map them to the new bz number.
>
There are around 2500 bugs in gnats so maybe <bz number> = 10 * <gnatsno> (the first new PR would, therefore, be something like 25000).
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: gnats -> bugzilla
2008-06-09 20:29 ` Andreas Schwab
2008-06-09 20:39 ` Aleksandar Ristovski
@ 2008-06-09 20:41 ` Daniel Jacobowitz
1 sibling, 0 replies; 10+ messages in thread
From: Daniel Jacobowitz @ 2008-06-09 20:41 UTC (permalink / raw)
To: Andreas Schwab; +Cc: Joel Brobecker, Tom Tromey, Gdb List
On Mon, Jun 09, 2008 at 10:29:32PM +0200, Andreas Schwab wrote:
> Joel Brobecker <brobecker@adacore.com> writes:
>
> >> If you have any objections, speak up.
> >
> > My only concern is that we have references to bug numbers in our
> > sources as well as inside our testsuite. Are we going to replace
> > these references with the new numbers?
>
> If the bugs are renumbered with a constant offset that is greater than
> the biggest gnats number in use then you can easily identify them and
> map them to the new bz number.
Right. That's what I had in mind - there are more bugs currently in
the sourceware bugzilla than there are in GDB's GNATS. We can put a
note in testsuite/README and maybe the GDB internals manual too.
--
Daniel Jacobowitz
CodeSourcery
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: gnats -> bugzilla
2008-06-09 18:28 gnats -> bugzilla Tom Tromey
2008-06-09 19:26 ` Stan Shebs
2008-06-09 20:04 ` Joel Brobecker
@ 2008-06-09 21:31 ` Christopher Faylor
2008-06-10 14:29 ` Jan Kratochvil
2 siblings, 1 reply; 10+ messages in thread
From: Christopher Faylor @ 2008-06-09 21:31 UTC (permalink / raw)
To: Gdb List, Tom Tromey
On Mon, Jun 09, 2008 at 12:28:19PM -0600, Tom Tromey wrote:
>Hi everyone.
>
>I'd like gdb to switch from gnats to bugzilla. Gnats is showing its
>age and is annoying to use. I think this is a contributing factor to
>the under-reporting of gdb bugs and general under-use of the gdb bug
>tracker.
>
>My general plan is:
>
>* Write a patch for the documentation and the web site.
>
>* Disable Gnats.
>
>* Get gnats2bz and convert the current database.
> This will renumber all the bugs; I don't consider this a major
> problem.
>
>* Get DannyB to upload this into the current sourceware bugzilla
> instance and check in all the changes.
>
>* Archive the Gnats database.
>
>If you have any objections, speak up.
No objections here. Does this mean we can turn off GNATS on sourceware
for good or does it have to live forever to handle the old URLs that
point into it?
cgf
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: gnats -> bugzilla
2008-06-09 21:31 ` Christopher Faylor
@ 2008-06-10 14:29 ` Jan Kratochvil
2008-06-10 14:48 ` Daniel Jacobowitz
0 siblings, 1 reply; 10+ messages in thread
From: Jan Kratochvil @ 2008-06-10 14:29 UTC (permalink / raw)
To: Gdb List; +Cc: Tom Tromey
On Mon, 09 Jun 2008 23:30:40 +0200, Christopher Faylor wrote:
> On Mon, Jun 09, 2008 at 12:28:19PM -0600, Tom Tromey wrote:
> > I'd like gdb to switch from gnats to bugzilla.
That would be really great, +1.
> No objections here. Does this mean we can turn off GNATS on sourceware
> for good or does it have to live forever to handle the old URLs that
> point into it?
Some rewrite rules would be enough, depending on the exact chosen remapping
scheme:
RewriteMap gnats2bz dbm:/tmp/gnats2bz.map
RewriteEngine on
RewriteRule /cgi-bin/gnatsweb.pl /gnats2bz/%{QUERY_STRING}
RewriteRule /gnats2bz/(?:.*&)?pr=(\d+) http://sourceware.org/bugzilla/show_bug.cgi?id=${gnats2bz:$1} [R]
Still I do not remember I would see GNATS URLS, I see only the notation PR #.
Regards,
Jan
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2008-06-10 14:55 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-09 18:28 gnats -> bugzilla Tom Tromey
2008-06-09 19:26 ` Stan Shebs
2008-06-09 20:04 ` Joel Brobecker
2008-06-09 20:29 ` Andreas Schwab
2008-06-09 20:39 ` Aleksandar Ristovski
2008-06-09 20:41 ` Daniel Jacobowitz
2008-06-09 21:31 ` Christopher Faylor
2008-06-10 14:29 ` Jan Kratochvil
2008-06-10 14:48 ` Daniel Jacobowitz
2008-06-10 14:55 ` Jan Kratochvil
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox