From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43803) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TqSjU-000770-7m for qemu-devel@nongnu.org; Wed, 02 Jan 2013 13:08:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TqSjQ-00012q-OV for qemu-devel@nongnu.org; Wed, 02 Jan 2013 13:08:04 -0500 Received: from mail-ia0-f182.google.com ([209.85.210.182]:38118) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TqSjQ-00012j-KV for qemu-devel@nongnu.org; Wed, 02 Jan 2013 13:08:00 -0500 Received: by mail-ia0-f182.google.com with SMTP id x2so12144602iad.27 for ; Wed, 02 Jan 2013 10:08:00 -0800 (PST) From: Anthony Liguori Date: Wed, 02 Jan 2013 12:07:57 -0600 Message-ID: <87ehi3qwzm.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Qemu-devel] [FYI] Testing new patch management scripts... List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, 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. Regards, Anthony Liguori