Closed Bug 572709 Opened 14 years ago Closed 14 years ago

please insert mozilla-1.9.3 branch into production graphserver

Categories

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

x86
All
task
Not set
major

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: lsblakk, Assigned: fox2mike)

References

Details

Assignee: server-ops → shyam
Done! mysql> insert into branches values (NULL,"Firefox4.0"); Query OK, 1 row affected (0.01 sec) mysql> insert into machines values (NULL,6,0,NULL,"Linux_mozilla-1.9.3",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,6,0,NULL,"Linux_mozilla-1.9.3_leak_test",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,7,0,NULL,"OS_X_10.5.2_mozilla-1.9.3",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,7,0,NULL,"OS_X_10.5.2_mozilla-1.9.3_leak_test",1,unix_timestamp()); Query OK, 1 row affected (0.01 sec) mysql> insert into machines values (NULL,8,0,NULL,"WINNT_5.2_mozilla-1.9.3",1,unix_timestamp()); Query OK, 1 row affected (0.03 sec) mysql> insert into machines values (NULL,8,0,NULL,"WINNT_5.2_mozilla-1.9.3_leak_test",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,17,0,NULL,"OS_X_10.6.2_mozilla-1.9.3",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,17,0,NULL,"OS_X_10.6.2_mozilla-1.9.3_leak_test",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,18,0,NULL,"Linux_x86-64_mozilla-1.9.3",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,18,0,NULL,"Linux_x86-64_mozilla-1.9.3_leak_test",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec)
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
sorry, the branch got renamed - can you please run the following update statements: https://bugzilla.mozilla.org/attachment.cgi?id=452796
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Done. mysql> update machines set name = "Linux_mozilla-2.0" where name = "Linux_mozilla-1.9.3"; Query OK, 1 row affected (0.01 sec) Rows matched: 1 Changed: 1 Warnings: 0 mysql> update machines set name= "Linux_mozilla-2.0_leak_test" where name = "Linux_mozilla-1.9.3_leak_test"; Query OK, 1 row affected (0.00 sec) Rows matched: 1 Changed: 1 Warnings: 0 mysql> update machines set name= "OS_X_10.5.2_mozilla-2.0" where name = "OS_X_10.5.2_mozilla-1.9.3"; Query OK, 1 row affected (0.00 sec) Rows matched: 1 Changed: 1 Warnings: 0 mysql> update machines set name = "OS_X_10.5.2_mozilla-2.0_leak_test" where name = "OS_X_10.5.2_mozilla-1.9.3_leak_test"; Query OK, 1 row affected (0.00 sec) Rows matched: 1 Changed: 1 Warnings: 0 mysql> update machines set name = "WINNT_5.2_mozilla-2.0" where name = "WINNT_5.2_mozilla-1.9.3"; Query OK, 1 row affected (0.00 sec) Rows matched: 1 Changed: 1 Warnings: 0 mysql> update machines set name = "WINNT_5.2_mozilla-2.0_leak_test" where name = "WINNT_5.2_mozilla-1.9.3_leak_test"; Query OK, 1 row affected (0.00 sec) Rows matched: 1 Changed: 1 Warnings: 0 mysql> update machines set name = "OS_X_10.6.2_mozilla-2.0" where name = "WINNT_5.2_mozilla-1.9.3_leak_test"; Query OK, 0 rows affected (0.00 sec) Rows matched: 0 Changed: 0 Warnings: 0 mysql> update machines set name = "OS_X_10.6.2_mozilla-2.0_leak_test" where name = "OS_X_10.6.2_mozilla-1.9.3_leak_test"; Query OK, 1 row affected (0.00 sec) Rows matched: 1 Changed: 1 Warnings: 0 mysql> update machines set name = "Linux_x86-64_mozilla-2.0" where name = "Linux_x86-64_mozilla-1.9.3"; Query OK, 1 row affected (0.00 sec) Rows matched: 1 Changed: 1 Warnings: 0 mysql> update machines set name = "Linux_x86-64_mozilla-2.0_leak_test" where name = "Linux_x86-64_mozilla-1.9.3_leak_test"; Query OK, 1 row affected (0.01 sec) Rows matched: 1 Changed: 1 Warnings: 0
Status: REOPENED → RESOLVED
Closed: 14 years ago14 years ago
Resolution: --- → FIXED
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.