remove some old versions, bump mincount, bump dashboard for Android

This commit is contained in:
Robert Kaiser 2013-11-08 15:38:44 +01:00
Родитель c1ebfa59e9
Коммит ef421b1c5a
6 изменённых файлов: 9 добавлений и 53 удалений

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

@ -82,7 +82,7 @@ var gProductData = {
},
beta: {
name: "Beta",
version: "26.0b1",
version: "26.0b2",
appendver: true,
adu: { low: 1e5, min: 1e4 },
rate: { high: 2, max: 5 },

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

@ -59,10 +59,6 @@ $reports = array(array('product'=>'Firefox',
'version_regex'=>'25\.0.*',
'version_display'=>'25',
),
array('product'=>'Firefox',
'channel'=>'beta',
'version'=>'25.0',
),
array('product'=>'Firefox',
'channel'=>'beta',
'version'=>'26.0',
@ -73,22 +69,12 @@ $reports = array(array('product'=>'Firefox',
array('product'=>'Firefox',
'channel'=>'aurora',
),
array('product'=>'FennecAndroid',
'channel'=>'release',
'version'=>'24.0',
'version_regex'=>'24\.0.*',
'version_display'=>'24',
),
array('product'=>'FennecAndroid',
'channel'=>'release',
'version'=>'25.0',
'version_regex'=>'25\.0.*',
'version_display'=>'25',
),
array('product'=>'FennecAndroid',
'channel'=>'beta',
'version'=>'25.0',
),
array('product'=>'FennecAndroid',
'channel'=>'beta',
'version'=>'26.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'=>'24.0',
'version_regex'=>'24\.0.*',
'version_display'=>'24',
),
array('product'=>'FennecAndroid',
'channel'=>'release',
'version'=>'25.0',
'version_regex'=>'25\.0.*',
'version_display'=>'25',
),
array('product'=>'FennecAndroid',
'channel'=>'beta',
'version'=>'25.0',
),
array('product'=>'FennecAndroid',
'channel'=>'beta',
'version'=>'26.0',

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

@ -48,7 +48,7 @@ $reports = array(array('product'=>'Firefox',
),
array('product'=>'Firefox',
'version'=>'24',
'version_regex'=>'24\..*',
'version_regex'=>'24\..*', // keep around for ESR
'fake_adu'=>false,
'mincount'=>100,
),
@ -56,7 +56,7 @@ $reports = array(array('product'=>'Firefox',
'version'=>'25',
'version_regex'=>'25\..*',
'fake_adu'=>false,
'mincount'=>50,
'mincount'=>80,
),
array('product'=>'Firefox',
'version'=>'26',
@ -96,12 +96,6 @@ $reports = array(array('product'=>'Firefox',
'fake_adu'=>false,
'mincount'=>6,
),
array('product'=>'FennecAndroid',
'version'=>'24',
'version_regex'=>'24\..*',
'fake_adu'=>false,
'mincount'=>50,
),
array('product'=>'FennecAndroid',
'version'=>'25',
'version_regex'=>'25\..*',

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

@ -67,12 +67,6 @@ $reports = array(array('product'=>'Firefox',
array('product'=>'Firefox',
'version'=>'26.0',
),
array('product'=>'Firefox',
'version'=>'26.0a2',
),
array('product'=>'Firefox',
'version'=>'27.0a1',
),
array('product'=>'Firefox',
'version'=>'27.0a2',
),

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

@ -51,6 +51,12 @@ $reports = array(array('product'=>'Firefox',
'version_regex'=>'17\.0.*',
'version_display'=>'17 ESR',
),
array('product'=>'Firefox',
'channel'=>'esr',
'version'=>'24',
'version_regex'=>'24\.*',
'version_display'=>'24 ESR',
),
array('product'=>'Firefox',
'channel'=>'release',
'version'=>'24.0',
@ -63,10 +69,6 @@ $reports = array(array('product'=>'Firefox',
'version_regex'=>'25\.0.*',
'version_display'=>'25',
),
array('product'=>'Firefox',
'channel'=>'beta',
'version'=>'25.0',
),
array('product'=>'Firefox',
'channel'=>'beta',
'version'=>'26.0',
@ -83,22 +85,12 @@ $reports = array(array('product'=>'Firefox',
array('product'=>'MetroFirefox',
'channel'=>'nightly',
),
array('product'=>'FennecAndroid',
'channel'=>'release',
'version'=>'24.0',
'version_regex'=>'24\.0.*',
'version_display'=>'24',
),
array('product'=>'FennecAndroid',
'channel'=>'release',
'version'=>'25.0',
'version_regex'=>'25\.0.*',
'version_display'=>'25',
),
array('product'=>'FennecAndroid',
'channel'=>'beta',
'version'=>'25.0',
),
array('product'=>'FennecAndroid',
'channel'=>'beta',
'version'=>'26.0',