Firefox 3.0rc3:BuildNotes: Difference between revisions

Jump to navigation Jump to search
Line 69: Line 69:


=Notes=
=Notes=
We've changed the naming scheme ({{bug|428063}}) so this sheet will track
* 3.0 RC2 build 1
* 3.0 RC2 build 2
etc until we publish 3.0 RC2 to the world (see the Tags section above for matching changes). We'll have a extra pages for RC3 and so on if they're required.


==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). This setup occurred relatively late because RC1 was pushed backed several times, all the other setup was done early.
* 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===


'''THIS SECTION NEEDS updating!''' On stage-old in /pub/mozilla.org/firefox/nightly/3.0rc2-candidates/build2 as cltbld:
On stage-old in /pub/mozilla.org/firefox/nightly/3.0rc3-candidates/build1 as cltbld:
  for i in `ls ../build1/*win32.installer.exe`; do ln -s $i; done
  for i in `ls ../../3.0rc2-candidates/build2/*win32.installer.exe`; do ln -s $i; done
  for i in `ls ../build1/*win32.complete.mar`; do ln -s $i; done
  for i in `ls ../../3.0rc2-candidates/build2/*win32.complete.mar`; do ln -s $i; done
  ln -s ../build1/windows-xpi
  ln -s ../../3.0rc2-candidates/build2/windows-xpi
  ln -s ../build1/win32_info.txt
  ln -s ../../3.0rc2-candidates/build2/win32_info.txt
  ln -s ../build1/win32_signing_build1.log win32_signing_build2.log
  ln -s ../../3.0rc2-candidates/build2/win32_signing_build1.log win32_signing_build1.log
  ln -s ../build1/unsigned  
  ln -s ../../3.0rc2-candidates/build2/unsigned  
  for i in `ls ../build1/*linux-i686.tar.bz2`; do ln -s $i; done
  for i in `ls ../../3.0rc2-candidates/build2/*linux-i686.tar.bz2`; do ln -s $i; done
  for i in `ls ../build1/*linux-i686.complete.mar`; do ln -s $i; done
  for i in `ls ../../3.0rc2-candidates/build2/*linux-i686.complete.mar`; do ln -s $i; done
  ln -s ../build1/linux-xpi
  ln -s ../../3.0rc2-candidates/build2/linux-xpi
  ln -s ../build1/linux_info.txt
  ln -s ../../3.0rc2-candidates/build2/linux_info.txt


===Build===
===Build===
Confirmed users
4,293

edits

Navigation menu