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)

task
Not set
major

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).
Ted, I hear you can write the SQL for this?
Copy and paste the SQL yourself, slacker!
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.
Assignee: server-ops → aravind
Done.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
(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.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Oh, and now I need 3.0.5pre added as well. insert into branches(product,version,branch) values('Firefox','3.0.5pre','1.9');
Done.
Status: REOPENED → RESOLVED
Closed: 17 years ago17 years ago
Resolution: --- → FIXED
My bad.
"Firefox 3.2b1pre" is still listed. ^
delete from branches where product='Firefox' and version like '3.2%';
Done.
Cool, thanks. It was Sam's fault.
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.