finally remove 24 where it's not needed for ESR, and remove 17 ESR; also switch to a new Flash beta

This commit is contained in:
Robert Kaiser 2013-12-03 15:47:13 +01:00
Родитель 00071cbbf3
Коммит 31232a4a8c
5 изменённых файлов: 1 добавлений и 35 удалений

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

@ -36,23 +36,11 @@ date_default_timezone_set('America/Los_Angeles');
// version - empty is all versions
$reports = array(array('product'=>'Firefox',
'channel'=>'esr',
'version'=>'17.0',
'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',
'version_regex'=>'24\.0.*',
'version_display'=>'24',
),
array('product'=>'Firefox',
'channel'=>'release',
'version'=>'25.0',

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

@ -41,12 +41,6 @@ ini_set('memory_limit', '512M');
// mincount - minimum count of crashes per day to analyze
$reports = array(array('product'=>'Firefox',
'version'=>'17',
'version_regex'=>'17\..*', // keep around for ESR
'fake_adu'=>false,
'mincount'=>20,
),
array('product'=>'Firefox',
'version'=>'24',
'version_regex'=>'24\..*', // keep around for ESR
'fake_adu'=>false,

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

@ -56,10 +56,6 @@ $reports = array(array('product'=>'Firefox',
'version_regex'=>'([4-9]|[0-9][0-9])\..*',
'version_display'=>'4+',
),
array('product'=>'Firefox',
'version'=>'24.0',
'version_regex'=>'24\.0.*',
),
array('product'=>'Firefox',
'version'=>'25.0',
'version_regex'=>'25\.0.*',

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

@ -54,7 +54,7 @@ if (count($force_dates)) {
$flash_versions = array('11.2.202.235',
'11.9.900.117',
'11.9.900.152',
'12.0.0.9');
'12.0.0.17');
// for how many days back to get the data
$backlog_days = 7;

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

@ -46,23 +46,11 @@ date_default_timezone_set('America/Los_Angeles');
// version - empty is all versions
$reports = array(array('product'=>'Firefox',
'channel'=>'esr',
'version'=>'17.0',
'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',
'version_regex'=>'24\.0.*',
'version_display'=>'24',
),
array('product'=>'Firefox',
'channel'=>'release',
'version'=>'25.0',