From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 49780 invoked by alias); 1 Dec 2019 04:35:48 -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 49765 invoked by uid 89); 1 Dec 2019 04:35:48 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=HX-Spam-Relays-External:sk:100-96-, HX-Spam-Relays-External:2500, HX-Spam-Relays-External:100.96.89.221, H*RU:0.0.0.0 X-HELO: cheetah.birch.relay.mailchannels.net Received: from cheetah.birch.relay.mailchannels.net (HELO cheetah.birch.relay.mailchannels.net) (23.83.209.34) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 01 Dec 2019 04:35:46 +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 8B0FB2C14C9; Sun, 1 Dec 2019 04:35:44 +0000 (UTC) Received: from pdx1-sub0-mail-a30.g.dreamhost.com (100-96-89-221.trex.outbound.svc.cluster.local [100.96.89.221]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 1EEF52C1069; Sun, 1 Dec 2019 04:35:44 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from pdx1-sub0-mail-a30.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); Sun, 01 Dec 2019 04:35:44 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Keen-Zesty: 20bdf09b51d47959_1575174944367_1126358090 X-MC-Loop-Signature: 1575174944367:3413242369 X-MC-Ingress-Time: 1575174944367 Received: from pdx1-sub0-mail-a30.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a30.g.dreamhost.com (Postfix) with ESMTP id AC0DB95F54; Sat, 30 Nov 2019 20:35:39 -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=i1DkZN SS9W+BZ+qNKb5ZUpvrf9I=; b=OIQIATNO0iZt9jhD9JFLfFehpjaSBjGso4Ej1X VQ5TEduWmlocZIefaXfYRMf210oK80v4AlNCgljsKBkOzH+q8Sd6YbxeR0JUkj1L GDjc76498gYwTtfN+85VDRW5Xn6xchovF2oq3oE/c0QetKLl1X7bq82tX+U8vmNz xtBo4= 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-a30.g.dreamhost.com (Postfix) with ESMTPSA id A154A95F52; Sat, 30 Nov 2019 20:35:36 -0800 (PST) Subject: Re: [X-POST] patchwork.sourceware.org refresh To: "Maciej W. Rozycki" Cc: GLIBC Devel , gdb-patches@sourceware.org, help-guix@gnu.org References: <78c774ef-9f9c-3339-aeb8-84636ee94360@gotplt.org> <1277b1bb-c3c4-6fc8-a700-c7207efd31cf@gotplt.org> X-DH-BACKEND: pdx1-sub0-mail-a30 From: Siddhesh Poyarekar Message-ID: <48174ee5-39e3-85a2-d420-008c27266179@gotplt.org> Date: Sun, 01 Dec 2019 04:35: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: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-12/txt/msg00003.txt.bz2 On 30/11/19 5:05 pm, Maciej W. Rozycki wrote: > How do I do that though? There doesn't appear to be anything there I > could do from my profile page or elsewhere. Oh I was only thinking of something rudimentary like copying over the list of pending patches into a text file. > Sure, and greatly appreciated too (I've seen your proposal in the other > thread of discussion), but adding hooks is not supposed to affect any > existing patchwork state that the lone upgrade puts at risk. Some kind of > restructuring could. Yeah, I hope it works out without having to nuke the repo too. I'll find out later today. Siddhesh