From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 128750 invoked by alias); 28 Nov 2019 16:09:34 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 128734 invoked by uid 89); 28 Nov 2019 16:09:33 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=H*MI:sk:878so07, H*f:sk:878so07, H*i:sk:878so07 X-HELO: bonobo.birch.relay.mailchannels.net Received: from bonobo.birch.relay.mailchannels.net (HELO bonobo.birch.relay.mailchannels.net) (23.83.209.22) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 28 Nov 2019 16:09:32 +0000 X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 28C8621B98; Thu, 28 Nov 2019 16:09:30 +0000 (UTC) Received: from pdx1-sub0-mail-a23.g.dreamhost.com (100-96-14-7.trex.outbound.svc.cluster.local [100.96.14.7]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 3747221E20; Thu, 28 Nov 2019 16:09:29 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from pdx1-sub0-mail-a23.g.dreamhost.com ([TEMPUNAVAIL]. [64.90.62.162]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.18.5); Thu, 28 Nov 2019 16:09:30 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Power-Bottle: 211f909b4003818b_1574957369677_2344758086 X-MC-Loop-Signature: 1574957369677:3337268456 X-MC-Ingress-Time: 1574957369677 Received: from pdx1-sub0-mail-a23.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a23.g.dreamhost.com (Postfix) with ESMTP id BBEE9800B2; Thu, 28 Nov 2019 08:09:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gotplt.org; h=subject:to :cc:references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=gotplt.org; bh=df2UMW yF0gKhmkTwAtD6fcVUSNE=; b=ZJjaR/1I1rHXCqzXsmAkRl9YIP6DfDdaZLm+hE cfBTZ2dirp3zlEvBR6TpBBcq5CbUa9VxusnchiVk9fMyW6XQWEPrSNoVxXEYPNEe Bh37Ri1pSudQmG9a8Cy6uqQ9q+OJ0Dtffub8Q2X7LY5opthQ0XtkzeX1H6gcfGSQ 0GQmU= Received: from [192.168.0.107] (unknown [123.252.202.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: siddhesh@gotplt.org) by pdx1-sub0-mail-a23.g.dreamhost.com (Postfix) with ESMTPSA id A2DF1800B1; Thu, 28 Nov 2019 08:09:24 -0800 (PST) Subject: Re: [X-POST] patchwork.sourceware.org refresh To: Florian Weimer , Carlos O'Donell Cc: GLIBC Devel , gdb-patches@sourceware.org, info-guix@gnu.org References: <78c774ef-9f9c-3339-aeb8-84636ee94360@gotplt.org> <878so07zv3.fsf@mid.deneb.enyo.de> X-DH-BACKEND: pdx1-sub0-mail-a23 From: Siddhesh Poyarekar Message-ID: Date: Thu, 28 Nov 2019 16:09:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.0 MIME-Version: 1.0 In-Reply-To: <878so07zv3.fsf@mid.deneb.enyo.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-11/txt/msg01110.txt.bz2 On 28/11/19 9:32 pm, Florian Weimer wrote: > We should make sure that we can figure out what URLs refer to. I > found one in the commit log: > > > Hmm, that's going to be a bit of a challenge. Let me see what I can do. Siddhesh