Closed Bug 532909 Opened 15 years ago Closed 15 years ago

Add SeaMonkey 2.0.1 and 2.0.2pre to crash-stats.m.c

Categories

(SeaMonkey :: Project Organization, defect)

SeaMonkey 2.0 Branch
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: kairo, Assigned: kairo)

References

Details

SeaMonkey is releasing the 2.0.1 security update this month and the 1.9.1-based builds will be changed to 2.0.2pre, so those versions should be added to crash-stats.m.c for people to search for them. SQL statements: INSERT INTO productdims (product, version, branch, release) VALUES ('SeaMonkey','2.0.1','1.9.1','major'); INSERT INTO productdims (product, version, branch, release) VALUES ('SeaMonkey','2.0.2pre','1.9.1','development'); INSERT INTO product_visibility (productdims_id,start_date,end_date) SELECT id, '2009-12-15' as start_date, '2010-02-15' as end_date FROM productdims WHERE product = 'SeaMonkey' AND version = '2.0.1'; INSERT INTO product_visibility (productdims_id,start_date,end_date) SELECT id, '2009-12-05' as start_date, '2010-02-05' as end_date FROM productdims WHERE product = 'SeaMonkey' AND version = '2.0.2pre'; I crafted those statements after what Standard8 came up with the last time in bug 521397 comment #9 - I hope I got it and esp. the dates right (I expect to start builds today, which will start the 2.0.2pre cycle, and release is expected on December 15th).
KaiRo, you don't need to file bugs on this anymore. You can do this yourself (because you're a member of the security group) using the Administration part of crash-stats.mozilla.com (login link is at the bottom of the page). If your access doesn't work, please file a bug against Server Ops and they can make sure it gets hooked up for you.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
Good to know, thanks for telling me, Sam, being able to do it myself is appreciated a lot! Still, I need the bug then to track what work I need to do myself, but I can move it to SeaMonkey and assign to myself ;-)
Assignee: server-ops → nobody
Status: RESOLVED → REOPENED
Component: Server Operations → Project Organization
Product: mozilla.org → SeaMonkey
QA Contact: mrz → organization
Resolution: INVALID → ---
Version: other → SeaMonkey 2.0 Branch
Status: REOPENED → ASSIGNED
Depends on: 533955
I can't get past the login, so I filed bug 533955 to get access.
OK, those versions have been added now that I have access.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago15 years ago
Resolution: --- → FIXED
Assignee: nobody → kairo
You need to log in before you can comment on or make changes to this bug.