canmove, Confirmed users
6,441
edits
m (→Add cygwin and Python to the path: fixed paths (ref platforms use d:\ for python/cygwin)) |
m (more path fixing) |
||
Line 34: | Line 34: | ||
python setup.py build | python setup.py build | ||
python setup.py install | python setup.py install | ||
Edit the 'buildbot.bat' file in | Edit the 'buildbot.bat' file in d:\buildtools\python24\scripts: | ||
@python | @python d:\buildtools\python24\scripts\buildbot %* | ||
== Install the Botrunner script == | == Install the Botrunner script == | ||
Line 43: | Line 43: | ||
cvs -d:pserver:anonymous@cvs.mozilla.org:/cvsroot co mozilla/tools/botrunner.py | cvs -d:pserver:anonymous@cvs.mozilla.org:/cvsroot co mozilla/tools/botrunner.py | ||
Using cmd.exe DOS prompt (do not use cygwin) | Using cmd.exe DOS prompt (do not use cygwin) | ||
cp MozBuild/Util.py | cp MozBuild/Util.py d:\buildtools\python24\Lib\site-packages | ||
cp MozBuild/botrunner.py | cp MozBuild/botrunner.py d:\buildtools\python24\scripts\botrunner.py |