Closed
Bug 731412
Opened 14 years ago
Closed 14 years ago
[Firefox Flicks] Additions to ADMINS hash in settings/local.py
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Infrastructure & Operations Graveyard
WebOps: Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ckoehler, Assigned: jd)
Details
On dev and stage, please add Stephen Donner (sdonner@mozilla.com) and Raymond (retornam@mozilla.com) to ADMIN hash in flicks/settings/local.py so they can receive traceback emails.
| Assignee | ||
Comment 1•14 years ago
|
||
Done
Assignee: server-ops → jcrowe
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 2•14 years ago
|
||
JD, Stephen says he's not getting traceback emails on stage. Will you investigate?
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 3•14 years ago
|
||
Christie,
From 'cat firefox-flicks/flicks/settings/local.py | grep -a5 ADMINS'
# Recipients of traceback emails and other notifications.
ADMINS = (
# ('Your Name', 'your_email@domain.com'),
('Michael Kelly', 'mkelly@mozilla.com'),
('Jennifer Fong', 'jfong@mozilla.com'),
('Fred Wenzel', 'fwenzel@mozilla.com'),
('Stephen Donner', 'sdonner@mozilla.com'),
('Raymond Etornam Agbeame', 'retornam@mozilla.com'),
)
MANAGERS = ADMINS
Perhaps this is not the correct email address? Is anyone else on the list getting tracebacks?
Regards
Comment 4•14 years ago
|
||
Jason, I started getting these this morning (around 9am); dunno what changed, but this is fine for me. Re-resolving as FIXED; thanks!
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 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
•