From 8786171e6c8b9a09e01db2960703db98fee88e91 Mon Sep 17 00:00:00 2001 From: "bhearsum%mozilla.com" Date: Wed, 10 Oct 2012 16:21:24 +0000 Subject: [PATCH] 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 --- mozilla/webtools/aus/xml/inc/config-dist.php | 23 ++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/mozilla/webtools/aus/xml/inc/config-dist.php b/mozilla/webtools/aus/xml/inc/config-dist.php index bb98994ced5..7b80905a4ff 100644 --- a/mozilla/webtools/aus/xml/inc/config-dist.php +++ b/mozilla/webtools/aus/xml/inc/config-dist.php @@ -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.