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.9 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,SPF_HELO_PASS,SPF_PASS, URIBL_BLOCKED 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 A271E1F4C0 for ; Sat, 26 Oct 2019 13:53:21 +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:subject:to:cc:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=AbdfdVQzjPl1XqLH 4qOe131Y2HWmexz/7jkJcLUL1j2cx+nCGpfAX+XV6rdRNJJR2sk1F70qvar2m6Ea +DluU3eXoDhdxhhyLzHBs+djx9d6mgUVqE+OK5iVNrRr93OCENzLoF027lpk5OUL 2pb5MNChKBmdDaC0wOmNMshdhnM= 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:subject:to:cc:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=adhtXbx+M0U7GwSdFto4GY cXgxc=; b=QC/+D2BYMbNuLiYmjptELLAaqrOeUyuktba341wkAVOBdzzY69Edr4 Notnovo8Qv/z/Fq58C8v6lg0HGPJVuAAxkHEaHEgu/Eggvd0eHpw2fSOEcci4Emu HjTuYGYqOd9To4miB6TiNzYPA884NIQTV4JHKpe5GYjAiH6N4Ohu4= Received: (qmail 7105 invoked by alias); 26 Oct 2019 13:53:18 -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 7097 invoked by uid 89); 26 Oct 2019 13:53:18 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mx1.redhat.com Subject: Re: Setup non-pushing gerrit instance for glibc. To: Jonathan Nieder , Joseph Myers Cc: Sergio Durigan Junior , libc-alpha References: <2e93ece9-386b-c587-9355-33a4695a3f02@redhat.com> <875zkcpxpd.fsf@redhat.com> <20191025220324.GA252255@google.com> From: Carlos O'Donell Message-ID: Date: Sat, 26 Oct 2019 09:53:12 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <20191025220324.GA252255@google.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 10/25/19 6:03 PM, Jonathan Nieder wrote: > Joseph Myers wrote: >> On Fri, 25 Oct 2019, Sergio Durigan Junior wrote: > >>> Unfortunately, you do need to quote the content from the email footer. >>> I agree that gerrit should be able to keep track of Message-Id's and >>> match the replies using In-Reply-To, but unfortunately it doesn't do >>> that. It relies on the information present at the quoted footer to >>> determine which change the email refers to. >> >> If it doesn't work as well as Bugzilla at handling incoming email, it's >> probably not ready for serious use in glibc development > > I think this is https://crbug.com/gerrit/8904. Please star that bug > and coordinate fixes there. I've starred it and commented on it. -- Cheers, Carlos.