add new versions from uplifts/releases of today/yesterday
This commit is contained in:
Родитель
799b6e59af
Коммит
0173dfa515
|
@ -47,10 +47,20 @@ $reports = array(array('product'=>'Firefox',
|
|||
'version_regex'=>'17\.0.*',
|
||||
'version_display'=>'17',
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'channel'=>'release',
|
||||
'version'=>'18.0',
|
||||
'version_regex'=>'18\.0.*',
|
||||
'version_display'=>'18',
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'channel'=>'beta',
|
||||
'version'=>'18.0',
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'channel'=>'beta',
|
||||
'version'=>'19.0',
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'channel'=>'nightly',
|
||||
),
|
||||
|
@ -63,10 +73,20 @@ $reports = array(array('product'=>'Firefox',
|
|||
'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',
|
||||
),
|
||||
array('product'=>'FennecAndroid',
|
||||
'channel'=>'nightly',
|
||||
'weekly'=>true,
|
||||
|
|
|
@ -41,10 +41,20 @@ $reports = array(array('product'=>'FennecAndroid',
|
|||
'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',
|
||||
),
|
||||
array('product'=>'FennecAndroid',
|
||||
'channel'=>'nightly',
|
||||
'weekly'=>true,
|
||||
|
|
|
@ -70,6 +70,12 @@ $reports = array(array('product'=>'Firefox',
|
|||
'fake_adu'=>false,
|
||||
'mincount'=>10,
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'version'=>'21',
|
||||
'version_regex'=>'21\..*',
|
||||
'fake_adu'=>false,
|
||||
'mincount'=>10,
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'channel'=>'aurora',
|
||||
'fake_adu'=>false,
|
||||
|
@ -92,6 +98,12 @@ $reports = array(array('product'=>'Firefox',
|
|||
'fake_adu'=>false,
|
||||
'mincount'=>10,
|
||||
),
|
||||
array('product'=>'FennecAndroid',
|
||||
'version'=>'19',
|
||||
'version_regex'=>'19\..*',
|
||||
'fake_adu'=>false,
|
||||
'mincount'=>10,
|
||||
),
|
||||
array('product'=>'FennecAndroid',
|
||||
'channel'=>'aurora',
|
||||
'fake_adu'=>false,
|
||||
|
|
|
@ -62,6 +62,10 @@ $reports = array(array('product'=>'Firefox',
|
|||
),
|
||||
array('product'=>'Firefox',
|
||||
'version'=>'18.0',
|
||||
'version_regex'=>'18\.0.*',
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'version'=>'19.0',
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'version'=>'19.0a2',
|
||||
|
@ -69,6 +73,12 @@ $reports = array(array('product'=>'Firefox',
|
|||
array('product'=>'Firefox',
|
||||
'version'=>'20.0a1',
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'version'=>'20.0a2',
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'version'=>'21.0a1',
|
||||
),
|
||||
);
|
||||
|
||||
// for how many days back to get the data
|
||||
|
|
|
@ -57,10 +57,20 @@ $reports = array(array('product'=>'Firefox',
|
|||
'version_regex'=>'17\.0.*',
|
||||
'version_display'=>'17',
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'channel'=>'release',
|
||||
'version'=>'18.0',
|
||||
'version_regex'=>'18\.0.*',
|
||||
'version_display'=>'18',
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'channel'=>'beta',
|
||||
'version'=>'18.0',
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'channel'=>'beta',
|
||||
'version'=>'19.0',
|
||||
),
|
||||
array('product'=>'Firefox',
|
||||
'channel'=>'aurora',
|
||||
),
|
||||
|
@ -73,10 +83,20 @@ $reports = array(array('product'=>'Firefox',
|
|||
'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',
|
||||
),
|
||||
array('product'=>'FennecAndroid',
|
||||
'channel'=>'aurora',
|
||||
),
|
||||
|
|
Загрузка…
Ссылка в новой задаче