66
edits
(→Build) |
(→Build) |
||
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 | 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 | ||
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 |
edits