Closed
Bug 655073
Opened 15 years ago
Closed 15 years ago
Remove talos-r3-w7-040 from slavealloc as it doesn't exist
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: armenzg, Assigned: dustin)
Details
Dustin could you please remove this slave when you have a chance? (or give me details on how to do it).
The slave does not exist anymore.
See bug 593852 for more details.
| Assignee | ||
Comment 1•15 years ago
|
||
The easiest way is just to do an SQL query in the mysql tool. I'll do it.
| Assignee | ||
Comment 2•15 years ago
|
||
mysql> select * from slaves where name = 'talos-r3-w7-040';
+---------+-----------------+----------+--------+---------+-----------+------+---------+-------+--------+----------------+-----------------+---------+------------------+
| slaveid | name | distroid | bitsid | speedid | purposeid | dcid | trustid | envid | poolid | basedir | locked_masterid | enabled | current_masterid |
+---------+-----------------+----------+--------+---------+-----------+------+---------+-------+--------+----------------+-----------------+---------+------------------+
| 910 | talos-r3-w7-040 | 8 | 1 | 1 | 4 | 7 | 4 | 2 | 11 | c:\talos-slave | NULL | 1 | NULL |
+---------+-----------------+----------+--------+---------+-----------+------+---------+-------+--------+----------------+-----------------+---------+------------------+
1 row in set (0.11 sec)
mysql> delete from slaves where name = 'talos-r3-w7-040';
Query OK, 1 row affected (0.03 sec)
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•