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,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,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 C5EF11F4C0 for ; Fri, 25 Oct 2019 14:10:00 +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=UiUO267oZlz3FUMlpquzOX4xBnJVeRRl6Gh0eltCQck cqvy0K/3KgHjrP7rGDlBSlx+8f776MNz6fUkq3xsxGHjH+ym7waY5IaCl1S6leiq 4dPDdUE4jRQvLeOE83diF6qhDyfTx870SmebYUGChb8mqm4AfiLrjo3/QZDuHQW4 = 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=iyx+adhhadp6cdBaQXZJ9LPGePg=; b=odNMABxDPjKbPA8mB CyNSMzUi4gh5WBzPd3vSCNIoTZFUBY4nLwtfmrFama31NPFKTM4R2Pq4xB071Cv8 weF02MXEXtRFIwccl8QwKC8D7wPviFZk02CPWHo0hq2oruE3/tVHlp3XfHUQUy6X SoUnwvSxkMvUfeHHlBkcdAXul0= Received: (qmail 70546 invoked by alias); 25 Oct 2019 14:09:58 -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 70536 invoked by uid 89); 25 Oct 2019 14:09:57 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: us-smtp-1.mimecast.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1572012589; 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=rfSDik2KtTpjjN21hoBHYLzwFN4JIzeeEAiThdb0TwY=; b=ehO+/8nsAnDATJSWhZUy924tlnrSQ3+0oHjAEk3AtMoiP01A3x0dhrgI/wx2mAS6LieTXy kZRUrOk/y/tI0Whki0n2xVNh4EUxrFYzSr4NRIwL8yJoF+tWNkbdJvkUdsFA+ZYnbntfRP EEUkEQFsnDCyLfuNcRE9luMB9Etnpuw= From: Florian Weimer To: Carlos O'Donell Cc: libc-alpha Subject: Re: Setup non-pushing gerrit instance for glibc. References: <2e93ece9-386b-c587-9355-33a4695a3f02@redhat.com> Date: Fri, 25 Oct 2019 16:09:01 +0200 In-Reply-To: <2e93ece9-386b-c587-9355-33a4695a3f02@redhat.com> (Carlos O'Donell's message of "Thu, 24 Oct 2019 15:39:29 -0400") Message-ID: <87v9sc7w8y.fsf@oldenburg2.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable * Carlos O'Donell: > With the gracious help of Sergio and Simon I have setup a glibc mirror > on a gerrit instance that *cannot* push to sourceware git. I find it a bit non-obvious to see that there pending unresolved comments from previous patch iterations. If I go to I end up with the last version, and there are no comments for it yet. In order to see them, I scroll down, clock on =E2=80=9CComment Threads=E2= =80=9D, and then perhaps filter on =E2=80=9COnly unresolved threads=E2=80=9D, and then = you see the leftovers. Is there a more convenient way to get this information? I mean, you really should address all these old comments in a new submission, but it's currently quite hard to see if you don't. (This is obviously not a blocker for the tool as a whole.) Thanks, Florian