Closed
Bug 488580
Opened 16 years ago
Closed 16 years ago
Update mercurial on mac builders
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nthomas, Assigned: nthomas)
Details
Linux is currently using hg ver 1.1.2, Windows is 1e4ddc9ac9f7+20080325 (which looks to be 1.0), but Mac still has 0.9.5. That has known problems with the named branches we use for releases, so we should update to something 1.0 or later. Ver 1.2.1 is the latest and has been working fine on bm-xserve12 in staging.
Assignee | ||
Comment 1•16 years ago
|
||
bm-xserve16,17,18,19,22 are done
Assignee | ||
Comment 2•16 years ago
|
||
Also done:
moz2-darwin9-slave01 02 05 06 07
try-mac-slave01 02 03 04 05
To do:
moz2-darwin9-slave03 04 08
try-mac-slave06 07 08 09
(Don't know how to reach the moz2 machines while they're in the try sandbox; DNS failage for try ones so reopened bug 488397)
Update steps:
cd /tools/dist
wget http://people.mozilla.org/~nthomas/misc/mercurial-1.2.1.tar.gz
openssl dgst -sha512 mercurial-1.2.1.tar.gz ; \
echo "SHA512(mercurial-1.2.1.tar.gz)= dcadfc731e5e1afae2cfc3eb1ac46875c26d5f029228ea5f397061c05e0524bdf651e3443d8936ec78f51c8d92a904d89c1a45ca941ee8908a99ad5c075096c2"
tar xfvz mercurial-1.2.1.tar.gz
cd mercurial-1.2.1
python setup.py install
Assignee | ||
Comment 3•16 years ago
|
||
Bah, I already did try-mac-slave06-09 in bug 480203.
To do:
moz2-darwin9-slave03 04 08
Assignee | ||
Comment 4•16 years ago
|
||
Finished up the last three machines.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•