bug 799999: Please throttle updates to TB 16. r=catlee
git-svn-id: svn://10.0.0.236/trunk@264314 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -103,6 +103,18 @@ $productThrottling = array(
|
||||
'15.0.1' => 0,
|
||||
),
|
||||
'Thunderbird' => array(
|
||||
'10.0' => 0,
|
||||
'10.0.1' => 0,
|
||||
'10.0.2' => 0,
|
||||
'11.0' => 0,
|
||||
'11.0.1', => 0,
|
||||
'12.0' => 0,
|
||||
'12.0.1' => 0,
|
||||
'13.0' => 0,
|
||||
'13.0.1' => 0,
|
||||
'14.0' => 0,
|
||||
'15.0' => 0,
|
||||
'15.0.1' => 0,
|
||||
)
|
||||
);
|
||||
|
||||
@@ -188,6 +200,17 @@ $throttleExceptions = array(
|
||||
'releasetest',
|
||||
'beta',
|
||||
),
|
||||
# Thunderbird only
|
||||
'11.0.1' => array(
|
||||
'betatest',
|
||||
'releasetest',
|
||||
'beta',
|
||||
),
|
||||
'12.0.1' => array(
|
||||
'betatest',
|
||||
'releasetest',
|
||||
'beta',
|
||||
),
|
||||
);
|
||||
|
||||
// These are channels that have access to nightly updates.
|
||||
|
||||
Reference in New Issue
Block a user