Closed
Bug 641604
Opened 14 years ago
Closed 14 years ago
Run SQL to blocklist certain NVIDIA drivers
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: fligtar, Assigned: oremj)
References
Details
Please run this SQL from bug 639698 on AMO production to blocklist some graphics drivers. The block has been tested in staging.
INSERT INTO `blgfxdrivers` VALUES (NULL, NULL, 'WINNT 5.1', '0x10de', '', 'DIRECT3D_9_LAYERS', 'BLOCKED_DRIVER_VERSION', '7.0.0.0', 'GREATER_THAN_OR_EQUAL', NOW(), NOW());
Thanks
Updated•14 years ago
|
Assignee: server-ops → jeremy.orem+bugs
Assignee | ||
Comment 1•14 years ago
|
||
INSERT INTO `blgfxdrivers` VALUES (NULL, NULL, 'WINNT 5.1', '0x10de', '',
'DIRECT3D_9_LAYERS', 'BLOCKED_DRIVER_VERSION', '7.0.0.0',
'GREATER_THAN_OR_EQUAL', NOW(), NOW());
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•