Closed
Bug 735216
Opened 14 years ago
Closed 14 years ago
Update AUS2 code to AUS2_PRODUCTION (Firefox 11.0 throttling)
Categories
(mozilla.org Graveyard :: Server Operations, task)
mozilla.org Graveyard
Server Operations
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rail, Assigned: fox2mike)
References
Details
The only change should be attachment 603055 [details] [diff] [review], which is rev 1.196 -> 1.197 of config-dist.php.
Thanks in advance.
Updated•14 years ago
|
Assignee: server-ops → mburns
Comment 1•14 years ago
|
||
[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.20110708
...
? inc/config.php.20120119
? inc/config.php.20120216x
P inc/config-dist.php
[root@mradm02 app]# cvs log | grep 1.197
cvs log: Logging .
cvs log: Logging bug602275
cvs log: Logging inc
head: 1.197
AUS2_PRODUCTION: 1.197
revision 1.197
[root@mradm02 app]# cp inc/config-dist.php inc/config.php
cp: overwrite `inc/config.php'? y
[root@mradm02 app]#
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 2•14 years ago
|
||
The config change works in staging but not in production, so there's some deployment issue.
eg this returns an update
https://aus3.mozilla.org/update/1/Firefox/10.0.2/20120215223356/WINNT_x86-msvc/en-US/release/update.xml
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 3•14 years ago
|
||
Test case doesn't work now because we disabled updates globally with a chmod.
| Assignee | ||
Comment 4•14 years ago
|
||
So Nick and Chris pinged me on IRC to help investigate an issue with updates.
On looking further, this is what I found :
[root@mradm02 app]# md5sum inc/config.php
dd14edfa3013321d50947c5e5b050dca inc/config.php
[root@mradm02 app]# md5sum inc/config-dist.php
9b75419c3571f50503e1479a2c5c9262 inc/config-dist.php
So config.php wasn't the version we wanted (should be the same as config-dist.php)
[root@mradm02 inc]# ls -l
-rw-r--r-- 1 root root 11312 Mar 13 07:12 config-dist.php
-rw-r--r-- 1 root root 9378 Mar 4 14:34 config.php
And after getting the go ahead from catlee, I copied it over and pushed it out again :
[root@mradm02 inc]# cp config-dist.php config.php
cp: overwrite `config.php'? y
[root@mradm02 inc]# md5sum config.php
9b75419c3571f50503e1479a2c5c9262 config.php
[root@mradm02 inc]# md5sum config-dist.php
9b75419c3571f50503e1479a2c5c9262 config-dist.php
[root@mradm02 inc]# /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
Should be good now.
Assignee: mburns → shyam
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
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
•