ReferencePlatforms/BuildBot/Win32: Difference between revisions

m
more path fixing
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 c:\buildtools\python24\scripts:
Edit the 'buildbot.bat' file in d:\buildtools\python24\scripts:
  @python c:\buildtools\python24\scripts\buildbot %*
  @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 c:\buildtools\python24\Lib\site-packages
  cp MozBuild/Util.py d:\buildtools\python24\Lib\site-packages
  cp MozBuild/botrunner.py c:\buildtools\python24\scripts\botrunner.py
  cp MozBuild/botrunner.py d:\buildtools\python24\scripts\botrunner.py
canmove, Confirmed users
6,441

edits