Closed
Bug 1129276
Opened 10 years ago
Closed 10 years ago
Update HG on Windows slaves.
Categories
(SeaMonkey :: Release Engineering, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ewong, Assigned: ewong)
Details
Our Windows slaves need to have their Mercurial upgraded as the current
version (1.7.5) is having trouble with checking out m-r and m-b.
Comment 1•10 years ago
|
||
So as per: http://callek.pastebin.mozilla.org/8532128
When vnc'd in as seabld:
windows start->run:
runas /user:Administrator "cmd"
SET PATH=D:\mozilla-build\nsis-2.46u;D:\mozilla-build\python27;D:\mozilla-build\buildbotve\scripts;D:\mozilla-build\msys\local\bin;d:\mozilla-build\wget;d:\mozilla-build\7zip;d:\mozilla-build\blat261\full;d:\mozilla-build\python25;d:\mozilla-build\svn-win32-1.6.3\bin;d:\mozilla-build\upx203w;d:\mozilla-build\emacs-22.3\bin;d:\mozilla-build\info-zip;d:\mozilla-build\nsis-2.22;d:\mozilla-build\nsis-2.33u;d:\mozilla-build\hg;d:\mozilla-build\python25\Scripts;d:\mozilla-build\kdiff3;d:\mozilla-build\vim\vim72;d:\mozilla-build\yasm;.;D:\mozilla-build\msys\local\bin;D:\mozilla-build\msys\mingw\bin;D:\mozilla-build\msys\bin;d:\sdks\v7.0\bin;d:\msvs8\Common7\IDE;d:\msvs8\VC\BIN;d:\msvs8\Common7\Tools;d:\msvs8\Common7\Tools\bin;d:\msvs8\VC\PlatformSDK\bin;d:\msvs8\SDK\v2.0\bin;c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727;d:\msvs8\VC\VCPackages;c:\WINDOWS\system32;c:\WINDOWS;c:\WINDOWS\System32\Wbem;d:\mozilla-build\python25;c:\Program Files\Microsoft SQL Server\90\Tools\binn\;d:\sdks\tegra042\tools;d:\sdks\tegra042\platformlibs\bin\winxp\x86\release;d:\sdks\tegra042\3rdparty\bin\winxp\x86\release;d:\mozilla-build\python25\scripts;d:\mozilla-build\hg\bin;d:\mozilla-build\buildbotve\scripts;.;d:\mozilla-build\moztools\bin
C:
cd "C:\Documents and Settings\seabld"
wget http://mercurial.selenic.com/release/windows/mercurial-3.2.1-x86.msi
msiexec /i mercurial-3.2.1-x86.msi /qn INSTALLDIR="D:\mozilla-build\hg"
DEL mercurial-3.2.1-x86.msi
I've done sea-vm-win32-3, handing off to :ewong for the others
Assignee: nobody → ewong
Comment 2•10 years ago
|
||
c.f. releng bug 1056981 for other background (e.g. why I chose 3.2.1)
Comment 3•10 years ago
|
||
p.s. I pushed upstream patch: http://hg.mozilla.org/users/Callek_gmail.com/tools/rev/551df7bc6f24 to our tools repo.
![]() |
Assignee | |
Comment 4•10 years ago
|
||
Forgot to close this bug. This has been fixed already.
![]() |
Assignee | |
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•