Closed
Bug 528840
Opened 13 years ago
Closed 13 years ago
Add entries for Firefox 3.6b3 & 3.6b4pre to Socorro
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: nthomas, Unassigned)
Details
Builds for 3.6b3 have just started, so we should add that and the new nightly version of 3.6b4pre to Socorro. Here's the SQL, a? morgamic INSERT INTO productdims (product, version, branch, release) VALUES ('Firefox','3.6b3', '1.9.2', 'milestone'); INSERT INTO productdims (product, version, branch, release) VALUES ('Firefox','3.6b4pre', '1.9.2', 'development'); INSERT INTO product_visibility (productdims_id,start_date,end_date) SELECT id, '2009-11-15' as start_date, '2010-02-13' as end_date FROM productdims WHERE product = 'Firefox' AND version = '3.6b3'; INSERT INTO product_visibility (productdims_id,start_date,end_date) SELECT id, '2009-11-15' as start_date, '2010-02-13' as end_date FROM productdims WHERE product = 'Firefox' AND version = '3.6b4pre'; or the whizzy new Admin control panel in Socorro v1.1.
Reporter | ||
Comment 1•13 years ago
|
||
This isn't required now, per ss on IRC. After submitting a crash for 3.6b3 and 3.6b4pre he was able to enable both version using the admin control panel.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
Updated•7 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
•