Closed
Bug 660041
Opened 14 years ago
Closed 14 years ago
Update waffle on sumo production
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jsocol, Assigned: jabba)
Details
We've just discovered an issue with Waffle that causes JS to break in Safari. The easy fix is to update Waffle directly:
cd vendor/src/django-waffle
git fetch origin
git checkout origin/master
It will be permanently updated in the vendor repo for the next SUMO push.
Updated•14 years ago
|
Assignee: server-ops → phong
| Assignee | ||
Comment 1•14 years ago
|
||
[root@mradm02 prod]# cd vendor/src/django-waffle/
[root@mradm02 django-waffle]# git fetch origin
remote: Counting objects: 12, done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 7 (delta 0), reused 7 (delta 0)
Unpacking objects: 100% (7/7), done.
From https://github.com/jsocol/django-waffle
984feb9..9cd660b master -> origin/master
[root@mradm02 django-waffle]# git checkout origin/master
Previous HEAD position was 984feb9... Bump
HEAD is now at 9cd660b... Merge pull request #12 from erikrose/switch-is-a-keyword
[root@mradm02 django-waffle]# /data/sumo/deploy
Do you really want to push SUMO and reload apache? [y/n] y
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•14 years ago
|
Assignee: phong → jdow
Updated•14 years ago
|
Status: RESOLVED → VERIFIED
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 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
•