From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cross.elm.relay.mailchannels.net (cross.elm.relay.mailchannels.net [23.83.212.46]) by sourceware.org (Postfix) with ESMTPS id 5C4F63858031 for ; Fri, 12 Feb 2021 05:25:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 5C4F63858031 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=gotplt.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=siddhesh@gotplt.org 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 5D15D122A97; Fri, 12 Feb 2021 05:25:34 +0000 (UTC) Received: from pdx1-sub0-mail-a51.g.dreamhost.com (100-96-17-21.trex.outbound.svc.cluster.local [100.96.17.21]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id DB1691229CD; Fri, 12 Feb 2021 05:25:33 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from pdx1-sub0-mail-a51.g.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384) by 100.96.17.21 (trex/6.0.2); Fri, 12 Feb 2021 05:25:34 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Industry-Glossy: 5116eee642c1d064_1613107534135_2607826028 X-MC-Loop-Signature: 1613107534135:423296274 X-MC-Ingress-Time: 1613107534135 Received: from pdx1-sub0-mail-a51.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a51.g.dreamhost.com (Postfix) with ESMTP id 9FE5E7F527; Thu, 11 Feb 2021 21:25:33 -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=QMXyTW d9p6D9ScgA3eT//eyN2Ko=; b=ZKtlD12+JxT6xKtKKHq2MzCSJpzymtf1j1SPMF MBPW3r6WPielw5DWepcjGGUDm7KZmRRdIqVuIEx0pA4fhFX+MHFGCnetuqgf/Nrj 7Qm1KchgLGpXbqU/swoyH7nw23cas5WsCAzLAiINDzmCP7csWsSELyaE/qOKfyI8 2bwck= Received: from [192.168.1.111] (unknown [1.186.101.110]) (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-a51.g.dreamhost.com (Postfix) with ESMTPSA id 7BC137F52C; Thu, 11 Feb 2021 21:25:28 -0800 (PST) Subject: Re: [RFC] Updating patchwork patches on commit To: Girish Joshi , Girish Joshi via Libc-alpha Cc: Andreas Schwab , Joseph Myers References: <42a05535-8d94-037d-acdb-0f5949f6ea3f@gotplt.org> <87tuswekbd.fsf@igel.home> <1c406b7d-891d-193d-c370-cd00d3e9259f@gotplt.org> <802634ad-8244-74e7-b33b-38b2fe5531d9@gotplt.org> <9163662f-4f00-bb6f-6451-a8fd9951613d@gotplt.org> X-DH-BACKEND: pdx1-sub0-mail-a51 From: Siddhesh Poyarekar Message-ID: Date: Fri, 12 Feb 2021 10:55:23 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3030.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2021 05:25:36 -0000 On 2/4/21 9:17 PM, Girish Joshi wrote: > There are a couple of functions that need refactoring. > But for now it does the job. > Could you please review it? Thanks for doing this, I've got the script running now to see what it gives. While it was running, I noticed that it lists (and processes) patches that have been committed and also marked as committed on patchwork. Perhaps the git-pw invocation needs tweaking? Siddhesh