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=-3.8 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,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 57E811F45E for ; Thu, 13 Feb 2020 18:12:47 +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:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-type; q=dns; s=default; b=aHni M34A3ZNWPI9fLEmrcTQESb0Kl0MRTU3xOObLu6UCB3rESz6TdQNOHvQfIN/GV1kf Cy+58m5L0Jcz91HZio0DTcBdWdoE3NU6V4RAur6pzWifOkI+PiknuOoPClvYu5B6 VaUziwRmwtehYHiBdtNwYRersHFm6urGtD5BaGw= 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:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-type; s=default; bh=Ll5JfJBEOI QoKIHjaNFEO1C7KW8=; b=hulvz24o7M1nHvdCeP/EjIHO37MKVQ2vjqZcTmfn6E wrPR09QssLbl0ZMijUefTPweBBXbCNc2P5GuegoM5nqi3NZNPsAkuj//Evv3Hq7y RYDxhMuO56XQaS8dvUzpsgZyKgLS4Ihg3dSgI3a3jASY9CDnB5ZITUUvEOkf7d0y 4= Received: (qmail 88196 invoked by alias); 13 Feb 2020 18:12:45 -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 88187 invoked by uid 89); 13 Feb 2020 18:12:44 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mailbackend.panix.com MIME-Version: 1.0 References: <878sl65pzw.fsf@oldenburg2.str.redhat.com> In-Reply-To: <878sl65pzw.fsf@oldenburg2.str.redhat.com> From: Zack Weinberg Date: Thu, 13 Feb 2020 13:12:29 -0500 Message-ID: Subject: Re: Review promise :-) To: Florian Weimer Cc: "Carlos O'Donell" , GNU C Library Content-Type: text/plain; charset="UTF-8" On Thu, Feb 13, 2020 at 12:58 PM Florian Weimer wrote: > * Zack Weinberg: > > On Thu, Feb 13, 2020 at 11:19 AM Carlos O'Donell wrote: > >> On Thu, Feb 13, 2020 at 11:01 AM Zack Weinberg wrote: > >> > > >> > 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. > >> > >> Yeah, absolutely. > >> > >> You have two options: > >> * Script it using the pwclient CLI > >> * Use the web interface, apply a filter, click the top "Patch" > >> checkmark to check all selected, then apply a property and it is > >> applied to all the selected patches. > > > > I see the checkboxes in the web interface, but I don't see any > > controls for taking actions on the selected patches? Yes, I'm logged > > in. > > For me, there's a Properties box at the end of the page. Weird. I see a "Bundling" box, but no Properties box. zw