Closed
Bug 567352
Opened 15 years ago
Closed 15 years ago
Update Tuxedo prod
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: wenzel, Assigned: oremj)
Details
Similarly to the staging update in bug 567344, please update production tuxedo as follows (neither sentry nor the bounce script are affected):
* svn up # sic. I don't know why prod runs off SVN instead of git.
* pip install -r requirements.txt -U # from the tuxedo virtualenv
Then kick Apache.
Thanks!
Comment 1•15 years ago
|
||
I did a git pull, but I guess this is oremj's domain, since it's all different.
[root@im-sentry01 tuxedo]# git pull origin master
remote: Counting objects: 49, done.
remote: Compressing objects: 100% (36/36), done.
remote: Total 36 (delta 25), reused 0 (delta 0)
Unpacking objects: 100% (36/36), done.
From git://github.com/fwenzel/tuxedo
* branch master -> FETCH_HEAD
Updating 19ea97f..acec252
Fast-forward
apps/api/tests/test_products.py | 10 ++++++++++
apps/mirror/models.py | 2 +-
requirements.txt | 2 +-
sentry/sentry.pl | 20 +++++++++++++++-----
sentry/sentryviewer/index.cgi | 11 +++++++----
settings.py | 2 ++
6 files changed, 36 insertions(+), 11 deletions(-)
Sigh.
Assignee: server-ops → jeremy.orem+bugs
| Assignee | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 2•15 years ago
|
||
Thanks, Shyam and Jeremy, looks like it worked as expected.
Status: RESOLVED → VERIFIED
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•7 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•