Firefox 2.0.0.12:BuildNotes: Difference between revisions

(formatting)
 
(24 intermediate revisions by 3 users not shown)
Line 209: Line 209:


* verify beta snippets versus betatest snippets
* verify beta snippets versus betatest snippets
cd /opt/aus2/snippets/staging/20080201-02-Firefox-2.0.0.12-beta/
  find -type d -iregex '.*beta.*' | perl -nle '$a = $_; $a =~ s/beta/betatest/; system("diff -r -u $_ ../20080201-02-Firefox-2.0.0.12-test/$a");' 2>&1 | tee /tmp/beta.log
  find -type d -iregex '.*beta.*' | perl -nle '$a = $_; $a =~ s/beta/betatest/; system("diff -r -u $_ ../20080201-02-Firefox-2.0.0.12-test/$a");' 2>&1 | tee /tmp/beta.log


 
* QA declare "nogo". Stopped waiting to respin.
 
 


===RC4===
===RC4===
Line 222: Line 221:


* used existing version bump bug to attached diff for bootstrap.cfg  
* used existing version bump bug to attached diff for bootstrap.cfg  
* remove [https://bugzilla.mozilla.org/show_bug.cgi?id=415261 bug 415261]
* attach diff to update verify, remove current version due to [https://bugzilla.mozilla.org/show_bug.cgi?id=415261 bug 415261]
* ensure that machines have enough resources
* ensure that machines have enough resources
** FIXME should be automatically backed up or removed - bug needed
** FIXME should be automatically backed up or removed - bug needed
Line 232: Line 231:
** FIXME should be automatically backed up or removed - bug needed
** FIXME should be automatically backed up or removed - bug needed
* On production-1.8-master, remove private and public areas:
* On production-1.8-master, remove private and public areas:
** FIXME should be automatically backed up or removed - bug needed
** rm -rf /data/cltbld/firefox-*
** rm -rf /data/cltbld/firefox-*
** rm -rf /builds/tags/* - did not do this, plenty of space
** rm -rf /builds/tags/* - did not do this, plenty of space
Line 252: Line 252:
[https://intranet.mozilla.org/Build:Signing Signing doc]
[https://intranet.mozilla.org/Build:Signing Signing doc]
====L10nVerify====
====L10nVerify====
* automated, nothing to do.
====Updates to Test Channels (betatest & releasetest)====
====Updates to Test Channels (betatest & releasetest)====
* Initially failed due to existing /builds/updates/firefox-2.0.0.12/patcher/mozilla, removed /builds/updates/firefox-2.0.0.12/ and restarted.
* PatcherConfig undid the DisableCompleteUpdates change in {{bug|388524}}, bug reopened.
** landed fix and re-generated AUS config:
 
# backup current config
cd /builds/updates/firefox-2.0.0.12/patcher/temp/firefox/2.0.0.11-2.0.0.12
mkdir rc4.1
mv aus2.* rc4.1
# pull in fixed config
cd /builds/updates/firefox-2.0.0.12/config/
cvs up
# regenerate AUS config
cd /builds/updates/firefox-2.0.0.12/patcher/
./patcher2.pl --app=firefox --config=../config/moz18-branch-patcher2.cfg --create-patchinfo 2>&1 | tee patchinfo-rc4_2.log
 
* push new config to AUS
rsync -e ssh -av aus2.beta/ aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20080203-Firefox-2.0.0.12-beta/
rsync -e ssh -av aus2.test/ aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20080203-Firefox-2.0.0.12-test/
rsync -e ssh -av aus2/ aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20080203-Firefox-2.0.0.12/
 
* verify beta snippets versus betatest snippets
** FIXME automate this in [https://bugzilla.mozilla.org/show_bug.cgi?id=409449 bug 409449]
cd /opt/aus2/snippets/staging/20080203-Firefox-2.0.0.12-beta/
find -type d -iregex '.*beta.*' | perl -nle '$a = $_; $a =~ s/beta/betatest/; system("diff -r -u $_ ../20080203-Firefox-2.0.0.12-test/$a");' 2>&1 | tee /tmp/beta.log
 
====update Verify====
====update Verify====
* Linux and Mac update verify failed initially, config bumper code problem [https://bugzilla.mozilla.org/show_bug.cgi?id=415261 bug 415261]
* automated, nothing to do.
* Win32 should have failed, but warned instead. reopened [https://bugzilla.mozilla.org/show_bug.cgi?id=408157 bug 408157]
* FIXME - should verify all previous releases, not just the immediately previous [https://bugzilla.mozilla.org/show_bug.cgi?id=408453 bug 408453]
 
====Stage====
====Stage====
* automated, nothing to do.
====Updates to Beta Channel====
====Updates to Beta Channel====
* beta updates getting served completes not partials [https://bugzilla.mozilla.org/show_bug.cgi?id=388524 bug 388524]
After QA gives "ok" to push to beta channel, on aus2-staging do:
** fixed this bug, had to regenerate and re-push snippets
  # put snippets on beta
  $ cd /opt/aus2/snippets/staging
  $ sudo ~cltbld/bin/pushsnip 20080203-Firefox-2.0.0.12-beta


* verify beta snippets versus betatest snippets
* FIXME pushsnip does backup before pushing; we could do this backup in the Updates->Push() method instead. needs bug filed
find -type d -iregex '.*beta.*' | perl -nle '$a = $_; $a =~ s/beta/betatest/; system("diff -r -u $_ ../20080201-02-Firefox-2.0.0.12-test/$a");' 2>&1 | tee /tmp/beta.log


====Sign Installers====
====Sign Installers====
* ''NOTE'' - build-console is no longer used from here on
* pull stage:/data/cltbld/firefox-2.0.0.12/batch1/stage-signed/ to signing machine
* follow installer-signing-instructions [https://intranet.mozilla.org/Build:Unified_Release_Process#Sign_builds here]
* push signed bits back to same location on stage
* complete stage-merged:
# on stage
cd /data/cltbld/firefox-2.0.0.12/
rsync -av batch1/mar/ stage-merged/
rsync -av batch1/stage-signed/ stage-merged/
* Create MD5 and SHA1 checksum files
# on stage
cd /data/cltbld/firefox-2.0.0.12/stage-merged/
~/bin/checksum-files .
* Fix permissions & ownership (on the two SUM files, and the detached sigs)
chown -R cltbld:firefox .
chmod 644 *SUMS
====Release====
====Release====
* get the last formal "go" from QA/Dev/website/IT/release-drivers
* push the stage-merged directory to the releases area:
# on stage
rsync -av /data/cltbld/firefox-2.0.0.12/stage-merged/ /home/ftp/pub/firefox/releases/2.0.0.12/
* After pushing live, move forward the "latest" and "latest-2.0" symlinks:
  cd /home/ftp/pub/firefox/releases/
  rm latest
  ln -s 2.0.0.12 latest
  rm latest-2.0
  ln -s 2.0.0.12 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 | sed 's/betatest/releasetest/' | grep -v 2.0a | grep -v 2.0b > update.cfg
./verify.sh -t update.cfg 2>&1 | tee quickVerify.log
Look for any HTTP error codes besides 200 ("OK") and 302 ("Found"):
grep HTTP quickVerify.log | grep -v 200 | grep -v 302
Before pushing final updates,verify that "release" and "releasetest" channel match:
# on aus2-staging
cd /opt/aus2/snippets/staging/20080203-Firefox-2.0.0.12
find -type d -iregex '.*release.*' | perl -nle '$a = $_; $a =~ s/release/releasetest/; system("diff -r -u $_ ../20080203-Firefox-2.0.0.12-test/$a");'
====Enable update channel====
====Enable update channel====
* Wait for QA to finish testing update snippets on releasetest channel, then enable update snippets on release channel
  # on aus2-staging
  # put snippets on release/live channel
  $ cd /opt/aus2/snippets/staging
  $ sudo su - cltbld
  $ ~/bin/pushsnip 20080203-Firefox-2.0.0.12
====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_12_FS.log
* Stage
# as cltbld@stage
mkdir -p ~/firefox-2.0.0.12-fs/batch1/prestage
cd ~/firefox-2.0.0.12-fs/batch1
# rsync from push dirs
rsync -av /home/ftp/pub/firefox/nightly/2008-02-07-09-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.12.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.12/contrib/free-software/


=== Wall clock timings ===
=== Wall clock timings ===
Confirmed users
4,293

edits