From: "Frank Ch. Eigler" <fche@redhat.com>
To: Joel Sherrill <joel.sherrill@oarcorp.com>
Cc: "overseers@sourceware.org" <overseers@sourceware.org>
Subject: Re: Bugzilla Question
Date: Thu, 12 May 2011 14:46:00 -0000 [thread overview]
Message-ID: <20110512144604.GB27385@redhat.com> (raw)
In-Reply-To: <4DCBF1E4.5060202@oarcorp.com>
Hi, Joel -
> gcc.gnu.org has a rewrite rule to shorten
> the URLfor a Bugzilla PR. I would like
> to do the same on rtems.org. [...]
Sure, here is the variant in use for sourceware.org
RewriteCond %{QUERY_STRING} ([0-9]+)$
RewriteRule ^PR http://sourceware.org/bugzilla/show_bug.cgi?id=%1 [R]
RedirectMatch ^/PR([0-9]+)$ http://sourceware.org/bugzilla/show_bug.cgi?id=$1
- FChE
next prev parent reply other threads:[~2011-05-12 14:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-12 14:43 Joel Sherrill
2011-05-12 14:46 ` Frank Ch. Eigler [this message]
2011-05-12 15:39 ` Joel Sherrill
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110512144604.GB27385@redhat.com \
--to=fche@redhat.com \
--cc=joel.sherrill@oarcorp.com \
--cc=overseers@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).