remove some obsolete versions, bump 18's mincount even higher
This commit is contained in:
Родитель
7143781b2b
Коммит
7540cc0112
|
@ -42,10 +42,10 @@ $reports = array(array('product'=>'Firefox',
|
|||
'version_display'=>'10 ESR',
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'channel'=>'release',
|
||||
'channel'=>'esr',
|
||||
'version'=>'17.0',
|
||||
'version_regex'=>'17\.0.*',
|
||||
'version_display'=>'17',
|
||||
'version_display'=>'17 ESR',
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'channel'=>'release',
|
||||
|
@ -53,10 +53,6 @@ $reports = array(array('product'=>'Firefox',
|
|||
'version_regex'=>'18\.0.*',
|
||||
'version_display'=>'18',
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'channel'=>'beta',
|
||||
'version'=>'18.0',
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'channel'=>'beta',
|
||||
'version'=>'19.0',
|
||||
|
@ -67,22 +63,12 @@ $reports = array(array('product'=>'Firefox',
|
|||
array('product'=>'Firefox',
|
||||
'channel'=>'aurora',
|
||||
),
|
||||
array('product'=>'FennecAndroid',
|
||||
'channel'=>'release',
|
||||
'version'=>'17.0',
|
||||
'version_regex'=>'17\.0.*',
|
||||
'version_display'=>'17',
|
||||
),
|
||||
array('product'=>'FennecAndroid',
|
||||
'channel'=>'release',
|
||||
'version'=>'18.0',
|
||||
'version_regex'=>'18\.0.*',
|
||||
'version_display'=>'18',
|
||||
),
|
||||
array('product'=>'FennecAndroid',
|
||||
'channel'=>'beta',
|
||||
'version'=>'18.0',
|
||||
),
|
||||
array('product'=>'FennecAndroid',
|
||||
'channel'=>'beta',
|
||||
'version'=>'19.0',
|
||||
|
|
|
@ -36,21 +36,11 @@ date_default_timezone_set('America/Los_Angeles');
|
|||
// version - empty is all versions
|
||||
|
||||
$reports = array(array('product'=>'FennecAndroid',
|
||||
'channel'=>'release',
|
||||
'version'=>'17.0',
|
||||
'version_regex'=>'17\.0.*',
|
||||
'version_display'=>'17',
|
||||
),
|
||||
array('product'=>'FennecAndroid',
|
||||
'channel'=>'release',
|
||||
'version'=>'18.0',
|
||||
'version_regex'=>'18\.0.*',
|
||||
'version_display'=>'18',
|
||||
),
|
||||
array('product'=>'FennecAndroid',
|
||||
'channel'=>'beta',
|
||||
'version'=>'18.0',
|
||||
),
|
||||
array('product'=>'FennecAndroid',
|
||||
'channel'=>'beta',
|
||||
'version'=>'19.0',
|
||||
|
|
|
@ -48,7 +48,7 @@ $reports = array(array('product'=>'Firefox',
|
|||
),
|
||||
array('product'=>'Firefox',
|
||||
'version'=>'17',
|
||||
'version_regex'=>'17\..*',
|
||||
'version_regex'=>'17\..*', // keep around for ESR
|
||||
'fake_adu'=>false,
|
||||
'mincount'=>50,
|
||||
),
|
||||
|
@ -56,7 +56,7 @@ $reports = array(array('product'=>'Firefox',
|
|||
'version'=>'18',
|
||||
'version_regex'=>'18\..*',
|
||||
'fake_adu'=>false,
|
||||
'mincount'=>100,
|
||||
'mincount'=>130,
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'version'=>'19',
|
||||
|
@ -86,12 +86,6 @@ $reports = array(array('product'=>'Firefox',
|
|||
'fake_adu'=>false,
|
||||
'mincount'=>10,
|
||||
),
|
||||
array('product'=>'FennecAndroid',
|
||||
'version'=>'17',
|
||||
'version_regex'=>'17\..*',
|
||||
'fake_adu'=>false,
|
||||
'mincount'=>20,
|
||||
),
|
||||
array('product'=>'FennecAndroid',
|
||||
'version'=>'18',
|
||||
'version_regex'=>'18\..*',
|
||||
|
|
|
@ -56,10 +56,6 @@ $reports = array(array('product'=>'Firefox',
|
|||
'version_regex'=>'([4-9]|[0-9][0-9])\..*',
|
||||
'version_display'=>'4+',
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'version'=>'17.0',
|
||||
'version_regex'=>'17\.0.*',
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'version'=>'18.0',
|
||||
'version_regex'=>'18\.0.*',
|
||||
|
@ -67,12 +63,6 @@ $reports = array(array('product'=>'Firefox',
|
|||
array('product'=>'Firefox',
|
||||
'version'=>'19.0',
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'version'=>'19.0a2',
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'version'=>'20.0a1',
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'version'=>'20.0a2',
|
||||
),
|
||||
|
|
|
@ -52,10 +52,10 @@ $reports = array(array('product'=>'Firefox',
|
|||
'version_display'=>'10 ESR',
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'channel'=>'release',
|
||||
'channel'=>'esr',
|
||||
'version'=>'17.0',
|
||||
'version_regex'=>'17\.0.*',
|
||||
'version_display'=>'17',
|
||||
'version_display'=>'17 ESR',
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'channel'=>'release',
|
||||
|
@ -63,10 +63,6 @@ $reports = array(array('product'=>'Firefox',
|
|||
'version_regex'=>'18\.0.*',
|
||||
'version_display'=>'18',
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'channel'=>'beta',
|
||||
'version'=>'18.0',
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'channel'=>'beta',
|
||||
'version'=>'19.0',
|
||||
|
@ -77,22 +73,12 @@ $reports = array(array('product'=>'Firefox',
|
|||
array('product'=>'Firefox',
|
||||
'channel'=>'nightly',
|
||||
),
|
||||
array('product'=>'FennecAndroid',
|
||||
'channel'=>'release',
|
||||
'version'=>'17.0',
|
||||
'version_regex'=>'17\.0.*',
|
||||
'version_display'=>'17',
|
||||
),
|
||||
array('product'=>'FennecAndroid',
|
||||
'channel'=>'release',
|
||||
'version'=>'18.0',
|
||||
'version_regex'=>'18\.0.*',
|
||||
'version_display'=>'18',
|
||||
),
|
||||
array('product'=>'FennecAndroid',
|
||||
'channel'=>'beta',
|
||||
'version'=>'18.0',
|
||||
),
|
||||
array('product'=>'FennecAndroid',
|
||||
'channel'=>'beta',
|
||||
'version'=>'19.0',
|
||||
|
|
Загрузка…
Ссылка в новой задаче