From 2dd7c726b642cdd8772d0ad1324563e4c1c414c1 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Tue, 25 Feb 2014 15:16:16 +0100 Subject: [PATCH] remove old versions --- get-components.php | 12 ------------ get-devicecrashes.php | 6 ------ get-explosives.php | 12 ------------ get-flashhangs.php | 4 ---- get-flashversions.php | 4 +--- get-startupcrashes.php | 12 ------------ 6 files changed, 1 insertion(+), 49 deletions(-) diff --git a/get-components.php b/get-components.php index 5e36033..e3f803b 100755 --- a/get-components.php +++ b/get-components.php @@ -41,12 +41,6 @@ $reports = array(array('product'=>'Firefox', 'version_regex'=>'24\.*', 'version_display'=>'24 ESR', ), - array('product'=>'Firefox', - 'channel'=>'release', - 'version'=>'26.0', - 'version_regex'=>'26\.0.*', - 'version_display'=>'26', - ), array('product'=>'Firefox', 'channel'=>'release', 'version'=>'27.0', @@ -63,12 +57,6 @@ $reports = array(array('product'=>'Firefox', array('product'=>'Firefox', 'channel'=>'aurora', ), - array('product'=>'FennecAndroid', - 'channel'=>'release', - 'version'=>'26.0', - 'version_regex'=>'26\.0.*', - 'version_display'=>'26', - ), array('product'=>'FennecAndroid', 'channel'=>'release', 'version'=>'27.0', diff --git a/get-devicecrashes.php b/get-devicecrashes.php index 2286ba4..9b0490a 100755 --- a/get-devicecrashes.php +++ b/get-devicecrashes.php @@ -36,12 +36,6 @@ date_default_timezone_set('America/Los_Angeles'); // version - empty is all versions $reports = array(array('product'=>'FennecAndroid', - 'channel'=>'release', - 'version'=>'26.0', - 'version_regex'=>'26\.0.*', - 'version_display'=>'26', - ), - array('product'=>'FennecAndroid', 'channel'=>'release', 'version'=>'27.0', 'version_regex'=>'27\.0.*', diff --git a/get-explosives.php b/get-explosives.php index edff063..b0ce7fd 100755 --- a/get-explosives.php +++ b/get-explosives.php @@ -46,12 +46,6 @@ $reports = array(array('product'=>'Firefox', 'fake_adu'=>false, 'mincount'=>50, ), - array('product'=>'Firefox', - 'version'=>'26', - 'version_regex'=>'26\..*', - 'fake_adu'=>false, - 'mincount'=>60, - ), array('product'=>'Firefox', 'version'=>'27', 'version_regex'=>'27\..*', @@ -112,12 +106,6 @@ $reports = array(array('product'=>'Firefox', 'fake_adu'=>false, 'mincount'=>6, ), - array('product'=>'FennecAndroid', - 'version'=>'26', - 'version_regex'=>'26\..*', - 'fake_adu'=>false, - 'mincount'=>40, - ), array('product'=>'FennecAndroid', 'version'=>'27', 'version_regex'=>'27\..*', diff --git a/get-flashhangs.php b/get-flashhangs.php index de64c93..3e13a79 100755 --- a/get-flashhangs.php +++ b/get-flashhangs.php @@ -56,10 +56,6 @@ $reports = array(array('product'=>'Firefox', 'version_regex'=>'([4-9]|[0-9][0-9])\..*', 'version_display'=>'4+', ), - array('product'=>'Firefox', - 'version'=>'26.0', - 'version_regex'=>'26\.0.*', - ), array('product'=>'Firefox', 'version'=>'27.0', 'version_regex'=>'27\.0.*', diff --git a/get-flashversions.php b/get-flashversions.php index 45bda33..472ac8f 100755 --- a/get-flashversions.php +++ b/get-flashversions.php @@ -51,9 +51,7 @@ if (count($force_dates)) { // Flash versions to gather reports for. -$flash_versions = array('12.0.0.44', - '12.0.0.70', - '13.0.0.80', +$flash_versions = array('12.0.0.70', '13.0.0.130'); // for how many days back to get the data diff --git a/get-startupcrashes.php b/get-startupcrashes.php index 35b25d9..a61e2a0 100755 --- a/get-startupcrashes.php +++ b/get-startupcrashes.php @@ -51,12 +51,6 @@ $reports = array(array('product'=>'Firefox', 'version_regex'=>'24\.*', 'version_display'=>'24 ESR', ), - array('product'=>'Firefox', - 'channel'=>'release', - 'version'=>'26.0', - 'version_regex'=>'26\.0.*', - 'version_display'=>'26', - ), array('product'=>'Firefox', 'channel'=>'release', 'version'=>'27.0', @@ -83,12 +77,6 @@ $reports = array(array('product'=>'Firefox', array('product'=>'MetroFirefox', 'channel'=>'nightly', ), - array('product'=>'FennecAndroid', - 'channel'=>'release', - 'version'=>'26.0', - 'version_regex'=>'26\.0.*', - 'version_display'=>'26', - ), array('product'=>'FennecAndroid', 'channel'=>'release', 'version'=>'27.0',