Confirmed users
4,293
edits
(→Tags: Put the times we actually tagged at in the table, since we pull the tip of a relbranch) |
m (→Build) |
||
Line 157: | 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), reverse the changes in ~/.ssh. NB: bm-xserve02 uses ffxbld, others use tbirdbld. Eg | |||
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 | ||
* restart tinderbox | |||
cd /builds/tinderbox | |||
tinderbox multi start |