Confirmed users
4,293
edits
(→Tags) |
(→Notes) |
||
| Line 69: | Line 69: | ||
=Notes= | =Notes= | ||
==Build 1== | ==Build 1== | ||
| Line 99: | Line 94: | ||
** rm -rf /data/cltbld/firefox-3.0rc2 | ** rm -rf /data/cltbld/firefox-3.0rc2 | ||
** rm -rf /builds/tags/* (but only if you really need the space) | ** rm -rf /builds/tags/* (but only if you really need the space) | ||
* update fx-moz19-bootstrap.cfg, get review, land and move the bootstrap tag to your new revision (NB: this changed since {{bug|415970}} - no need to cvs up the bootstrap.cfg on the master any longer but moving the tag is critical) | * update fx-moz19-bootstrap.cfg, get review, land and move the bootstrap tag to your new revision (NB: this changed since {{bug|415970}} - no need to cvs up the bootstrap.cfg on the master any longer but moving the tag is critical). | ||
* kick off buildbot (run as cltbld on production-1.9-master): | * kick off buildbot (run as cltbld on production-1.9-master): | ||
buildbot sendchange --username=nthomas --master=localhost:9989 -m "Firefox 3.0 RC3 Build1" release | buildbot sendchange --username=nthomas --master=localhost:9989 -m "Firefox 3.0 RC3 Build1" release | ||
| Line 112: | Line 107: | ||
===Setup symlinks=== | ===Setup symlinks=== | ||
On stage-old in /pub/mozilla.org/firefox/nightly/3.0rc3-candidates/build1 as cltbld: | |||
for i in `ls ../ | for i in `ls ../../3.0rc2-candidates/build2/*win32.installer.exe`; do ln -s $i; done | ||
for i in `ls ../ | for i in `ls ../../3.0rc2-candidates/build2/*win32.complete.mar`; do ln -s $i; done | ||
ln -s ../ | ln -s ../../3.0rc2-candidates/build2/windows-xpi | ||
ln -s ../ | ln -s ../../3.0rc2-candidates/build2/win32_info.txt | ||
ln -s ../ | ln -s ../../3.0rc2-candidates/build2/win32_signing_build1.log win32_signing_build1.log | ||
ln -s ../ | ln -s ../../3.0rc2-candidates/build2/unsigned | ||
for i in `ls ../ | for i in `ls ../../3.0rc2-candidates/build2/*linux-i686.tar.bz2`; do ln -s $i; done | ||
for i in `ls ../ | for i in `ls ../../3.0rc2-candidates/build2/*linux-i686.complete.mar`; do ln -s $i; done | ||
ln -s ../ | ln -s ../../3.0rc2-candidates/build2/linux-xpi | ||
ln -s ../ | ln -s ../../3.0rc2-candidates/build2/linux_info.txt | ||
===Build=== | ===Build=== | ||