Closed Bug 621034 Opened 14 years ago Closed 14 years ago

Get new machines rows for SeaMonkey added to production graph server DB

Categories

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

task
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: kairo, Assigned: justdave)

References

Details

In bug 619729, we found out we need a few rows added to the machines table on the production graph server DB. Below are those SQL commands that still need to be executed to bring production up to what we now have in the SQL file on hg (no linebreaks inside the insert statements, if any appear here, it's Bugzilla's fault):

insert into machines values (NULL,8,0,NULL,"WINNT_5.2_comm-1.9.1",1,unix_timestamp());
insert into machines values (NULL,8,0,NULL,"WINNT_5.2_comm-central",1,unix_timestamp());
insert into machines values (NULL,17,0,NULL,"OS_X_10.6_comm-central-trunk",1,unix_timestamp());
insert into machines values (NULL,17,0,NULL,"OS_X_10.6_comm-central-trunk_leak_test",1,unix_timestamp());
insert into machines values (NULL,18,0,NULL,"Linux_x86-64_comm-1.9.1",1,unix_timestamp());
insert into machines values (NULL,18,0,NULL,"Linux_x86-64_comm-central-trunk",1,unix_timestamp());
insert into machines values (NULL,18,0,NULL,"Linux_x86-64_comm-central-trunk_leak_test",1,unix_timestamp());

Please get those executed on the production DB. Thanks a lot!
Assignee: server-ops → justdave
Ping to push to production.
Done.

FYI, this only takes a minute to do - frequently gets quicker attention if you ping me about it on IRC after you file the bug (especially during a holiday week when I'm not paying attention much ;)
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey/1293673860.1293681319.29946.gz&fulltext=1
Linux x86-64 comm-central-trunk build on 2010/12/29 17:51:00
{
======== BuildStep started ========
graph server post results complete
=== Output ===
...
program finished with exit code 0
}

V.Fixed
Status: RESOLVED → VERIFIED
No longer blocks: 622073
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.