Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29848 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82258 invoked by uid 1010); 28 May 2007 19:16:40 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 82243 invoked from network); 28 May 2007 19:16:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 May 2007 19:16:40 -0000 Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 212.112.227.169 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 212.112.227.169 ipx11223.ipxserver.de Linux 2.5 (sometimes 2.4) (4) Received: from [212.112.227.169] ([212.112.227.169:54880] helo=ipx11223.ipxserver.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A2/34-46269-79A2B564 for ; Mon, 28 May 2007 15:16:40 -0400 Received: from localhost (localhost [127.0.0.1]) by ipx11223.ipxserver.de (Postfix) with ESMTP id 05163DF0101; Mon, 28 May 2007 21:16:37 +0200 (CEST) Received: from ipx11223.ipxserver.de ([127.0.0.1]) by localhost (flottensignalgeber [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04055-02; Mon, 28 May 2007 21:16:35 +0200 (CEST) Received: from [127.0.0.1] (e178147133.adsl.alicedsl.de [85.178.147.133]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ipx11223.ipxserver.de (Postfix) with ESMTP id AC71FDF009E; Mon, 28 May 2007 21:16:34 +0200 (CEST) Message-ID: <465B2A94.8080901@pooteeweet.org> Date: Mon, 28 May 2007 21:16:36 +0200 User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Wez Furlong Cc: Ilia Alshanetsky , Edin Kadribasic , PHP Internals List References: <4e89b4260705280856t47429e54ofcc182e02a6627e5@mail.gmail.com> In-Reply-To: <4e89b4260705280856t47429e54ofcc182e02a6627e5@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by somedaemon at backendmedia.com Subject: Re: [PHP-DEV] better changeset tracking From: mls@pooteeweet.org (Lukas Kahwe Smith) Wez Furlong wrote: > Once we have that data, we could have job that periodically (daily) > reviews the activity per bug report and sends an email reminder about > reports that have missing merge activity for longer than a week. Wouldnt we then also have to have some flag on the bug to make it clear what branches of PHP are affected? Otherwise we would have a fair number of false positives for patches that are fixes that are only required for a specific branch? regards, Lukas