Confirmed users
3,990
edits
ChrisCooper (talk | contribs) |
No edit summary |
||
| Line 405: | Line 405: | ||
On Error Goto 0 | On Error Goto 0 | ||
</pre> | </pre> | ||
= | |||
= Post-re-imaging steps = | |||
Once one of these steps is already in the imaging process then you can move before the "Post-re-imaging steps" section. | |||
== Deploy the correct keys == | == Deploy the correct keys == | ||
* check in slavealloc if this machine is a try machine or a staging machine so you can remove the production keys and deploy the appropriate keys | * check in slavealloc if this machine is a try machine or a staging machine so you can remove the production keys and deploy the appropriate keys | ||
| Line 419: | Line 416: | ||
* {{bug|770506}} - We should verify this and file a bug for IT to fix it | * {{bug|770506}} - We should verify this and file a bug for IT to fix it | ||
** TODO meanwhile get work around for setting new slaves up | ** TODO meanwhile get work around for setting new slaves up | ||
== Deploy Windows SDK for Windows 8 == | |||
This can be deployed like this: | |||
<pre> | |||
C:\mozilla-build\wget\wget.exe https://github.com/armenzg/bearded-ironman/raw/master/win2008_64bit/install_windows_standalone_sdk_8.0.bat | |||
install_windows_standalone_sdk_8.0.bat | |||
</pre> | |||