From 53ef873497111a97e67a17ab7d5bfcb3b692d14a Mon Sep 17 00:00:00 2001 From: "nrthomas%gmail.com" Date: Tue, 9 Feb 2010 21:06:09 +0000 Subject: [PATCH] Bug 544458, unthrottle beta channel so users see Firefox 3.5.8, r=morgamic git-svn-id: svn://10.0.0.236/trunk@259655 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/aus/xml/inc/config-dist.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/mozilla/webtools/aus/xml/inc/config-dist.php b/mozilla/webtools/aus/xml/inc/config-dist.php index e44c62caaa9..81227e5e434 100644 --- a/mozilla/webtools/aus/xml/inc/config-dist.php +++ b/mozilla/webtools/aus/xml/inc/config-dist.php @@ -88,7 +88,8 @@ define('THROTTLE_LOGGING',false); $productThrottling = array( 'Firefox' => array( '3.0.18' => 0, - '3.5.7' => 0 + '3.5.7' => 0, + '3.5.8' => 0 ), 'Thunderbird' => array( '2.0.0.23' => 0 @@ -113,6 +114,11 @@ $throttleExceptions = array( 'releasetest' ), '3.5.7' => array ( + 'betatest', + 'releasetest', + 'beta' + ), + '3.5.8' => array ( 'betatest', 'releasetest' )