Closed Bug 658459 Opened 13 years ago Closed 13 years ago

Update AUS2 code to AUS2_PRODUCTION (throttling for 5.0b2)

Categories

(mozilla.org Graveyard :: Server Operations, task)

x86
All
task
Not set
critical

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: nthomas, Assigned: fox2mike)

References

Details

Assignee: server-ops → shyam
Done.

[root@mradm02 app]# diff -NuT inc/config.php inc/config-dist.php
--- inc/config.php	2011-05-13 22:19:07.000000000 -0700
+++ inc/config-dist.php	2011-05-19 22:10:58.000000000 -0700
@@ -88,7 +88,14 @@
	$productThrottling = array(
	     'Firefox' => array(
	         '3.5.20' => 0,
-	         '3.6.18' => 0
+	         '3.6.18' => 0,
+	         '4.0b8'  => 10,
+	         '4.0b9'  => 10,
+	         '4.0b10' => 10,
+	         '4.0b11' => 10,
+	         '4.0b12' => 10,
+	         '4.0'    => 10,
+	         '4.0.1'  => 10
	     )
	);
	
@@ -112,6 +119,35 @@
	    '3.6.18' => array (
	        'betatest',
	        'releasetest'
+	    ),
+	    '4.0b8' => array (
+	        'betatest',
+	        'releasetest'
+	    ),
+	    '4.0b9' => array (
+	        'betatest',
+	        'releasetest'
+	    ),
+	    '4.0b10' => array (
+	        'betatest',
+	        'releasetest'
+	    ),
+	    '4.0b11' => array (
+	        'betatest',
+	        'releasetest'
+	    ),
+	    '4.0b12' => array (
+	        'betatest',
+	        'releasetest'
+	    ),
+	    '4.0' => array (
+	        'betatest',
+	        'releasetest',
+	        'release'
+	    ),
+	    '4.0.1' => array (
+	        'betatest',
+	        'releasetest'
	    )
	);
	
[root@mradm02 app]# cp inc/config-dist.php inc/config.php
cp: overwrite `inc/config.php'? y
[root@mradm02 app]# /data/bin/omg_push_dist_live.sh aus2.mozilla.org
Do you really want to commit /data/dist/www/aus2.mozilla.org/ ? [y/n] y
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.