Newsgroups: php.internals,php.qa Path: news.php.net Xref: news.php.net php.internals:56076 php.qa:65966 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14011 invoked from network); 5 Nov 2011 15:23:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Nov 2011 15:23:29 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.170 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.160.170 mail-gy0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:43191] helo=mail-gy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4C/23-21795-0F455BE4 for ; Sat, 05 Nov 2011 10:23:28 -0500 Received: by gyg13 with SMTP id 13so3980624gyg.29 for ; Sat, 05 Nov 2011 08:23:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=IQ4ZmICi9eadJZu3PWCUBYkNvTXll087SPuV9Dc6bB4=; b=iqpEmR5aO7LdTO8C/2phmxsiBrw0M0t9fp4sATspTM5++RPswIVWctPxDGvc8DyY8F MA2wZmrribF6p8i8uMkcmxgmD9Br9gPDO/GCh8qOsPl9rr7P9iaed19CTcISVx1LqRjv Z5ClEOZkRrBDfLkW+2/C/17Cux6lkyx+5Gg9U= MIME-Version: 1.0 Received: by 10.147.157.21 with SMTP id j21mr4591751yao.36.1320506605818; Sat, 05 Nov 2011 08:23:25 -0700 (PDT) Sender: hannes.magnusson@gmail.com Received: by 10.147.181.8 with HTTP; Sat, 5 Nov 2011 08:23:25 -0700 (PDT) In-Reply-To: References: <4E66C906.7060402@sugarcrm.com> <02FCF0AC-207E-4783-B590-E1F8150BD0E6@stefan-marr.de> <4EB316C2.3050000@lerdorf.com> <4EB31CA7.6080008@lerdorf.com> Date: Sat, 5 Nov 2011 16:23:25 +0100 X-Google-Sender-Auth: 1Xic52bXs3pTOLTKLwT9G9LRk2s Message-ID: To: Ferenc Kovacs Cc: Stefan Marr , Rasmus Lerdorf , Felipe Pena , Klaus Silveira , PHP Internals , PHP QA Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] CI for 5.4 From: bjori@php.net (Hannes Magnusson) On Sat, Nov 5, 2011 at 10:42, Ferenc Kovacs wrote: > I just noticed that the mail will be sent on each configuration build > (debian 32bit, debian 64bit, freebsd 32bit, freebsd 64bit), which is of > course a little bit too much, I'm looking into resolving this, so to only > send email on the parent build result. Until that is fixed, I won't enable > the email notifications for the other jobs (5.4, trunk) If a build fails only on one specific platform, that will need to be mailed out too. -Hannes