From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from elastic.org (elastic.org [96.126.110.187]) by sourceware.org (Postfix) with ESMTPS id 5D4D03858D20 for ; Fri, 14 Apr 2023 15:04:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 5D4D03858D20 Authentication-Results: sourceware.org; dmarc=pass (p=quarantine dis=none) header.from=elastic.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=elastic.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=elastic.org ; s=default2; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=9bSZBJ+EYC8TbO7h11CBulHmQb7/+tE7Zs8As+yKH4Y=; b=e1VOCrRYt13MeqppaKdPEh2X4p X/zo2Yfw6w1jUVRFMMJ5Di9+U3CLMdbF8gBPxCrgN046x0EYrj512wkaJAWpJwNbaBv1JKttPMREn WU/kUoKCRb7DPh77dKfho9/WBPHdRMa5w63+Ijn/6eMLxMir82hkwdhhzRc0J4oPGwVKwJYlxq9Wk qHrBMuHcekAYzWCaT/pKRQbsWN1qalsAJEjdCFppmc6iYZMZ7qo+WnKcnSUR+Ub575FVtS4gi3aGT wEc/HHyHR6jKaSkRsysUj1ZZ/pXYoZM7oi20FElRDFnrm+SxQafa7rxZrsv8IT4MJx9g6fURTAx9o ircUSviw==; Received: from vpn-home.elastic.org ([10.0.0.2] helo=elastic.org) by elastic.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1pnKy5-0003DF-1f; Fri, 14 Apr 2023 15:04:05 +0000 Received: from very.elastic.org ([192.168.1.1]) by elastic.org with esmtp (Exim 4.96) (envelope-from ) id 1pnKy5-000O87-0e; Fri, 14 Apr 2023 11:04:05 -0400 Received: from fche by very.elastic.org with local (Exim 4.96) (envelope-from ) id 1pnKy5-0050Ae-0S; Fri, 14 Apr 2023 11:04:05 -0400 Date: Fri, 14 Apr 2023 11:04:05 -0400 From: "Frank Ch. Eigler" To: Bernhard Reutner-Fischer Cc: Overseers mailing list , aldot@gcc.gnu.org Subject: Re: Web: inbox/gcc-bugs broken links (for all bugzilla mails) Message-ID: References: <20230413120026.112fcfc1@nbbrfq> <20230414094553.5b3fb61c@nbbrfq> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230414094553.5b3fb61c@nbbrfq> X-Sender-Verification: "" X-Spam-Status: No, score=-101.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE,USER_IN_WELCOMELIST,USER_IN_WHITELIST autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi - > > PS: Currently we have an URL rewrite for gcc.gnu.org/ for > > something like ^/PR([0-9]+) /bugzilla/show_bug.cgi?id=$1 > > Could we please also support rewrites of lowercase "pr" for that's > > easier to type on virtual keyboards? > > Any chance you could also tweak the rewrite regex? > That would be marvellous :) OK, all done. (While in the vicinity, I nuked some ancient NYTPROF related env var settings, which was related to perl script tracing to some /tmp file.) - FChE