Closed Bug 654750 Opened 13 years ago Closed 13 years ago

Update AUS2 code to AUS2_PRODUCTION

Categories

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

task
Not set
blocker

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: catlee, Assigned: fox2mike)

References

Details

Assignee: server-ops → shyam
Done and being pushed out :

[root@mradm02 app]# cvs -q up -dP -r AUS2_PRODUCTION
? inc/config.php
? inc/config.php.2009102000
? inc/config.php.20100316
? inc/config.php.2010040500
? inc/config.php.20101123
? inc/config.php.20110118
? inc/config.php.20110302
P inc/config-dist.php
[root@mradm02 app]# diff -NuT inc/config-dist.php inc/config.php
--- inc/config-dist.php	2011-05-04 10:21:18.000000000 -0700
+++ inc/config.php	2011-04-29 13:29:14.000000000 -0700
@@ -88,22 +88,7 @@
	$productThrottling = array(
	     'Firefox' => array(
	         '3.5.19' => 0,
-	         '3.6.17' => 0,
-	         '3.7a3'  => 50,
-	         '3.7a4'  => 50,
-	         '3.7a5'  => 50,
-	         '4.0b1'  => 50,
-	         '4.0b2'  => 50,
-	         '4.0b3'  => 50,
-	         '4.0b4'  => 50,
-	         '4.0b5'  => 50,
-	         '4.0b6'  => 50,
-	         '4.0b7'  => 50,
-	         '4.0b8'  => 50,
-	         '4.0b9'  => 50,
-	         '4.0b10' => 50,
-	         '4.0b11' => 50,
-	         '4.0b12' => 50
+	         '3.6.17' => 0
	     )
	);
	
@@ -127,66 +112,6 @@
	    '3.6.17' => array (
	        'betatest',
	        'releasetest'
-	    ),
-	    '3.7a3' => array (
-	        'betatest',
-	        'releasetest'
-	    ),
-	    '3.7a4' => array (
-	        'betatest',
-	        'releasetest'
-	    ),
-	    '3.7a5' => array (
-	        'betatest',
-	        'releasetest'
-	    ),
-	    '4.0b1' => array (
-	        'betatest',
-	        'releasetest'
-	    ),
-	    '4.0b2' => array (
-	        'betatest',
-	        'releasetest'
-	    ),
-	    '4.0b3' => array (
-	        'betatest',
-	        'releasetest'
-	    ),
-	    '4.0b4' => array (
-	        'betatest',
-	        'releasetest'
-	    ),
-	    '4.0b5' => array (
-	        'betatest',
-	        'releasetest'
-	    ),
-	    '4.0b6' => array (
-	        'betatest',
-	        'releasetest'
-	    ),
-	    '4.0b7' => 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'
	    )
	);
	
[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.