Closed
Bug 633663
Opened 14 years ago
Closed 14 years ago
please insert the following into graphserver and staging-graphserver
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: lsblakk, Assigned: fox2mike)
References
Details
Attachments
(2 files)
insert into branches values (NULL,"Build-System");
insert into machines values (NULL,6,0,NULL,"Linux_build-system",1,unix_timestamp());
insert into machines values (NULL,6,0,NULL,"Linux_build-system_leak_test",1,unix_timestamp());
insert into machines values (NULL,6,0,NULL,"Linux_QT_build-system",1,unix_timestamp());
insert into machines values (NULL,6,0,NULL,"Linux_QT_build-system_leak_test",1,unix_timestamp());
insert into machines values (NULL,7,0,NULL,"OS_X_10.5.2_build-system",1,unix_timestamp());
insert into machines values (NULL,7,0,NULL,"OS_X_10.5.2_build-system_leak_test",1,unix_timestamp());
insert into machines values (NULL,8,0,NULL,"WINNT_5.2_build-system",1,unix_timestamp());
insert into machines values (NULL,8,0,NULL,"WINNT_5.2_build-system_leak_test",1,unix_timestamp());
insert into machines values (NULL,19,0,NULL,"WINNT_6.1_build-system",1,unix_timestamp());
insert into machines values (NULL,19,0,NULL,"WINNT_6.1_build-system_leak_test",1,unix_timestamp());
insert into machines values (NULL,17,0,NULL,"OS_X_10.6.2_build-system",1,unix_timestamp());
insert into machines values (NULL,17,0,NULL,"OS_X_10.6.2_build-system_leak_test",1,unix_timestamp());
insert into machines values (NULL,18,0,NULL,"Linux_x86-64_build-system",1,unix_timestamp());
insert into machines values (NULL,18,0,NULL,"Linux_x86-64_build-system_leak_test",1,unix_timestamp());
Reporter | ||
Comment 1•14 years ago
|
||
appologies, bugzilla messes up the formatting so I've attached a text file of the insert statements
Reporter | ||
Comment 2•14 years ago
|
||
And it just occurred to me that I could put both the new branches in this one bug, so here's another text file for another branch, services-central, which also needs to go into staging-graphserver and graphserver
thank you!
Assignee | ||
Comment 3•14 years ago
|
||
Going into staging first, once you confirm it's fine, I'll push it to prod.
Assignee: server-ops → shyam
Assignee | ||
Comment 4•14 years ago
|
||
Inserted into stage, verify and I'll be happy to make changes to prod too.
Reporter | ||
Comment 5•14 years ago
|
||
Verified in staging, please go ahead and insert both new branch names into production graphserver.
Assignee | ||
Comment 6•14 years ago
|
||
Done!
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•10 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
•