Newsgroups: php.internals,php.qa Path: news.php.net Xref: news.php.net php.internals:54176 php.qa:65882 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79414 invoked from network); 23 Jul 2011 22:54:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jul 2011 22:54:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.42 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.212.42 mail-vw0-f42.google.com Received: from [209.85.212.42] ([209.85.212.42:43675] helo=mail-vw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 33/A3-59700-5315B2E4 for ; Sat, 23 Jul 2011 18:54:46 -0400 Received: by vwl1 with SMTP id 1so2597559vwl.29 for ; Sat, 23 Jul 2011 15:54:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=SxbI4O3PDo2t0qONQXrccQS8iNRs2CDtON5gnysOcqw=; b=KXDFdIysJeALNhHy7NL5yQshdCCZPcA4jM76skQUpJhQcyXvN35slB95vj6wZRtOQy Hzc+g6QUAjKqLwm8Okcd9CKD1JjUloFwSJdEWPIgHu7RoPYGAN6KOcvXKFpQhlbzqZ43 6Uj3h1c+GVrdBgAY0qtpVjnCySLGJlKtSGNuk= MIME-Version: 1.0 Received: by 10.52.89.67 with SMTP id bm3mr163239vdb.104.1311461681642; Sat, 23 Jul 2011 15:54:41 -0700 (PDT) Received: by 10.52.167.198 with HTTP; Sat, 23 Jul 2011 15:54:41 -0700 (PDT) In-Reply-To: References: <4E2AF3D4.9070704@daylessday.org> Date: Sun, 24 Jul 2011 00:54:41 +0200 Message-ID: To: Pierre Joye , PHP QA , Olivier DOUCET Cc: Gwynne Raskind , RQuadling@gmail.com, Antony Dovgal , internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] new gcov.php.net machine is up From: hannes.magnusson@gmail.com (Hannes Magnusson) On Sun, Jul 24, 2011 at 00:45, Pierre Joye wrote: > I would add: > > 2.1 fix the new ones > > That's what I try to do using a delta between two revisions. At some > point these delta will be available online so anyone can fix them as > well, including the author of these new warnings. That is an excellent point. We have a Windows buildbox and I noticed gcov has started notifying about broken builds.. We also have 5+ others servers (various BSD and Linux versions). Is anyone working on a unified buildbot to run on these servers? We also have the `make test` statistics on http://qa.php.net/reports/ by Oivier.. Would it be possible to coordinate all these efforts? -Hannes