From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 91361 invoked by alias); 22 Nov 2019 22:03:58 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 91353 invoked by uid 89); 22 Nov 2019 22:03:57 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.8 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 22 Nov 2019 22:03:56 +0000 Received: from [10.0.0.193] (unknown [192.222.164.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 73F991E5FA; Fri, 22 Nov 2019 17:03:54 -0500 (EST) Subject: Re: Multiple identical mails from Gerrit To: Joseph Myers , Eli Zaretskii Cc: gdb-patches@sourceware.org References: <83wobrvhv2.fsf@gnu.org> <1db7ebdb-e98b-ba9b-2ac5-e454a1832578@simark.ca> <83lfs7vcvu.fsf@gnu.org> From: Simon Marchi Message-ID: <545dd677-52a2-5e04-536d-5af4d6850b83@simark.ca> Date: Fri, 22 Nov 2019 22:03:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-11/txt/msg00750.txt.bz2 On 2019-11-22 4:11 p.m., Joseph Myers wrote: > On Fri, 22 Nov 2019, Eli Zaretskii wrote: > >>> From: Simon Marchi >>> Date: Fri, 22 Nov 2019 15:53:42 -0500 >>> >>> When a patch with a Change-Id corresponding to an open Gerrit change is manually >>> pushed to the binutils-gdb git repo, Gerrit notices it and that automatically >>> creates a new version of the change, reflecting what was actually pushed. That >>> sends a mail of type "new patchset version". It then changes the state to >>> "Closed", which sends another email. >> >> Why do these trigger sending email at all? We didn't get email about >> pushing changesets before Gerrit, so why do we need them now? > > On the glibc side, I tend to agree with that - people wanting to see what > was pushed to master can follow glibc-cvs. I think that having a notification saying that the patch was pushed is nice. People reply "I pushed the patch", so we might as well let the system do it automatically anyway. I could maybe get rid of the second one (state change), I'll have to look in the configuration. Anyway: https://sourceware.org/ml/gdb-patches/2019-11/msg00749.html Simon