From cb9e64bb2df4b401d899aa45fb6b540792aba896 Mon Sep 17 00:00:00 2001 From: "bhearsum%mozilla.com" Date: Thu, 19 Jan 2012 18:58:27 +0000 Subject: [PATCH] bug 718089: 3.6.25->9.0.1 Advertised Major Update on 1/19 - bump 3.6 throttling to 3.6.26. r=nthomas git-svn-id: svn://10.0.0.236/trunk@263290 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/aus/xml/inc/config-dist.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/aus/xml/inc/config-dist.php b/mozilla/webtools/aus/xml/inc/config-dist.php index 3bf6758cb86..b1753ae21f9 100644 --- a/mozilla/webtools/aus/xml/inc/config-dist.php +++ b/mozilla/webtools/aus/xml/inc/config-dist.php @@ -87,7 +87,7 @@ define('THROTTLE_LOGGING',false); // ); $productThrottling = array( 'Firefox' => array( - '3.6.25' => 0, + '3.6.26' => 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.25' => array ( + '3.6.26' => array ( 'betatest', 'releasetest' ),