Thunderbird3.0a1:BuildNotes: Difference between revisions

Jump to navigation Jump to search
Line 158: Line 158:
  cd /builds/tinderbox/mozilla/tools/tinderbox
  cd /builds/tinderbox/mozilla/tools/tinderbox
  cvs up -r RELEASE_AUTOMATION_M9
  cvs up -r RELEASE_AUTOMATION_M9
3. Create the tinderbox build directories
3. Symlink the ssh keys
cd ~/.ssh
rm id_dsa; ln -s cltbld_dsa id_dsa
rm id_dsa.pub; ln -s cltbld_dsa.pub id_dsa.pub
4. Create the tinderbox build directories
  # on linux and mac (skip to windows otherwise)
  # on linux and mac (skip to windows otherwise)
  cd /builds/tinderbox
  cd /builds/tinderbox
Line 171: Line 175:
  # all platforms
  # all platforms
  rm tinderbox
  rm tinderbox
  cvs -d tbirdbld@cvs.mozilla.org:/cvsroot co -r release -d tinderbox-configs mozilla/tools/tinderbox-configs/thunderbird/linux # or macosx or win32
  cvs -d cltbld@cvs.mozilla.org:/cvsroot co -r release -d tinderbox-configs mozilla/tools/tinderbox-configs/thunderbird/linux # or macosx or win32
  ln -s tinderbox-configs/mozconfig
  ln -s tinderbox-configs/mozconfig
  ln -s tinderbox-configs/tinder-config.pl
  ln -s tinderbox-configs/tinder-config.pl
4. Symlink the ssh keys
cd ~/.ssh
rm id_dsa; ln -s cltbld_dsa id_dsa
rm id_dsa.pub; ln -s cltbld_dsa.pub id_dsa.pub
5. Checkout the release code and set up log dir, log and bootstrap links
5. Checkout the release code and set up log dir, log and bootstrap links
  cd /builds
  cd /builds
66

edits

Navigation menu