[Buildroot] autobuild statistics graph

Thomas De Schampheleire patrickdepinguin+buildroot at gmail.com
Sun Sep 8 14:27:20 UTC 2013


Hi Thomas,

On Sun, Sep 8, 2013 at 3:57 PM, Thomas Petazzoni
<thomas.petazzoni at free-electrons.com> 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:

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 " .
   $condition .



Best regards,
Thomas


More information about the buildroot mailing list