From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 814121F45E for ; Thu, 13 Feb 2020 16:18:31 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type:content-transfer-encoding; q=dns; s=default; b=RKtrtCXWTy8kQk5Xyl+Nu9s21CrACLBwmsGzVNmXJRM vJec86zDFWS7oDg6rvqMp1Ryj5gFhV/8SQVqPqQ997WCtfUf2KtgROgdwcg+m6aQ ei6Rvzqpy1kuuqTJIZaBEBDfCVhnO0OHxVg3wLLxiTYE96nHO5qFpORAinoyJKc8 = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type:content-transfer-encoding; s=default; bh=kj23eJBEAld4hKj8aF8xFMt/9SY=; b=Nmvl07NUReZhJWA+j cNtvtWk7BEa+u667FU9w/j+I+GQk7DY4PoQ+mmCTA4F5eiCEQBqEamOgGTnAoqLR 9Dabh1iV5/w9vmFkmUY59q/qtrzKXVgsiBj2oC0fc3/KGwRnRD9XGqtgMOkMRDAK IfaNBckZgCo9JoaunID+CrlYjo= Received: (qmail 113740 invoked by alias); 13 Feb 2020 16:18:29 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 113730 invoked by uid 89); 13 Feb 2020 16:18:28 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: us-smtp-delivery-1.mimecast.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1581610703; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=45VjKTH98+uRiX3WAEZQnSjuelC06HKwnPJu3lATlF8=; b=N5RJOL3de3HGWro2Iz9Bl7lLB2F7GMmU97HxWLDVI9Hz1s9Wi4Q6vaxL8+hEEtF7r9SE55 93DDxhwESP9a1Zr5L9rI0d5NKD7HboxwJxHCbZ9ZiHNsjwe2Z9SAQOYnBiFBiMpGcmEp5h 5bHE9vQrIQJz8+nFMpNb2RfsyH3+xgU= From: Florian Weimer To: Zack Weinberg Cc: "Carlos O'Donell" , GNU C Library Subject: Re: Review promise :-) References: Date: Thu, 13 Feb 2020 17:17:58 +0100 In-Reply-To: (Zack Weinberg's message of "Thu, 13 Feb 2020 11:01:29 -0500") Message-ID: <87eeuya2bt.fsf@oldenburg2.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain Content-Transfer-Encoding: quoted-printable * Zack Weinberg: > On Thu, Feb 13, 2020 at 9:57 AM Carlos O'Donell wrote= : >> >> Increasingly I'm actually turning to patchwork to look for patches to >> review. I'm trying to structure my work day around an eventual attempt >> to use Patchwork 2.0. >> >> For example I was looking for patches from H.J. to review and I >> cleaned up his list of owned patches in patchwork to track down what >> still needed review and committing. >> >> This was actually quite a nice way to work and is the kind of workflow >> I wanted to have in place with gerritt but this works with email. >> >> The hard part is that each developers queue is messy because we don't >> keep them clean. > > Is there a way to operate on lots of patches at once? My queue is > full of old patches that should be marked either committed or dropped, > it would be nice to not have to load the individual patch page for > each one and push the same buttons for each. After logging in, I see checkboxes on the left here: This enables bulk updates for me. Thanks, Florian