From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5826 invoked by alias); 10 Jun 2008 14:29:45 -0000 Received: (qmail 5813 invoked by uid 22791); 10 Jun 2008 14:29:43 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 10 Jun 2008 14:29:20 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m5AETBkn014936 for ; Tue, 10 Jun 2008 10:29:17 -0400 Received: from pobox.stuttgart.redhat.com (pobox.stuttgart.redhat.com [172.16.2.10]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m5AETArJ028935; Tue, 10 Jun 2008 10:29:10 -0400 Received: from host0.dyn.jankratochvil.net (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.stuttgart.redhat.com (8.13.1/8.13.1) with ESMTP id m5AET8h0012375; Tue, 10 Jun 2008 10:29:09 -0400 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.2/8.14.2) with ESMTP id m5AET8PT002485; Tue, 10 Jun 2008 16:29:08 +0200 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.2/8.14.2/Submit) id m5AET7id002484; Tue, 10 Jun 2008 16:29:07 +0200 Date: Tue, 10 Jun 2008 14:29:00 -0000 From: Jan Kratochvil To: Gdb List Cc: Tom Tromey Subject: Re: gnats -> bugzilla Message-ID: <20080610142907.GA32369@host0.dyn.jankratochvil.net> References: <20080609213040.GA30044@ednor.casa.cgf.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080609213040.GA30044@ednor.casa.cgf.cx> User-Agent: Mutt/1.5.17 (2007-11-01) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-06/txt/msg00071.txt.bz2 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