Closed
Bug 596030
Opened 15 years ago
Closed 15 years ago
Run AMO blocklist query to block personas 1.6 for 3.6.*
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: morgamic, Assigned: oremj)
Details
Need to run the query from blocklist.sql in bug 590978.
Query's here:
https://bugzilla.mozilla.org/attachment.cgi?id=474747
r=rob_strong
Comment 1•15 years ago
|
||
I am fine with pushing this when ready.
Assignee | ||
Updated•15 years ago
|
Assignee: server-ops → jeremy.orem+bugs
Reporter | ||
Comment 2•15 years ago
|
||
Sorry, this is the right attachment:
https://bug590978.bugzilla.mozilla.org/attachment.cgi?id=474900
Assignee | ||
Comment 3•15 years ago
|
||
mysql> insert into blitems (guid, min, max) values ('personas@christopher.beard', '1.6', '1.6');
Query OK, 1 row affected (0.04 sec)
mysql> insert into blapps (guid, blitem_id, min, max) values ('{ec8030f7-c20a-464f-9b0e-13a3a9e97384}', (select max(id) from blitems where guid='personas@christopher.beard'), '3.6', '3.6.*');
Query OK, 1 row affected (0.00 sec)
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
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
•