remove old versions from the reports
This commit is contained in:
Родитель
7188cd87bb
Коммит
01d176982b
|
@ -41,22 +41,12 @@ $reports = array(array('product'=>'Firefox',
|
|||
'version_regex'=>'17\.0.*',
|
||||
'version_display'=>'17 ESR',
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'channel'=>'release',
|
||||
'version'=>'21.0',
|
||||
'version_regex'=>'21\.0.*',
|
||||
'version_display'=>'21',
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'channel'=>'release',
|
||||
'version'=>'22.0',
|
||||
'version_regex'=>'22\.0.*',
|
||||
'version_display'=>'22',
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'channel'=>'beta',
|
||||
'version'=>'22.0',
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'channel'=>'beta',
|
||||
'version'=>'23.0',
|
||||
|
@ -67,22 +57,12 @@ $reports = array(array('product'=>'Firefox',
|
|||
array('product'=>'Firefox',
|
||||
'channel'=>'aurora',
|
||||
),
|
||||
array('product'=>'FennecAndroid',
|
||||
'channel'=>'release',
|
||||
'version'=>'21.0',
|
||||
'version_regex'=>'21\.0.*',
|
||||
'version_display'=>'21',
|
||||
),
|
||||
array('product'=>'FennecAndroid',
|
||||
'channel'=>'release',
|
||||
'version'=>'22.0',
|
||||
'version_regex'=>'22\.0.*',
|
||||
'version_display'=>'22',
|
||||
),
|
||||
array('product'=>'FennecAndroid',
|
||||
'channel'=>'beta',
|
||||
'version'=>'22.0',
|
||||
),
|
||||
array('product'=>'FennecAndroid',
|
||||
'channel'=>'beta',
|
||||
'version'=>'23.0',
|
||||
|
|
|
@ -46,12 +46,6 @@ $reports = array(array('product'=>'Firefox',
|
|||
'fake_adu'=>false,
|
||||
'mincount'=>20,
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'version'=>'21',
|
||||
'version_regex'=>'21\..*',
|
||||
'fake_adu'=>false,
|
||||
'mincount'=>50,
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'version'=>'22',
|
||||
'version_regex'=>'22\..*',
|
||||
|
@ -86,12 +80,6 @@ $reports = array(array('product'=>'Firefox',
|
|||
'fake_adu'=>false,
|
||||
'mincount'=>10,
|
||||
),
|
||||
array('product'=>'FennecAndroid',
|
||||
'version'=>'21',
|
||||
'version_regex'=>'21\..*',
|
||||
'fake_adu'=>false,
|
||||
'mincount'=>30,
|
||||
),
|
||||
array('product'=>'FennecAndroid',
|
||||
'version'=>'22',
|
||||
'version_regex'=>'22\..*',
|
||||
|
|
|
@ -56,10 +56,6 @@ $reports = array(array('product'=>'Firefox',
|
|||
'version_regex'=>'([4-9]|[0-9][0-9])\..*',
|
||||
'version_display'=>'4+',
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'version'=>'21.0',
|
||||
'version_regex'=>'21\.0.*',
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'version'=>'22.0',
|
||||
'version_regex'=>'22\.0.*',
|
||||
|
@ -67,12 +63,6 @@ $reports = array(array('product'=>'Firefox',
|
|||
array('product'=>'Firefox',
|
||||
'version'=>'23.0',
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'version'=>'23.0a2',
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'version'=>'24.0a1',
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'version'=>'24.0a2',
|
||||
),
|
||||
|
|
|
@ -51,22 +51,12 @@ $reports = array(array('product'=>'Firefox',
|
|||
'version_regex'=>'17\.0.*',
|
||||
'version_display'=>'17 ESR',
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'channel'=>'release',
|
||||
'version'=>'21.0',
|
||||
'version_regex'=>'21\.0.*',
|
||||
'version_display'=>'21',
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'channel'=>'release',
|
||||
'version'=>'22.0',
|
||||
'version_regex'=>'22\.0.*',
|
||||
'version_display'=>'22',
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'channel'=>'beta',
|
||||
'version'=>'22.0',
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'channel'=>'beta',
|
||||
'version'=>'23.0',
|
||||
|
@ -77,22 +67,12 @@ $reports = array(array('product'=>'Firefox',
|
|||
array('product'=>'Firefox',
|
||||
'channel'=>'nightly',
|
||||
),
|
||||
array('product'=>'FennecAndroid',
|
||||
'channel'=>'release',
|
||||
'version'=>'21.0',
|
||||
'version_regex'=>'21\.0.*',
|
||||
'version_display'=>'21',
|
||||
),
|
||||
array('product'=>'FennecAndroid',
|
||||
'channel'=>'release',
|
||||
'version'=>'22.0',
|
||||
'version_regex'=>'22\.0.*',
|
||||
'version_display'=>'22',
|
||||
),
|
||||
array('product'=>'FennecAndroid',
|
||||
'channel'=>'beta',
|
||||
'version'=>'22.0',
|
||||
),
|
||||
array('product'=>'FennecAndroid',
|
||||
'channel'=>'beta',
|
||||
'version'=>'23.0',
|
||||
|
|
Загрузка…
Ссылка в новой задаче