Releases/Firefox 3.6b4/BuildNotes
< Releases
Jump to navigation
Jump to search
NB: Text that is italicized indicates tasks still to be done, or information that needs to be filled in.
Build Engineers
- Friday:
- PST: TBD
- EST: bhearsum
- NZDT: None
- Saturday:
- PST: TBD
- EST: TBD
- NZDT: None
- Sunday:
- PST: TBD
- EST: bhearsum
- NZDT: nthomas (normal working hours)
- Monday-Friday (November 23 - 27)
- PST: lsblakk
- EST:
- NZDT: nthomas (normal working hours)
Signed-off Revision(s)
Tags
On mozilla-central:
Build # | Tag | Changeset |
1 | ||
Build data
Build 1:
Platform | Build ID | Build machine |
Notes
Done on pm01
Build 1
- Clean up previous releases build dirs, just for the slaves we used for 3.6b2 build1. Used cssh for linux/mac, RDP as Administrator on win32.
- Linux: ; rm -rf /builds/slave/{tag,source,linux_build,linux_repack,updates,linux_update_verify,final_verification}/*
- Mac:; rm -rf /builds/slave/{macosx_build,macosx_repack,l10n_verification, macosx_update_verify}/*
- Win32: ; rm -rf /e/builds/moz2_slave/{win32_build,win32_repack,win32_update_verify,wince_build}/*
- Get review and land buildbot-configs patch
- Closed the mozilla-1.9.2 tree
- Tagged build/{buildbot-configs,buildbotcustom,tools} with FIREFOX_3_6rc1_RELEASE
- Sendchange was
buildbot sendchange --username=nthomas --master=localhost:9010 --branch=releases/mozilla-1.9.2 -m "Firefox 3.6rc1 build1" ShakeAndBakeBaby
Socorro product data updates
Filed bug NNNNNN against IT to add the following entries to the Socorro db. Since Socorro 1.1 went live this is done with an Admin control panel, so asked ss to enable those versions. That requires at least one crash report so created those using the CrashMe extension with linux 3.6rc1 and 3.6pre builds.
Tag
- Version bump landed (app version, monitoring)
- Re-opened mozilla-1.9.2
Source
Build/Repack
- Manual verification that all l10n builds present:
# stage cd /home/ftp/pub/firefox/nightly/3.6rc1-candidates/build1 # each should be NN = en-US + NN l10n builds for p in linux-i686 mac unsigned/win32; do echo `ls $p | grep -v xpi | wc -l` $p done
- Removed en-US.xpi from the 3.6rc1-candidates/build1/ directory on stage