Closed
Bug 504526
Opened 16 years ago
Closed 16 years ago
Add Thunderbird 3.0b3 and 3.0b4pre to crash-stats.m.c
Categories
(mozilla.org Graveyard :: Server Operations, task)
mozilla.org Graveyard
Server Operations
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Usul, Assigned: fox2mike)
References
Details
+++ This bug was initially created as a clone of Bug #479123 +++
Please add Thunderbird 3.0b3 and 3.0b4pre to the crash-stats version list.
Adapted from other bugs, the sql should be:
insert into branches(product,version,branch)
values('Thunderbird','3.0b3','1.9.1');
Assignee | ||
Updated•16 years ago
|
Assignee: server-ops → shyam
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•16 years ago
|
||
breakpad=# insert into branches(product,version,branch)
breakpad-# values('Thunderbird','3.0b3','1.9.1');
INSERT 0 1
All done.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•16 years ago
|
||
Okay, I just noticed the subject said 3.0b3 AND 3.0b4pre, would you like me to add the second on as well?
Reporter | ||
Comment 3•16 years ago
|
||
(In reply to comment #2)
> Okay, I just noticed the subject said 3.0b3 AND 3.0b4pre, would you like me to
> add the second on as well?
Please.
Assignee | ||
Comment 4•16 years ago
|
||
Just to confirm,
insert into branches(product,version,branch)
values('Thunderbird','3.0b4pre','1.9.1');
is correct?
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Reporter | ||
Comment 5•16 years ago
|
||
(In reply to comment #4)
> Just to confirm,
>
> insert into branches(product,version,branch)
> values('Thunderbird','3.0b4pre','1.9.1');
>
> is correct?
Yes - sorry my comment #0 should have been clearer.
Assignee | ||
Comment 6•16 years ago
|
||
breakpad=# insert into branches(product,version,branch)
values('Thunderbird','3.0b4pre','1.9.1');
INSERT 0 1
Now we're all done :)
(In reply to comment #5)
> Yes - sorry my comment #0 should have been clearer.
Not a problem. Have a good one!
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 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
•