Confirmed users
4,293
edits
No edit summary |
|||
Line 92: | Line 92: | ||
cd /builds/tinderbox/mozilla/tools/tinderbox | cd /builds/tinderbox/mozilla/tools/tinderbox | ||
cvs up -r RELEASE_AUTOMATION_M9 | cvs up -r RELEASE_AUTOMATION_M9 | ||
# on linux and mac (skip to windows otherwise) | |||
cd /builds/tinderbox | cd /builds/tinderbox | ||
mkdir Tb-Mozilla1.9-Release | mkdir Tb-Mozilla1.9-Release | ||
cd Tb-Mozilla1.9-Release | cd Tb-Mozilla1.9-Release | ||
../mozilla/tools/tinderbox/install-links | ../mozilla/tools/tinderbox/install-links | ||
# on windows | |||
cd /e/ | |||
mkdir tb19rel | |||
cd tb19rel | |||
<copy in files from tinderbox dir> | |||
# 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 tbirdbld@cvs.mozilla.org:/cvsroot co -r release -d tinderbox-configs mozilla/tools/tinderbox-configs/thunderbird/linux # or macosx or win32 | ||
Line 101: | Line 108: | ||
ln -s tinderbox-configs/tinder-config.pl | ln -s tinderbox-configs/tinder-config.pl | ||
* on tb-linux-tbox (as root | * on tb-linux-tbox (once off setup for Stage) | ||
mkdir /data/cltbld | # as root | ||
ln -s /builds/release/bin | mkdir -p /data/cltbld | ||
chown cltbld:cltbld /data/cltbld | |||
ln -s /builds/release/bin /data/cltbld | |||
==Tag== | ==Tag== |