From e0934b5b3ca671a244e4390b8d97fc743df26fbb Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Tue, 28 Jan 2014 16:47:25 +0100 Subject: [PATCH] bump mincount, make buildcrashes talk of ADI --- get-buildcrashes.php | 6 +++--- get-explosives.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/get-buildcrashes.php b/get-buildcrashes.php index 155f8f5..b86b61a 100755 --- a/get-buildcrashes.php +++ b/get-buildcrashes.php @@ -368,7 +368,7 @@ for ($daysback = $backlog_days + 1; $daysback > 0; $daysback--) { if (@$buildadu[$idx]) { if (@$notes[$idx]) { $td->appendChild($doc->createElement('br')); } $small = $td->appendChild($doc->createElement('small', - formatValue($buildadu[$idx], null, 'kMG').' ADU')); + formatValue($buildadu[$idx], null, 'kMG').' ADI')); $small->setAttribute('class', 'buildadu'); } foreach ($fields as $fld) { @@ -392,7 +392,7 @@ for ($daysback = $backlog_days + 1; $daysback > 0; $daysback--) { print_rate(intval(@$builddata['cnt'][$fld]), $buildadu[$idx], strtolower($pvdata[$builddata['pvid']]['build_type']), $product))); - $small->setAttribute('title', 'per 100 ADU'); + $small->setAttribute('title', 'per 100 ADI'); $small->setAttribute('class', 'buildrate'); } } @@ -404,7 +404,7 @@ for ($daysback = $backlog_days + 1; $daysback > 0; $daysback--) { print_rate($builddata['cnt']['norm_total'], $buildadu[$idx], strtolower($pvdata[$builddata['pvid']]['build_type']), $product))); - $small->setAttribute('title', 'per 100 ADU'); + $small->setAttribute('title', 'per 100 ADI'); $small->setAttribute('class', 'buildrate'); } } diff --git a/get-explosives.php b/get-explosives.php index 31023b9..3a9da19 100755 --- a/get-explosives.php +++ b/get-explosives.php @@ -50,7 +50,7 @@ $reports = array(array('product'=>'Firefox', 'version'=>'26', 'version_regex'=>'26\..*', 'fake_adu'=>false, - 'mincount'=>100, + 'mincount'=>110, ), array('product'=>'Firefox', 'version'=>'27',