Closed Bug 504151 Opened 15 years ago Closed 15 years ago

Add SeaMonkey 2.0b1, 2.0b2pre and 2.1a1pre to crash-stats.m.c

Categories

(mozilla.org Graveyard :: Server Operations, task)

task
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: kairo, Assigned: mrz)

References

Details

SeaMonkey is about to released 2.0b1 and change the 1.9.1-based builds to 2.0b2pre, mozilla-central-based builds are already using a 2.1a1pre version, all those versions should be added to crash-stats.m.c so people can search for them.

SQL statements:

insert into branches(product,version,branch)
values('SeaMonkey','2.0b1','1.9.1');
insert into branches(product,version,branch)
values('SeaMonkey','2.0b2pre','1.9.1');
insert into branches(product,version,branch)
values('SeaMonkey','2.1a1pre','1.9.2');
Blocks: SM2.0b1
No longer depends on: 479126
Assignee: server-ops → mrz
All set.

breakpad=# insert into branches(product,version,branch)
breakpad-# values('SeaMonkey','2.0b1','1.9.1');
INSERT 0 1
breakpad=# insert into branches(product,version,branch)
breakpad-# values('SeaMonkey','2.0b2pre','1.9.1');
INSERT 0 1
breakpad=# insert into branches(product,version,branch)
breakpad-# values('SeaMonkey','2.1a1pre','1.9.2');
INSERT 0 1
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Thanks, seems to work fine!
Status: RESOLVED → VERIFIED
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.