try to gather data on aurora/nightly with same algorithm (even though it's imperfect)
This commit is contained in:
Родитель
f6b3552b00
Коммит
b75cdfb341
|
@ -38,8 +38,11 @@ $products = array('Firefox', 'MetroFirefox', 'Fennec', 'FennecAndroid');
|
|||
$prodchannels = array('Firefox' => array('release', 'beta'),
|
||||
'FennecAndroid' => array('release', 'beta'));
|
||||
|
||||
// try how gathering aurora/nightly data looks with this
|
||||
$prodchannels = array('FennecAndroid' => array('aurora', 'nightly'));
|
||||
|
||||
// for how many days back to get the data
|
||||
$backlog_days = 15;
|
||||
$backlog_days = -1;
|
||||
|
||||
// *** URLs and paths ***
|
||||
|
||||
|
@ -163,7 +166,7 @@ foreach ($products as $product) {
|
|||
}
|
||||
|
||||
// uncomment for backfilling
|
||||
// $day_start = '2011-01-01';
|
||||
$day_start = '2014-01-01';
|
||||
|
||||
foreach ($prodchannels as $product=>$channels) {
|
||||
foreach ($channels as $channel) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче