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.1 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FORGED_GMAIL_RCVD, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=no 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 23FD51F4C0 for ; Fri, 25 Oct 2019 22:03:33 +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:date:from:to:cc:subject:message-id:references :mime-version:content-type:in-reply-to; q=dns; s=default; b=kzsf 1/jBG65nleFeyGzc50hkd8kpCRfyc0ROWXb8yERg4MO4jkuRO0k6/BbzSBU5xec5 u77w8NhrGI2qAGSeqGzjOwZ/+j6pFUOsvpMB7F4UbaQhFJG028fMaiqxVRAftCJ0 JPm1ewMixfkR+GjH5Vhhy907DnWTNu5WM+AOJlU= 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:date:from:to:cc:subject:message-id:references :mime-version:content-type:in-reply-to; s=default; bh=8x5Oj7z862 REpUWkrpp8FV82Glk=; b=um/jvzKaxowDyYDTjGjjwpwDgQc6ppOU/fDgn969yP GUEeIs5Et/+/rVJhzPpw//vdBq9xp38CiH+ycke0HQd5E2jdc7d9vXX/7A7Ei2u0 JzadKLdigXA3t7a/41wvN6IkAGe39YWQmO1PGTuuKYOVKaGFeIJLNSq2uHVQ42V+ g= Received: (qmail 53136 invoked by alias); 25 Oct 2019 22:03:30 -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 53127 invoked by uid 89); 25 Oct 2019 22:03:30 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mail-pg1-f171.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=07Gn5ManCHiXKgTVPstL2c+Fj6PDj9en5sTiejzrlgk=; b=AwBKqLAj9ko64RbWQZ9KtUokWdhswYtgzqcK6nfO6kCv/cRctsQLCycS7GcZiXNA/I X8WHYe6cZaC7urAhK6WcE531DxPwYOqblazW9Ifq7B4YgJsZs31SvUW/xo7YydlyBqji kFyVIiQ3YBsq9pKFc5UZfrubcMVJrNr27qaDlCfZWnjRNJTzOULM5Gh0bUotO+6qkMSA /lBWHoD4z4/M4Ygnu0BbQ+Kd7v3rZVR3aqtZZlcLEYFIWCMvrPUhUyG3jOOifS5A1pAe q8XnMuJVf8uXHv/9XNjzR6uX5ul6Ev2jvrAmefTPUFLeVePyTFItjsT89oT0Z0Rc0PwW UztQ== Date: Fri, 25 Oct 2019 15:03:24 -0700 From: Jonathan Nieder To: Joseph Myers Cc: Sergio Durigan Junior , Carlos O'Donell , libc-alpha Subject: Re: Setup non-pushing gerrit instance for glibc. Message-ID: <20191025220324.GA252255@google.com> References: <2e93ece9-386b-c587-9355-33a4695a3f02@redhat.com> <875zkcpxpd.fsf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) 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. Thanks, Jonathan