ReferencePlatforms/BuildBot/Win32: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(tmp)
(changed instructions not to use buildbot installer)
Line 1: Line 1:
= Buildbot Reference Install Instructions - Win32 =
= Buildbot Reference Install Instructions - Win32 =
This document describes how to create a Buildbot reference install on Windows.
This document describes how to create a Buildbot reference install on Windows. You will need administrative privileges to complete this install.


== Prerequisites ==
* [[ReferencePlatforms/Win32 | Base win32 reference install]]
== Install Python ==
== Install Python ==
Download and install Python 2.4 from [http://www.python.org/ftp/python/2.4.4/python-2.4.4.msi here]
Download and install Python 2.4 from [http://www.python.org/ftp/python/2.4.4/python-2.4.4.msi here]
Line 8: Line 10:


== Install Python-Twisted ==
== Install Python-Twisted ==
Download and install Python-Twisted 2.4 from [http://tmrc.mit.edu/mirror/twisted/Twisted/2.4/Twisted_NoDocs-2.4.0.win32-py2.4.exe here]
Download and install Python-Twisted 2.4 from [http://tmrc.mit.edu/mirror/twisted/Twisted/2.4/Twisted_NoDocs-2.4.0.win32-py2.4.exe here]. This will also install the Zope-Interface package.
  87759eed35ddaed617e128fd6f34ea7c Twisted_NoDocs-2.4.0.win32-py2.4.exe
  87759eed35ddaed617e128fd6f34ea7c Twisted_NoDocs-2.4.0.win32-py2.4.exe


Line 15: Line 17:
  16d8d23fa6653bead0ab4d99b9bbfe23 pywin32-210.win32-py2.4.exe
  16d8d23fa6653bead0ab4d99b9bbfe23 pywin32-210.win32-py2.4.exe


== Run the installer ==
== Add Python to the path ==
This will install the following things:
Control Panel -> System -> Advanced -> Environment Variables. Find 'PATH' in the list of System variables and append ";d:\buildtools\python24
* Python 2.5
* Python-Twisted 2.5.0 (includes Zope-Interface)
* PyWin32 Build 210
* Buildbot (pulled from CVS on 03272007)


Note: This installer requires administrative privileges.
== Install Buildbot ==
 
cvs -d:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co mozilla/tools/buildbot
== Setup a slave ==
cd mozilla/tools/buildbot
The last page of the installer allows you to setup a slave. If you do not wish to do this at this time simply hit 'close'.
python setup.py build
python setup.py install

Revision as of 22:40, 9 April 2007

Buildbot Reference Install Instructions - Win32

This document describes how to create a Buildbot reference install on Windows. You will need administrative privileges to complete this install.

Prerequisites

Install Python

Download and install Python 2.4 from here Install it in "D:\buildtools\python24"

87759eed35ddaed617e128fd6f34ea7c Twisted_NoDocs-2.4.0.win32-py2.4.exe

Install Python-Twisted

Download and install Python-Twisted 2.4 from here. This will also install the Zope-Interface package.

87759eed35ddaed617e128fd6f34ea7c Twisted_NoDocs-2.4.0.win32-py2.4.exe

Install Python Win32 extensions

Download and install the Python win32 extensions from here

16d8d23fa6653bead0ab4d99b9bbfe23 pywin32-210.win32-py2.4.exe

Add Python to the path

Control Panel -> System -> Advanced -> Environment Variables. Find 'PATH' in the list of System variables and append ";d:\buildtools\python24

Install Buildbot

cvs -d:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co mozilla/tools/buildbot
cd mozilla/tools/buildbot
python setup.py build
python setup.py install