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 3C23B1F45E for ; Thu, 13 Feb 2020 17:58:10 +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=m1/DxO89dUT0zdp6gj7s1iNRX3sridpD3QxeifK8YIE dR1RbpPjz+KtMnIm7yk0n4xalbi7Ui4/UIhaBZaWG8IZrzGfeM8nOgO7aikJKLAm Peu7XlxXYOsObcbaVazuc+Qe9s3bDm0zh5nyiYbtErI6NQjPOztu1HdlWJvH1jsY = 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=jQITVTIly/ecGiTFwuxjvuxdiZY=; b=HyHgNEaxfOsj3kh/P b+eOEk1vy5HCKRCjFcbfuOkZs65x6xXhuIoml9RhKkVxX1uOIFn0e/GZUM9IKfTL IgANzaOCbJ/NY/niJjh4XnPIsdiyKhtA6o6E1EISQpcHAS/o4TJwdIRaIpmrEt3x iyBaM69JmTAth/sHgedjAUJ50o= Received: (qmail 66770 invoked by alias); 13 Feb 2020 17:58:07 -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 66761 invoked by uid 89); 13 Feb 2020 17:58:07 -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=1581616684; 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=1J6S4XSrSpHBYSqGsQAwwaq726D4e+nukM/JDlCEvRU=; b=NqwpsgTggLotWycezFNoLH59aQUkVywXgAWg2975xATa1bXoThH5f1kC0y2DFBMDX7Brb0 WWyyk79vDZ2DQkkz1iSMhBcyuGkXLwWVjl76ZuMd1ds4KGJUGktbpBTyyrqN0lTPbnH5SF n0c+YhYik+wwOhDYSGrlxVmO5dFyPHc= From: Florian Weimer To: Zack Weinberg Cc: "Carlos O'Donell" , GNU C Library Subject: Re: Review promise :-) References: Date: Thu, 13 Feb 2020 18:57:55 +0100 In-Reply-To: (Zack Weinberg's message of "Thu, 13 Feb 2020 12:42:41 -0500") Message-ID: <878sl65pzw.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 11:19 AM Carlos O'Donell wrot= e: >> 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. Thanks, Florian