ReferencePlatforms/Mac

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:

  1. 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:~)
  2. 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