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:
bhearsum%mozilla.com
2012-10-10 16:21:24 +00:00
parent edc92b8772
commit 8786171e6c

View File

@@ -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.