Closed Bug 744078 Opened 12 years ago Closed 12 years ago

please update AUS to AUS2_PRODUCTION tag

Categories

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

task
Not set
blocker

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: bhearsum, Assigned: mburns)

References

Details

You should end up with rev 1.202 of config-dist.php.
Assignee: server-ops → mburns
ssh boris.mozilla.com -A
[mburns@boris ~]$ ssh root@mradm02 -A

[root@mradm02 ~]# cd /data/dist/www/aus2.mozilla.org/app
[root@mradm02 app]# cp inc/config.php config.php.`date '+%Y%m%d'`
[root@mradm02 app]# cvs -q up -dP -r AUS2_PRODUCTION
...
? config.php.20120410
...
P inc/config-dist.php

[root@mradm02 app]# diff -u inc/config-dist.php inc/config.php
--- inc/config-dist.php	2012-04-10 11:15:28.000000000 -0700
+++ inc/config.php	2012-03-20 16:45:43.000000000 -0700
@@ -114,7 +114,6 @@
 // All other channels only have access to the OVERRIDE_DIR for update info.
 $nightlyChannels = array(
     'nightly',
-    'nightlytest',
     'nightly-tracemonkey',
     'nightly-electrolysis',
     'nightly-mozilla-2.1',
@@ -141,7 +140,6 @@
         '3.6*'    => 'mozilla-1.9.2',
         '*'       => array(
            'nightly'                 => 'mozilla-central',
-           'nightlytest'             => 'mozilla-central-test',
            'nightly-tracemonkey'     => 'tracemonkey',
            'nightly-electrolysis'    => 'electrolysis',
            'nightly-jaegermonkey'    => 'jaegermonkey',

[root@mradm02 app]# cp inc/config-dist.php inc/config.php
cp: overwrite `inc/config.php'? y

[root@mradm02 app]# md5sum inc/config.php inc/config-dist.php
fb10b472ea383fe716722e2c4dd7ef69  inc/config.php
79e3c808c9bc0351732ce259f45ae08a  inc/config-dist.php
#DO NOT MATCH!!!

[root@mradm02 app]# cp inc/config-dist.php inc/config.php
cp: overwrite `inc/config.php'? y

[root@mradm02 app]# md5sum inc/config.php inc/config-dist.php
79e3c808c9bc0351732ce259f45ae08a  inc/config.php
79e3c808c9bc0351732ce259f45ae08a  inc/config-dist.php
#MATCH!!!
Status: NEW → RESOLVED
Closed: 12 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.