canmove, Confirmed users
2,850
edits
ChrisCooper (talk | contribs) No edit summary |
|||
| Line 650: | Line 650: | ||
if ERRORLEVEL 1 exit /b 1 | if ERRORLEVEL 1 exit /b 1 | ||
</nowiki></pre> | </nowiki></pre> | ||
=== Install pywin32 === | |||
<pre> | |||
# ssh Administrator@slave | |||
d:\mozilla-build\wget\wget.exe http://dev-stage01.build.mozilla.org/pub/mozilla.org/mozilla/libraries/win32/python/install_pywin32_python27.sh | |||
./install_pywin32_python27.sh | |||
</pre> | |||
===Run the slave through staging=== | ===Run the slave through staging=== | ||
see [[ReleaseEngineering:BuildSlaveSetup]] | see [[ReleaseEngineering:BuildSlaveSetup]] | ||