Firefox 2.0.0.13:BuildNotes: Difference between revisions

 
(24 intermediate revisions by 2 users not shown)
Line 117: Line 117:
====Stage====
====Stage====
* verify-locales.pl failed because of a local patch (that replace 'firefox' strings with 'thunderbird'. {{bug|409232}}
* verify-locales.pl failed because of a local patch (that replace 'firefox' strings with 'thunderbird'. {{bug|409232}}
* ran verify-locales.pl manually after cvs up -CPd, no problems.


====Updates to Beta Channels====
====Updates to Beta Channels====
Line 122: Line 123:
   # put snippets on beta
   # put snippets on beta
   $ sudo su - cltbld
   $ sudo su - cltbld
   # make sure using latest version of scripts
   # make sure using latest version of scripts in mozilla/tools/release/bin/
  $ cvs get -d bin mozilla/tools/release/bin/  
  $ cd bin
    cvs checkout: Updating bin
  $ cvs update .
  ...
   $ cd /opt/aus2/snippets/staging
   $ cd /opt/aus2/snippets/staging
   # note the required parameter must match what will be used with pushsnip below.  
   # note the required parameter must match what will be used with pushsnip below.  
   $ ~/bin/backupsnip 20080312-Firefox-2.0.0.13-beta
   $ time ~/bin/backupsnip 20080312-Firefox-2.0.0.13-beta
 


After QA gives "ok" to push to beta channel, on aus2-staging do:
After QA gives "ok" to push to beta channel, on aus2-staging do:
   # put snippets on beta
   # put snippets on beta
   $ sudo su - cltbld
   $ sudo su - cltbld
   # make sure using latest version of scripts
   # make sure using latest version of scripts in mozilla/tools/release/bin/
  $ cvs get -d bin mozilla/tools/release/bin/  
  $ cd bin
    cvs checkout: Updating bin
  $ cvs update .
  ...
   $ cd /opt/aus2/snippets/staging
   $ cd /opt/aus2/snippets/staging
   $ ~/bin/pushsnip 20080312-Firefox-2.0.0.13-beta
   $ time ~/bin/pushsnip 20080312-Firefox-2.0.0.13-beta


====Sign Installers====
====Sign Installers====
Line 156: Line 158:
  chmod 644 *SUMS
  chmod 644 *SUMS


====Release====
* push the stage-merged directory to the releases area:
# on stage (as cltbld)
rsync -av /data/cltbld/firefox-2.0.0.13/stage-merged/ /home/ftp/pub/firefox/releases/2.0.0.13/
* Move forward the "latest" and "latest-2.0" symlinks:
  cd /home/ftp/pub/firefox/releases/
  rm latest
  ln -s 2.0.0.13 latest
  rm latest-2.0
  ln -s 2.0.0.13 latest-2.0


* Update stage:/etc/rsyncd-mozilla-current.exclude


====Update Bouncer====
====Update Bouncer====
* Add entries to download.mozilla.org


====Final Verification====
====Final Verification====
Verify that releasetest points to valid bouncer links:
# this can be run from anywhere
cvs co mozilla/testing/release
cd mozilla/testing/release/updates
cat moz18-firefox-*.cfg | grep -v major | sed 's/betatest/releasetest/' | grep -v 2.0a | grep -v 2.0b > update.cfg
./verify.sh -t update.cfg 2>&1 | tee quickVerify.log


====Push to Mirrors====
Look for any HTTP error codes besides 200 ("OK") and 302 ("Found"):


====Enable update channel====
grep HTTP quickVerify.log | grep -v 200 | grep -v 302
 
Found a few 404s to rediris.net. Tested two of them and are OK now - probably had to do with only partial mirror propagation.
 
Before pushing final updates,verify that "release" and "releasetest" channel match:
# on aus2-staging
cd /opt/aus2/snippets/staging/20080312-Firefox-2.0.0.13
find -type d -iregex '.*release.*' | perl -nle '$a = $_; $a =~ s/release/releasetest/; system("diff -r -u $_ ../20080312-Firefox-2.0.0.13-test/$a");'
 
====Updates to release channel====
* After QA finished testing the releasetest channel, enabled release channel:
 
  # on aus2-staging
  # put snippets on release/live channel
  $ cd /opt/aus2/snippets/staging
  $ sudo su - cltbld
  $ ~/bin/pushsnip 20080312-Firefox-2.0.0.13
 
Had to chmod +x ~/bin/pushsnip


====Free Software Builds====
====Free Software Builds====
* Bump the BuildTag definition in the three tinder-config.pl, [http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=all&branch=MOZILLA_1_8_BRANCH_release_free_software&branchtype=regexp&dir=mozilla%2Ftools%2Ftinderbox-configs%2F&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=day&mindate=2008-02-07+08%3A00&maxdate=2008-02-07+08%3A45&cvsroot=%2Fcvsroot like this]
* Done on production machines:
** production-pacifica-vm (win32)
** bm-xserve05 (macosx)
** production-prometheus-vm (linux)
* Start builds:
cd /builds/tinderbox/Fx-Mozilla1.8-FS
./build-seamonkey.pl --once --depend --config-cvsup-dir `pwd`/tinderbox-configs/ 2>&1 | tee FIREFOX_2_0_0_13_FS.log
* Stage


=== Wall clock timings ===
# as cltbld@stage
mkdir -p ~/firefox-2.0.0.13-fs/batch1/prestage
cd ~/firefox-2.0.0.13-fs/batch1
# rsync from push dirs
rsync -av /home/ftp/pub/firefox/nightly/2008-03-25-04-mozilla1.8-fs/ ./prestage/
rsync -av /home/ftp/pub/firefox/nightly/2008-03-25-05-mozilla1.8-fs/ ./prestage/
rsync -av prestage/ prestage-trimmed/
rm -v prestage-trimmed/*.zip
rsync -av prestage-trimmed/ stage/
cd stage
~/bin/groom-files --long="2.0.0.13.fs" .
chown -R cltbld:firefox * .
find . -type f -exec chmod -v 644 {} \;
find . -type d -exec chmod -v 755 {} \;
cd ../
rsync -av stage/ /home/ftp/pub/firefox/releases/2.0.0.13/contrib/free-software/
Confirmed users
2,679

edits