Closed
Bug 457204
Opened 17 years ago
Closed 17 years ago
Add SeaMonkey 2.0a1 and 2.0a2pre to crash-stats.m.c
Categories
(mozilla.org Graveyard :: Server Operations, task)
mozilla.org Graveyard
Server Operations
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: kairo, Assigned: aravind)
Details
SeaMonkey has cut 2.0a1 and changed the trunk to 2.0a2pre, both those versions should be added to crash-stats.m.c so people can search for them.
Updated•17 years ago
|
Assignee: server-ops → aravind
Assignee | ||
Comment 1•17 years ago
|
||
Can someone get me the sql that needs to be run here??
Comment 2•17 years ago
|
||
Kairo:
copy and modify the statements from bug 448527 comment 11.
![]() |
Reporter | |
Comment 3•17 years ago
|
||
aravind:
I derive those statements from Ted's comments:
insert into branches(product,version,branch) values('SeaMonkey','2.0a1','1.9.1');
insert into branches(product,version,branch)
values('SeaMonkey','2.0a2pre','1.9.1');
Assignee | ||
Comment 4•17 years ago
|
||
Done.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
![]() |
Reporter | |
Comment 5•17 years ago
|
||
verified, I see those versions appearing in the query form now.
Status: RESOLVED → VERIFIED
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
•