Closed Bug 587141 Opened 14 years ago Closed 14 years ago

Please land the following release branches in production graphs DB

Categories

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

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: armenzg, Assigned: fox2mike)

References

Details

insert into branches values (NULL,"Firefox3.0-Release");
insert into branches values (NULL,"Firefox3.5-Release");
insert into branches values (NULL,"Firefox3.6-Release");
insert into branches values (NULL,"Firefox4.0-Release");
Assignee: server-ops → justdave
Production?
Assignee: justdave → shyam
Yes, please.
Cool, would be nice if the bug mentioned it :) Just so that we're clear where it needs to go.
Summary: Please land the following release branches in graphs DB → Please land the following release branches in production graphs DB
One failure, is that okay?

mysql> insert into branches values (NULL,"Firefox3.0-Release");
Query OK, 1 row affected (0.01 sec)

mysql> insert into branches values (NULL,"Firefox3.5-Release");
Query OK, 1 row affected (0.00 sec)

mysql> insert into branches values (NULL,"Firefox3.6-Release");
ERROR 1062 (23000): Duplicate entry 'Firefox3.6-Release' for key 2

mysql> insert into branches values (NULL,"Firefox4.0-Release");
Query OK, 1 row affected (1.11 sec)
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.