From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50742) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dX2VM-0000ET-K0 for qemu-devel@nongnu.org; Mon, 17 Jul 2017 05:39:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dX2VI-0001LU-La for qemu-devel@nongnu.org; Mon, 17 Jul 2017 05:39:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36742) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dX2VI-0001LD-FL for qemu-devel@nongnu.org; Mon, 17 Jul 2017 05:39:48 -0400 Date: Mon, 17 Jul 2017 17:39:44 +0800 From: Fam Zheng Message-ID: <20170717093944.GA18516@lemon> References: <20170717063521.GA7393@lemon> <20170717090531.GA7163@stefanha-x1.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] Status and RFC of patchew testings on QEMU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Stefan Hajnoczi , QEMU Developers On Mon, 07/17 10:28, Peter Maydell wrote: > On 17 July 2017 at 10:05, Stefan Hajnoczi wrote: > > On Mon, Jul 17, 2017 at 02:35:21PM +0800, Fam Zheng wrote: > >> Q1: In the worst case, you get four individual auto replies from patchew. Is > >> that too many? Do you prefer one reply with all the results concatenated into > >> one? > > > > I'd like to avoid situations where one of the failure emails is sent > > hours after the others, because it's possible that the patch series > > author has already sent the next (still broken) revision by that time. > > The simplest way to avoid that is by sending just one email. > > > >> Q2: Some think the full log in the mail body is more than necessary. Is it > >> better or worse if it is a "tail -n 200" of the log in the body and the full log > >> attached? > > > > tail output and a link to the full logs would be nice. Often there is a > > lot of irrelevant output. > > Ideally we'd streamline our make process to not produce so much > irrelevant output :-) Does that mean to make "quite-command" absolutely quiet if V=1 is not specified? ;-) Fam