Closed
Bug 505893
Opened 16 years ago
Closed 16 years ago
Add new branches to graph server database
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: catlee, Assigned: justdave)
References
Details
Attachments
(1 file)
420 bytes,
patch
|
nthomas
:
review+
|
Details | Diff | Splinter Review |
Please run the additions to the machines table in bug 504435 against the production graph server database.
This works out to:
insert into machines values (NULL,6,0,NULL,"Linux_tracemonkey_leak_test",1,unix_timestamp());
insert into machines values (NULL,6,0,NULL,"Linux_places",1,unix_timestamp());
insert into machines values (NULL,6,0,NULL,"Linux_places_leak_test",1,unix_timestamp());
insert into machines values (NULL,6,0,NULL,"Linux_electrolysis",1,unix_timestamp());
insert into machines values (NULL,6,0,NULL,"Linux_electrolysis_leak_test",1,unix_timestamp());
insert into machines values (NULL,7,0,NULL,"OS_X_10.5.2_tracemonkey_leak_test",1,unix_timestamp());
insert into machines values (NULL,7,0,NULL,"OS_X_10.5.2_places",1,unix_timestamp());
insert into machines values (NULL,7,0,NULL,"OS_X_10.5.2_places_leak_test",1,unix_timestamp());
insert into machines values (NULL,7,0,NULL,"OS_X_10.5.2_electrolysis",1,unix_timestamp());
insert into machines values (NULL,7,0,NULL,"OS_X_10.5.2_electrolysis_leak_test",1,unix_timestamp());
insert into machines values (NULL,8,0,NULL,"WINNT_5.2_tracemonkey",1,unix_timestamp());
insert into machines values (NULL,8,0,NULL,"WINNT_5.2_tracemonkey_leak_test",1,unix_timestamp());
insert into machines values (NULL,8,0,NULL,"WINNT_5.2_places",1,unix_timestamp());
insert into machines values (NULL,8,0,NULL,"WINNT_5.2_places_leak_test",1,unix_timestamp());
insert into machines values (NULL,8,0,NULL,"WINNT_5.2_electrolysis",1,unix_timestamp());
insert into machines values (NULL,8,0,NULL,"WINNT_5.2_electrolysis_leak_test",1,unix_timestamp());
Assignee | ||
Updated•16 years ago
|
Assignee: server-ops → justdave
Assignee | ||
Comment 1•16 years ago
|
||
Done.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 2•16 years ago
|
||
Attachment #390380 -
Flags: review?(nthomas)
Updated•16 years ago
|
Attachment #390380 -
Flags: review?(nthomas) → review+
Comment 3•16 years ago
|
||
Comment on attachment 390380 [details] [diff] [review]
[Checked in]add electrolysis branch
changeset: 228:b03ca948539a
Attachment #390380 -
Attachment description: add electrolysis branch → [Checked in]add electrolysis branch
Comment 4•16 years ago
|
||
Trailing branch name fix pushed my justdave to production graph server db.
Updated•11 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•