From c308ea5d3fb6ab0ae077d939e4a691fed2bb12c8 Mon Sep 17 00:00:00 2001 From: "nrthomas%gmail.com" Date: Thu, 17 Mar 2011 03:21:19 +0000 Subject: [PATCH] Bug 630085, throttle 3.6.15 updates to 4.0 final, r=bhearsum git-svn-id: svn://10.0.0.236/trunk@262062 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/aus/xml/inc/config-dist.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mozilla/webtools/aus/xml/inc/config-dist.php b/mozilla/webtools/aus/xml/inc/config-dist.php index b3f32403fc7..f3fe56acd94 100644 --- a/mozilla/webtools/aus/xml/inc/config-dist.php +++ b/mozilla/webtools/aus/xml/inc/config-dist.php @@ -87,7 +87,8 @@ define('THROTTLE_LOGGING',false); // ); $productThrottling = array( 'Firefox' => array( - '3.5.17' => 0 + '3.5.17' => 0, + '3.6.15' => 0 ) ); @@ -107,6 +108,10 @@ $throttleExceptions = array( '3.5.17' => array ( 'betatest', 'releasetest' + ), + '3.6.15' => array ( + 'betatest', + 'releasetest' ) );