Closed
Bug 566439
Opened 16 years ago
Closed 16 years ago
Update addons.mozilla.org on 5/18 @ 4pm
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: clouserw, Assigned: oremj)
Details
(Whiteboard: 05/18/2010 @ 4pm)
There are a couple of small bugs we'd like to fix tomorrow. The reason for the off-milestone push is bug 566078 affecting mobile devices.
This push includes AMO and SAMO.
I'll have instructions tomorrow, but I expect this will just be a normal `git pull` with no other steps. Thanks!
Updated•16 years ago
|
Flags: needs-downtime+
Whiteboard: 05/18/2010 @ 4pm
Comment 1•16 years ago
|
||
User facing downtime?
| Reporter | ||
Comment 2•16 years ago
|
||
(In reply to comment #1)
> User facing downtime?
Shouldn't be any
Comment 3•16 years ago
|
||
Steps:
pip install -i https://hudson.mozilla.org/pypi/ tower==0.3.1
git checkout next
restart mod_wsgi
| Assignee | ||
Updated•16 years ago
|
Assignee: server-ops → jeremy.orem+bugs
| Assignee | ||
Comment 4•16 years ago
|
||
[root@mradm02 zamboni]# git pull
remote: Counting objects: 543, done.
remote: Compressing objects: 100% (225/225), done.
remote: Total 377 (delta 252), reused 233 (delta 128)
Receiving objects: 100% (377/377), 77.38 KiB, done.
Resolving deltas: 100% (252/252), completed with 76 local objects.
From git://github.com/jbalogh/zamboni
d3848be..0bd2946 gh-pages -> origin/gh-pages
8ac7823..037ce80 master -> origin/master
f49a7b3..fe6be73 next -> origin/next
Updating f49a7b3..fe6be73
Fast-forward
apps/addons/buttons.py | 7 +++++--
apps/addons/tests/test_buttons.py | 12 +++++++++++-
apps/api/templates/api/includes/addon.xml | 7 ++-----
apps/api/tests.py | 10 ++++++++++
apps/cake/backends.py | 3 ++-
apps/cake/fixtures/cake/sessions.json | 13 +++++++++++--
apps/cake/tests.py | 7 +++++++
apps/files/models.py | 4 +++-
apps/files/tests.py | 5 ++---
apps/stats/cron.py | 2 +-
10 files changed, 54 insertions(+), 16 deletions(-)
[root@mradm02 zamboni]# git status
# On branch next
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# settings_local_mpt.py
nothing added to commit but untracked files present (use "git add" to track)
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
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
•