ReferencePlatforms/Test/Vista: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 52: Line 52:
*# Append 'c:\program files\gnuwin32\bin' to PATH.
*# Append 'c:\program files\gnuwin32\bin' to PATH.
* [http://tmrc.mit.edu/mirror/twisted/Twisted/2.4/Twisted_NoDocs-2.4.0.win32-py2.4.exe Twisted 2.4.0] (Includes zope-interface)
* [http://tmrc.mit.edu/mirror/twisted/Twisted/2.4/Twisted_NoDocs-2.4.0.win32-py2.4.exe Twisted 2.4.0] (Includes zope-interface)
== Buildbot ==
cvs -d:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co -d buildbot mozilla/tools/buildbot
cd buildbot
c:\python24\python setup.py build
c:\python24\python setup.py install
Change the contents of c:\python24\scripts\buildbot.bat to '@python c:\python24\scripts\buildbot %*
== Setting up a Buildbot Slave ==
How to setup a Buildbot Talos slave (replace the master.host, username, and password with the correct values)
cd c:\
mkdir talos-slave
buildbot create-slave talos-slave master.host:9989 username password
You should then start the slave once to create the proper directory structure.
buildbot start talos-slave
buildbot stop talos-slave
canmove, Confirmed users
6,441

edits