Closed Bug 773509 Opened 12 years ago Closed 12 years ago

Update AUS2 code to AUS2_PRODUCTION (deprecate Mac 10.5 for FF17)

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task)

x86
All
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: nthomas, Assigned: bburton)

References

Details

The expected change is moving from rev 1.217 to 1.218 of config-dist.php. This isn't an urgent request - we would like to have it done by next Monday.
Assignee: server-ops-webops → bburton
[root@ip-admin02 app]# cvs -q up -dP -r AUS2_PRODUCTION? backup? inc/config.php
P inc/config-dist.php
[root@ip-admin02 app]# cd inc
[root@ip-admin02 inc]# md5sum config-dist.php
3184454ed4c87b9d0b9c960c04934ed2  config-dist.php
[root@ip-admin02 inc]# md5sum config.php
84df7d6fed3827eeeb36a78777db76d8  config.php
[root@ip-admin02 inc]# cp config.php ../backup/config.php.`date '+%Y%m%d'`
[root@ip-admin02 inc]# cp config-dist.php config.php
cp: overwrite `config.php'? y
[root@ip-admin02 inc]# md5sum config.php 
3184454ed4c87b9d0b9c960c04934ed2  config.php
[root@ip-admin02 inc]# git add config*
[root@ip-admin02 inc]# git commit -m "bug 773509"
[master a6f8fbf] bug 773509
 2 files changed, 16 insertions(+), 0 deletions(-)
[root@ip-admin02 inc]# issue-multi-command dist /data/bin/libget/get-php5-www-git.sh
[pp-app-dist06] run: /data/bin/libget/get-php5-www-git.sh
[pp-app-dist01] run: /data/bin/libget/get-php5-www-git.sh
[pp-app-dist03] run: /data/bin/libget/get-php5-www-git.sh
[pp-app-dist07] run: /data/bin/libget/get-php5-www-git.sh
[pp-app-dist05] run: /data/bin/libget/get-php5-www-git.sh
[pp-app-dist09] run: /data/bin/libget/get-php5-www-git.sh
[pp-app-dist08] run: /data/bin/libget/get-php5-www-git.sh
[pp-app-dist04] run: /data/bin/libget/get-php5-www-git.sh
[pp-app-dist02] run: /data/bin/libget/get-php5-www-git.sh
[root@ip-admin02 inc]# issue-multi-command dist md5sum /data/www/aus2.mozilla.org/app/inc/config.php
[pp-app-dist03] run: md5sum /data/www/aus2.mozilla.org/app/inc/config.php
[pp-app-dist03] out: 3184454ed4c87b9d0b9c960c04934ed2  /data/www/aus2.mozilla.org/app/inc/config.php
[pp-app-dist06] run: md5sum /data/www/aus2.mozilla.org/app/inc/config.php
[pp-app-dist06] out: 3184454ed4c87b9d0b9c960c04934ed2  /data/www/aus2.mozilla.org/app/inc/config.php
[pp-app-dist01] run: md5sum /data/www/aus2.mozilla.org/app/inc/config.php
[pp-app-dist01] out: 3184454ed4c87b9d0b9c960c04934ed2  /data/www/aus2.mozilla.org/app/inc/config.php
[pp-app-dist02] run: md5sum /data/www/aus2.mozilla.org/app/inc/config.php
[pp-app-dist02] out: 3184454ed4c87b9d0b9c960c04934ed2  /data/www/aus2.mozilla.org/app/inc/config.php
[pp-app-dist09] run: md5sum /data/www/aus2.mozilla.org/app/inc/config.php
[pp-app-dist09] out: 3184454ed4c87b9d0b9c960c04934ed2  /data/www/aus2.mozilla.org/app/inc/config.php
[pp-app-dist04] run: md5sum /data/www/aus2.mozilla.org/app/inc/config.php
[pp-app-dist04] out: 3184454ed4c87b9d0b9c960c04934ed2  /data/www/aus2.mozilla.org/app/inc/config.php
[pp-app-dist05] run: md5sum /data/www/aus2.mozilla.org/app/inc/config.php
[pp-app-dist05] out: 3184454ed4c87b9d0b9c960c04934ed2  /data/www/aus2.mozilla.org/app/inc/config.php
[pp-app-dist08] run: md5sum /data/www/aus2.mozilla.org/app/inc/config.php
[pp-app-dist08] out: 3184454ed4c87b9d0b9c960c04934ed2  /data/www/aus2.mozilla.org/app/inc/config.php
[pp-app-dist07] run: md5sum /data/www/aus2.mozilla.org/app/inc/config.php
[pp-app-dist07] out: 3184454ed4c87b9d0b9c960c04934ed2  /data/www/aus2.mozilla.org/app/inc/config.php
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.