bug 691483: Do 3.6.24 -> 8.0.1 advertised major update on Dec 1st - unthrottle 3.6.24 -> 8.0.1 MUs. r=bhearsum, patch=nthomas

git-svn-id: svn://10.0.0.236/trunk@263123 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bhearsum%mozilla.com 2011-12-01 18:18:43 +00:00
parent 1f7bf85d64
commit 8761320714

View File

@ -87,7 +87,7 @@ define('THROTTLE_LOGGING',false);
// );
$productThrottling = array(
'Firefox' => array(
'3.6.24' => 0,
'3.6.25' => 0,
)
);
@ -104,7 +104,7 @@ $productThrottling = array(
// In this example, 3.0.11 with channel names that match these channels will not
// be throttled unless there is a global throttle enabled.
$throttleExceptions = array(
'3.6.24' => array (
'3.6.25' => array (
'betatest',
'releasetest'
),