ReferencePlatforms/Mac: Difference between revisions
Jump to navigation
Jump to search
ChrisCooper (talk | contribs) No edit summary |
ChrisCooper (talk | contribs) No edit summary |
||
| Line 10: | Line 10: | ||
= ssh = | = ssh = | ||
The first step is to get ssh working with the cltbld keys on the new machine. Unfortunately, this presents a bit of a chicken-and-egg problem, as the ssh keys necessary to access cvs are not yet on the machine. | |||
Two possible solutions are: | |||
# checkout the cltbld ssh keys on a machine that already has the keys installed and then scp the .ssh directory over (<code>cvs -d :ext:cltbld@cvs.mozilla.org:/mofo co -d .ssh release/tinderbox-configs/host/ssh; scp .ssh new_machine:~</code>) | |||
# scp the cltbld keys over directly from a machine that already has them installed (<code>cd ~;scp xserve06:~/.ssh .</code>) | |||
= Ref platform packages = | |||
The next step is to retrieve the Mac reference platform packages from Mozilla CVS: | |||
ocvs -d :ext:cltbld@cvs.mozilla.org:/mofo co ref-platforms/mac | |||
Revision as of 05:25, 8 December 2006
Darwin Version
PPC: Darwin xserve03.build.mozilla.org 8.7.2 Darwin Kernel Version 8.7.2: Tue Jul 25 23:14:47 PDT 2006; root:xnu-792.10.96.obj~3/RELEASE_PPC Power Macintosh powerpc
Intel:
ssh
The first step is to get ssh working with the cltbld keys on the new machine. Unfortunately, this presents a bit of a chicken-and-egg problem, as the ssh keys necessary to access cvs are not yet on the machine.
Two possible solutions are:
- checkout the cltbld ssh keys on a machine that already has the keys installed and then scp the .ssh directory over (
cvs -d :ext:cltbld@cvs.mozilla.org:/mofo co -d .ssh release/tinderbox-configs/host/ssh; scp .ssh new_machine:~) - scp the cltbld keys over directly from a machine that already has them installed (
cd ~;scp xserve06:~/.ssh .)
Ref platform packages
The next step is to retrieve the Mac reference platform packages from Mozilla CVS:
ocvs -d :ext:cltbld@cvs.mozilla.org:/mofo co ref-platforms/mac