Confirmed users
4,293
edits
(→Build) |
m (→Build: Bootstrap won't try to update tinderbox) |
||
| Line 148: | Line 148: | ||
rm id_dsa.pub; ln -s cltbld_dsa.pub id_dsa.pub | rm id_dsa.pub; ln -s cltbld_dsa.pub id_dsa.pub | ||
* update CVS/Root in | * update CVS/Root in | ||
** /builds/tinderbox/Tb-Mozilla1.8-Release/tinderbox-configs (just for this release, we'll leave it on cltbld) | ** /builds/tinderbox/Tb-Mozilla1.8-Release/tinderbox-configs (just for this release, we'll leave it on cltbld) | ||
* '''update Bootstrap as in the Automation section''' | * '''update Bootstrap as in the Automation section''' | ||
| Line 158: | Line 157: | ||
./release -o Build 2>&1 | tee logs/release-Build.log | ./release -o Build 2>&1 | tee logs/release-Build.log | ||
After the build is done, and if the tinderbox is not needed for l10n Repacks (eg patrocles, crazyhorse) | After the build is done, and if the tinderbox is not needed for l10n Repacks (eg patrocles, crazyhorse), reverse the changes in ~/.ssh. NB: bm-xserve02 uses ffxbld, others use tbirdbld. Eg | ||
rm id_dsa; ln -s tbirdbld_dsa id_dsa | rm id_dsa; ln -s tbirdbld_dsa id_dsa | ||
rm id_dsa.pub; ln -s tbirdbld_dsa.pub id_dsa.pub | rm id_dsa.pub; ln -s tbirdbld_dsa.pub id_dsa.pub | ||