Closed Bug 508286 Opened 15 years ago Closed 15 years ago

add Firefox3.6 to graph server database

Categories

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

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: bhearsum, Assigned: fox2mike)

References

Details

Attachments

(1 file)

      No description provided.
This patch is based off of the '1.0' branch, which seems to be the one everyone is using.
Attachment #393176 - Flags: review?(anodelman)
Attachment #393176 - Flags: review?(anodelman) → review+
I'll be landing the patch, but it looks like somebody from IT needs to update the database with the following:

insert into machines values
(NULL,6,0,NULL,"Linux_mozilla-1.9.2",1,unix_timestamp());
insert into machines values
(NULL,6,0,NULL,"Linux_mozilla-1.9.2_leak_test",1,unix_timestamp());
insert into machines values
(NULL,7,0,NULL,"OS_X_10.5.2_mozilla-1.9.2",1,unix_timestamp());
insert into machines values
(NULL,7,0,NULL,"OS_X_10.5.2_mozilla-1.9.2_leak_test",1,unix_timestamp());
insert into machines values
(NULL,8,0,NULL,"WINNT_5.2_mozilla-1.9.2",1,unix_timestamp());
insert into machines values
(NULL,8,0,NULL,"WINNT_5.2_mozilla-1.9.2_leak_test",1,unix_timestamp());
Assignee: nobody → server-ops
Component: Graph Server → Server Operations
Product: Webtools → mozilla.org
QA Contact: graph.server → mrz
Comment on attachment 393176 [details] [diff] [review]
[checked in] add Firefox3.6 to the graph server database

changeset:   236:ede996898b0d
Attachment #393176 - Attachment description: add Firefox3.6 to the graph server database → [checked in] add Firefox3.6 to the graph server database
Queries run, all successful.
Assignee: server-ops → thardcastle
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Can we get this done on graphs-stage.mozilla.org too?
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Ok, ran on stage.
Status: REOPENED → RESOLVED
Closed: 15 years ago15 years ago
Resolution: --- → FIXED
Sorry to re-open this again, it looks like we still need to run:
insert into branches values (NULL,"Firefox3.6");
on both staging and production.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
mysql> insert into branches values (NULL,"Firefox3.6");
Query OK, 1 row affected (0.01 sec)

Done on prod.
Assignee: thardcastle → shyam
And on stage as well.
Status: REOPENED → RESOLVED
Closed: 15 years ago15 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.

Attachment

General

Created:
Updated:
Size: