Closed
Bug 508286
Opened 16 years ago
Closed 16 years ago
add Firefox3.6 to graph server database
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: fox2mike)
References
Details
Attachments
(1 file)
|
538 bytes,
patch
|
anodelman
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Reporter | ||
Comment 1•16 years ago
|
||
This patch is based off of the '1.0' branch, which seems to be the one everyone is using.
Attachment #393176 -
Flags: review?(anodelman)
Updated•16 years ago
|
Attachment #393176 -
Flags: review?(anodelman) → review+
| Reporter | ||
Comment 2•16 years ago
|
||
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
| Reporter | ||
Comment 3•16 years ago
|
||
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: 16 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 5•16 years ago
|
||
Can we get this done on graphs-stage.mozilla.org too?
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Ok, ran on stage.
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 7•16 years ago
|
||
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 → ---
| Assignee | ||
Comment 8•16 years ago
|
||
mysql> insert into branches values (NULL,"Firefox3.6");
Query OK, 1 row affected (0.01 sec)
Done on prod.
Assignee: thardcastle → shyam
| Assignee | ||
Comment 9•16 years ago
|
||
And on stage as well.
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
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
•