canmove, Confirmed users
6,440
edits
Line 38: | Line 38: | ||
Install the KTS SSH server, copy the key from another machine | Install the KTS SSH server, copy the key from another machine | ||
5ea25269b460ac3b99a5495a6602210a *kts118.exe | 5ea25269b460ac3b99a5495a6602210a *kts118.exe | ||
= MozillaBuild = | |||
4c952845f1cd7d6ff15c73d18ba5743d *MozillaBuildSetup-1.4.exe | |||
* Install MozillaBuild through the installer with all the default options. | |||
* Start Menu -> Right click "Computer" -> Properties -> Advanced System Settings -> Environment Variables | |||
** Append "c:\mozilla-build\msys\bin;c:\mozilla-build\hg;c:\mozilla-build\vim\vim72" to the system PATH variable. | |||
= Buildbot/Talos toolchain = | = Buildbot/Talos toolchain = | ||
9cd2c4d23dea7dfcd964449c3008f042 *python-2.6.5.amd64.msi | 9cd2c4d23dea7dfcd964449c3008f042 *python-2.6.5.amd64.msi | ||
19bb3d33f27627688e3f3f7dc6cecb5f *Twisted-10.0.0.in32-py2.6.msi | 19bb3d33f27627688e3f3f7dc6cecb5f *Twisted-10.0.0.in32-py2.6.msi | ||
edc642a8cb2ec0657f5a4fc7a194fae8 *zope.interface-3.6.1-py2.6-win-amd64.zip | edc642a8cb2ec0657f5a4fc7a194fae8 *zope.interface-3.6.1-py2.6-win-amd64.zip | ||
d6c179981b72bdc095141d4cb0c5065a *pywin32-214.win-amd64-py2.6.exe | d6c179981b72bdc095141d4cb0c5065a *pywin32-214.win-amd64-py2.6.exe | ||
3133f0ff265207e1d642e87058df2147 *PyYAML-3.09.zip | 3133f0ff265207e1d642e87058df2147 *PyYAML-3.09.zip | ||
925a5d4d9b4a63ff1a473cc4d47f2f05 *unzip-5.51-1-bin.zip | 925a5d4d9b4a63ff1a473cc4d47f2f05 *unzip-5.51-1-bin.zip | ||
5003ef04cc60cb5ca0ff3181b013a384 *cvs-1-11-22.zip | 5003ef04cc60cb5ca0ff3181b013a384 *cvs-1-11-22.zip | ||
bd126a7b59d5d1f97ba89a3e71425731 *wget.exe | bd126a7b59d5d1f97ba89a3e71425731 *wget.exe | ||
5a3e9d30b906dadf54de0635522fd62c *coreutils-5.3.0.exe | 5a3e9d30b906dadf54de0635522fd62c *coreutils-5.3.0.exe | ||
c7bd4ed060dbb6164caa568a59fab835 *nircmd.zip | |||
* Info-Zip | * Info-Zip | ||
*# Download and extract [http://easynews.dl.sourceforge.net/sourceforge/gnuwin32/unzip-5.51-1-bin.zip Info-Zip] | *# Download and extract [http://easynews.dl.sourceforge.net/sourceforge/gnuwin32/unzip-5.51-1-bin.zip Info-Zip] | ||
Line 73: | Line 69: | ||
*# Download and install [http://superb-west.dl.sourceforge.net/sourceforge/gnuwin32/coreutils-5.3.0.exe Coreutils] | *# Download and install [http://superb-west.dl.sourceforge.net/sourceforge/gnuwin32/coreutils-5.3.0.exe Coreutils] | ||
*# Append 'c:\program files\gnuwin32\bin' to PATH. | *# Append 'c:\program files\gnuwin32\bin' to PATH. | ||
* Install python 2.6.5 with installer, use all defaults | |||
* Install twisted 10.0 with installer, use all defaults | |||
** Apply the process killing patch: | |||
wget -O prockill.patch https://bugzilla.mozilla.org/attachment.cgi?id=451277 | |||
cd c:\python26\lib\site-packages\twisted | |||
patch -p0 < c:\users\cltbld\prockill.patch | |||
* Install zope.interface 3.6.1: | |||
unzip zope.interface-3.6.1-py2.6-win-amd64.zip | |||
move zope c:\python26\lib\site-packages | |||
* Install pywin32 214 for py2.6/amd64 with installe, use all defaults | |||
* Install buildbot 0.8.0: | |||
hg clone http://hg.mozilla.org/build/buildbot | |||
cd buildbot | |||
hg up -r 6cce543c9b15 | |||
python setup.py install | |||
* Install pyyaml 3.09 | |||
unzip pyyaml-3.09.zip | |||
cd pyyaml-3.09 | |||
python setup.py install | |||
* nircmd.exe | |||
* sshd | |||
* tools repo | |||
== Apache == | == Apache == |