From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48232) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TrAeY-00085y-9l for qemu-devel@nongnu.org; Fri, 04 Jan 2013 12:01:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TrAeT-0005lZ-Hj for qemu-devel@nongnu.org; Fri, 04 Jan 2013 12:01:54 -0500 Received: from mail-wi0-f175.google.com ([209.85.212.175]:64554) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TrAeT-0005lU-4O for qemu-devel@nongnu.org; Fri, 04 Jan 2013 12:01:49 -0500 Received: by mail-wi0-f175.google.com with SMTP id hm11so35895wib.14 for ; Fri, 04 Jan 2013 09:01:48 -0800 (PST) Date: Fri, 4 Jan 2013 18:01:45 +0100 From: Stefan Hajnoczi Message-ID: <20130104170145.GH6310@stefanha-thinkpad.hitronhub.home> References: <87ehi3qwzm.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87ehi3qwzm.fsf@codemonkey.ws> Subject: Re: [Qemu-devel] [FYI] Testing new patch management scripts... List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org On Wed, Jan 02, 2013 at 12:07:57PM -0600, Anthony Liguori wrote: > Over the holiday, I spent some time overhauling my patch tracking > scripts. One new feature is automated responses so you will start > seeing some additional mail on the list. Notably: > > 1) My 'Thanks, applied.' mails are now automated. > > 2) Patches that no longer apply via git am --3way will receive a > notification. > > 3) Patches that don't build or fail qemu-test/kvm-autotest will also > receive notification (I haven't enabled this yet but stay tuned). > > Please bare with me as I work the kinks out. I've got pretty > sophisticated detection of applied patches, obsolete patches, etc. but > I'm still working on the heuristics here. > > Once I've worked out the major issues, I'll share the code with everyone. Cool, sounds useful for subsystem maintainers too. Stefan