Closed
Bug 462189
Opened 17 years ago
Closed 17 years ago
Add Firefox 3.0.4, 3.1b2pre, and 3.1b2 to Socorro crash stats
Categories
(mozilla.org Graveyard :: Server Operations, task)
mozilla.org Graveyard
Server Operations
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: samuel.sidler+old, Assigned: aravind)
Details
I really only *need* Firefox 3.1b2pre added right now, but while you're there you might as well add Firefox 3.0.4 and 3.1b2 since they're upcoming.
This blocks a good portion of Firefox 3.1 work (stability).
| Reporter | ||
Comment 1•17 years ago
|
||
Ted, I hear you can write the SQL for this?
Comment 2•17 years ago
|
||
Copy and paste the SQL yourself, slacker!
Comment 3•17 years ago
|
||
More helpfully, see bug 448527 comment 9.
Comment 4•17 years ago
|
||
OMG
Comment 5•17 years ago
|
||
insert into branches(product,version,branch) values('Firefox','3.2b1pre','1.9.1');
insert into branches(product,version,branch) values('Firefox','3.2b1','1.9.1');
3.0.4 already exists.
Updated•17 years ago
|
Assignee: server-ops → aravind
| Assignee | ||
Comment 6•17 years ago
|
||
Done.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 7•17 years ago
|
||
(In reply to comment #5)
> insert into branches(product,version,branch)
> values('Firefox','3.2b1pre','1.9.1');
> insert into branches(product,version,branch) values('Firefox','3.2b1','1.9.1');
Wrong. Aravind, please remove these entries.
insert into branches(product,version,branch) values('Firefox','3.1b2pre','1.9.1');
insert into branches(product,version,branch) values('Firefox','3.1b2','1.9.1');
Try that.
| Reporter | ||
Updated•17 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Reporter | ||
Comment 8•17 years ago
|
||
Oh, and now I need 3.0.5pre added as well.
insert into branches(product,version,branch) values('Firefox','3.0.5pre','1.9');
| Assignee | ||
Comment 9•17 years ago
|
||
Done.
Status: REOPENED → RESOLVED
Closed: 17 years ago → 17 years ago
Resolution: --- → FIXED
Comment 10•17 years ago
|
||
My bad.
Comment 11•17 years ago
|
||
"Firefox 3.2b1pre" is still listed.
^
Comment 12•17 years ago
|
||
delete from branches where product='Firefox' and version like '3.2%';
| Assignee | ||
Comment 13•17 years ago
|
||
Done.
Comment 14•17 years ago
|
||
Cool, thanks. It was Sam's fault.
Updated•11 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
•