Closed Bug 590496 Opened 14 years ago Closed 14 years ago

Update bounceradmin in production

Categories

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

All
Other
task
Not set
major

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: wenzel, Assigned: jabba)

References

Details

Please update bounceradmin.m.com (tuxedo) as follows:

git pull origin master
git submodule update

This is to update the latest product-details data (namely the locales) for Tuxedo until bug 590493 is fixed.
Ah, also want to kick Apache afterwards so the new files are read by the application.
This doesn't impact the user-facing side of bouncer does it?
It does not.
Can this be done anytime, or is a maintenance window required?
Assignee: server-ops → jdow
Anytime. Updating Tuxedo won't touch a thing that's user-facing. And Build is waiting for this, so go ahead.
[root@im-sentry01 tuxedo]# git pull origin master
remote: Counting objects: 19, done.
remote: Compressing objects: 100% (9/9), done.
remote: Total 11 (delta 6), reused 0 (delta 0)
Unpacking objects: 100% (11/11), done.
From git://github.com/fwenzel/tuxedo
 * branch            master     -> FETCH_HEAD
Updating f3bad25..c2351f6
Fast-forward
 bouncer/php/cfg/config-dist.php |   11 ++++++-----
 bouncer/php/index.php           |   20 ++++++++++++++++----
 inc/product-details/json        |    2 +-
 3 files changed, 23 insertions(+), 10 deletions(-)
[root@im-sentry01 tuxedo]# git submodule update
remote: Counting objects: 219, done.
remote: Compressing objects: 100% (113/113), done.
remote: Total 212 (delta 190), reused 116 (delta 99)
Receiving objects: 100% (212/212), 33.33 KiB, done.
Resolving deltas: 100% (190/190), completed with 6 local objects.
From git://github.com/jbalogh/mozilla-product-details
   3e86dcc..920779e  master     -> origin/master
Submodule path 'inc/product-details/json': checked out '920779e42ab5614120f85abeae72f2171b77baa1'
[root@im-sentry01 tuxedo]# /etc/init.d/httpd restart
Stopping httpd:                                            [  OK  ]
Starting httpd: [Wed Aug 25 13:36:00 2010] [warn] NameVirtualHost *:80 has no VirtualHosts
                                                           [  OK  ]
[root@im-sentry01 tuxedo]# 

Done.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Thanks, Justin! Ben, if this did what you wanted it to, please verify.
Still not working...

Wenzel, are you sure the locales were the issue?
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
(In reply to comment #8)
> Still not working...
> 
> Wenzel, are you sure the locales were the issue?

No. Please file a Bouncer bug then describing what you were doing so I can try to reproduce. Does the problem also occur on bouncer stage?

I can take a look on Monday when I am back at work.

(Re-closing because the production update was done properly)
Status: REOPENED → RESOLVED
Closed: 14 years ago14 years ago
Resolution: --- → FIXED
Blocks: 591925
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.