From patchwork Sun Sep 8 14:27:20 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas De Schampheleire X-Patchwork-Id: 273957 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id C29312C0123 for ; Wed, 11 Sep 2013 04:01:32 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id C89B297348; Tue, 10 Sep 2013 18:01:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pZugQNtHmQn8; Tue, 10 Sep 2013 18:01:29 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 370A69C1B5; Tue, 10 Sep 2013 17:53:24 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 818871CE8FD for ; Sun, 8 Sep 2013 14:27:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 7998D8ABE3 for ; Sun, 8 Sep 2013 14:27:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id T8Ua8j9AQbLq for ; Sun, 8 Sep 2013 14:27:21 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-vc0-f179.google.com (mail-vc0-f179.google.com [209.85.220.179]) by whitealder.osuosl.org (Postfix) with ESMTPS id AF33A86B4C for ; Sun, 8 Sep 2013 14:27:21 +0000 (UTC) Received: by mail-vc0-f179.google.com with SMTP id ht10so3263949vcb.24 for ; Sun, 08 Sep 2013 07:27:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=LScAAS++bnqjatCIZdFKPPZFARd6UHmvMTOobFfcBpE=; b=LAPZnqU4Xo9DMmkQR37zmhadSFeRoIri8VAra86AXGC2OhpxjtO7bJHKFmbRCZmCeh 2/CZLheK3OQAPVXg468vaGkeb/y5/nZ0+j2u8BUsYe9eN/eTtm6FuKj8xjkWykFh66ab Tt0k1U13a7QxGBb0leMMUjsavadY7ZzTtavk2C+uQydD8knBIcw86G9LULOuapXWEQoQ GGlaDKJVuDaz35jD7Sd8fIeDOGAYokp5Zm2k7PqE5d1/IS6kw3Hk5fj5anhx0VpUu/Il sSghm+72crLsEmVdSycwqKIGo41B9aD9wL906b2qecSorpo1W+Pz3dMxWAeT4FeTi8qy bbcQ== MIME-Version: 1.0 X-Received: by 10.58.198.13 with SMTP id iy13mr12739133vec.11.1378650440863; Sun, 08 Sep 2013 07:27:20 -0700 (PDT) Received: by 10.58.95.102 with HTTP; Sun, 8 Sep 2013 07:27:20 -0700 (PDT) In-Reply-To: <20130908155736.30d50baf@skate> References: <20130828091036.1a91b786@skate> <20130828094824.5f917f48@skate> <20130908155736.30d50baf@skate> Date: Sun, 8 Sep 2013 16:27:20 +0200 X-Google-Sender-Auth: zfd8cN-tdZ8ZhiccXe26AnlLE6c Message-ID: From: Thomas De Schampheleire To: Thomas Petazzoni Cc: buildroot Subject: Re: [Buildroot] autobuild statistics graph X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Hi Thomas, On Sun, Sep 8, 2013 at 3:57 PM, Thomas Petazzoni wrote: > Dear Thomas De Schampheleire, > > On Thu, 29 Aug 2013 09:40:41 +0200, Thomas De Schampheleire wrote: > >> -$myPicture->drawScale(array("LabelRotation" => 90)); >> +$myPicture->drawScale(array("LabelRotation" => 90, "LabelSkip" => >> 10)); > > Thanks, this works, I've committed this and deployed on autobuild.b.o. > > See > http://git.buildroot.net/buildroot-test/commit/?id=51317ea5ce4ea0244744ff284ecfb98a2743520d. Thanks, that looks much nicer than before! What about adding a link to this page from the daily e-mail? Something like: $condition . Best regards, Thomas diff --git a/utils/mail.php b/utils/mail.php index 93cc2e8..c7cfaa0 100644 --- a/utils/mail.php +++ b/utils/mail.php @@ -71,6 +71,8 @@ $contents .= sprintf("%15s : %-3d\n", "failures", $failures); $contents .= sprintf("%15s : %-3d\n", "timeouts", $timeouts); $contents .= sprintf("%15s : %-3d\n", "TOTAL", $total); +$contents .= sprintf("\nHistorical overview: http://autobuild.buildroot.org/stats.php\n"); + $sql = "select reason,count(id) as reason_count from results " . "where date(builddate) = date(now() - interval 1 day) and status != 0 " .