Closed
Bug 751247
Opened 14 years ago
Closed 14 years ago
Update AUS2 code to AUS2_PRODUCTION (Firefox 3.6.28->12.0 MU throttling)
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: rail, Assigned: bburton)
References
Details
Please update aus2 to AUS2_PRODUCTION tag.
config-dist.php should be revision 1.209
| Assignee | ||
Updated•14 years ago
|
Assignee: server-ops → bburton
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•14 years ago
|
||
Pushed, should be live in ~15 minutes
[root@mradm02 ~]# cd /data/dist/www/aus2.mozilla.org/app
[root@mradm02 app]# cvs -q up -dP -r AUS2_PRODUCTION
? backup
? inc/config.php
P inc/config-dist.php
[root@mradm02 app]# cd inc/
[root@mradm02 inc]# md5sum config-dist.php
74f5dcc736f455a1962a1fb84918d706 config-dist.php
[root@mradm02 inc]# md5sum config.php
da9584df39eea09be1d607486d21c32b config.php
[root@mradm02 inc]# cp config.php ../backup/config.php.`date '+%Y%m%d'`
[root@mradm02 inc]# cp config-dist.php config.php
cp: overwrite `config.php'? y
[root@mradm02 inc]# md5sum config.php
74f5dcc736f455a1962a1fb84918d706 config.php
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 2•14 years ago
|
||
I am seeing the new file on the web servers
[root@pp-app-dist01 inc]# md5sum config.php
74f5dcc736f455a1962a1fb84918d706 config.php
Updated•11 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•