This commit is contained in:
Robert Kaiser 2014-02-25 15:16:16 +01:00
Родитель 55c9505311
Коммит 2dd7c726b6
6 изменённых файлов: 1 добавлений и 49 удалений

Просмотреть файл

@ -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',

Просмотреть файл

@ -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.*',

Просмотреть файл

@ -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\..*',

Просмотреть файл

@ -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.*',

Просмотреть файл

@ -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

Просмотреть файл

@ -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',