Closed
Bug 664113
Opened 14 years ago
Closed 14 years ago
please run the following sql on graphs.m.o and graphs-stage.m.o
Categories
(Data & BI Services Team :: DB: MySQL, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bhearsum, Assigned: fox2mike)
References
Details
insert into branches values (NULL,"Mozilla-Release");
insert into branches values (NULL,"Mozilla-Release-Release");
| Assignee | ||
Comment 1•14 years ago
|
||
Mozilla-Release-Release-Release-Release! :D
Done!
Assignee: server-ops-database → shyam
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 2•14 years ago
|
||
Whoops, I forgot about the other set of inserts. Sorry to re-open, but can you also run:
insert into machines values (NULL,6,0,NULL,"Linux_mozilla-release",1,unix_timestamp());
insert into machines values (NULL,6,0,NULL,"Linux_mozilla-release_leak_test",1,unix_timestamp());
insert into machines values (NULL,6,0,NULL,"Linux_QT_mozilla-release",1,unix_timestamp());
insert into machines values (NULL,6,0,NULL,"Linux_QT_mozilla-release_leak_test",1,unix_timestamp());
insert into machines values (NULL,7,0,NULL,"OS_X_10.5.2_mozilla-release",1,unix_timestamp());
insert into machines values (NULL,7,0,NULL,"OS_X_10.5.2_mozilla-release_leak_test",1,unix_timestamp());
insert into machines values (NULL,8,0,NULL,"WINNT_5.2_mozilla-release",1,unix_timestamp());
insert into machines values (NULL,8,0,NULL,"WINNT_5.2_mozilla-release_leak_test",1,unix_timestamp());
insert into machines values (NULL,19,0,NULL,"WINNT_6.1_mozilla-release",1,unix_timestamp());
insert into machines values (NULL,19,0,NULL,"WINNT_6.1_mozilla-release_leak_test",1,unix_timestamp());
insert into machines values (NULL,17,0,NULL,"OS_X_10.6.2_mozilla-release",1,unix_timestamp());
insert into machines values (NULL,17,0,NULL,"OS_X_10.6.2_mozilla-release_leak_test",1,unix_timestamp());
insert into machines values (NULL,18,0,NULL,"Linux_x86-64_mozilla-release",1,unix_timestamp());
insert into machines values (NULL,18,0,NULL,"Linux_x86-64_mozilla-release_leak_test",1,unix_timestamp());
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 3•14 years ago
|
||
Done.
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 4•14 years ago
|
||
I just posted to graphs-stage successfully, thanks!
Status: RESOLVED → VERIFIED
Updated•11 years ago
|
Product: mozilla.org → Data & BI Services Team
You need to log in
before you can comment on or make changes to this bug.
Description
•