Confirmed users
4,293
edits
(→Build) |
(→Build) |
||
Line 143: | Line 143: | ||
There ssh key issues to workaround - the nightly builders were converted to tbirdbld but releases still use cltbld. On each box, | There ssh key issues to workaround - the nightly builders were converted to tbirdbld but releases still use cltbld. On each box, | ||
* shut down tinderbox builds | * shut down tinderbox builds and add a comment on the Mozilla1.8 tree | ||
* in ~/.ssh | * in ~/.ssh | ||
rm id_dsa; ln -s cltbld_dsa id_dsa | rm id_dsa; ln -s cltbld_dsa id_dsa | ||
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 so that it uses the cltbld account (just for this release, we'll leave it on cltbld) | ||
* '''update Bootstrap as in the Automation section''' | * '''update Bootstrap as in the Automation section''' | ||
On Windows, check that lines 43-49 of [http://mxr.mozilla.org/seamonkey/source/tools/release/Bootstrap/Step/Build.pm#43 Build.pm] are commented out, since Cygwin complains "Permissied denied" trying to execute those lines. The disks are already mounted in binmode. | On Windows, check that lines 43-49 of [http://mxr.mozilla.org/seamonkey/source/tools/release/Bootstrap/Step/Build.pm#43 Build.pm] are commented out, since Cygwin complains "Permissied denied" trying to execute those lines. The disks are already mounted in binmode. | ||
Then start the build, by changing directory to <tt>/builds/release</tt> (prefix with <tt>/cygdrive/e/</tt> on Windows) and | Then start the build, by changing directory to <tt>/builds/release</tt> (prefix with <tt>/cygdrive/e/</tt> on Windows) and |