Closed Bug 650866 Opened 13 years ago Closed 13 years ago

Update AUS2 code to AUS2_PRODUCTION

Categories

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

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mozilla, Assigned: fox2mike)

References

Details

Please update AUS2 to fix Android nightly and Aurora updates.

Only config-dist.php is changing, to version 1.130 from 1.129.
Assignee: server-ops → shyam
Done.

[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.php inc/config-dist.php
--- inc/config.php	2011-04-15 15:03:28.000000000 -0700
+++ inc/config-dist.php	2011-04-18 21:50:08.000000000 -0700
@@ -144,16 +144,13 @@
	        )
	    ),
	    'Fennec'      =>  array(
-	        '2.0*'    =>  array(
-	           'nightly'                 => 'mozilla-central',
-	        ),
	        '4.0*'    =>  array(
-	           'nightly'                 => 'mozilla-central',
	           'nightly-mozilla-2.1'     => 'mozilla-2.1'
	        ),
-	        '4.1*'    =>  array(
+	        '*'       => array(
	           'nightly'                 => 'mozilla-central',
-	        ),
+	           'aurora'                  => 'mozilla-aurora'
+	        )
	    ),
	);
	
[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
[master 078f5e7] forcing push
 1 files changed, 3 insertions(+), 6 deletions(-)
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.