Releases/Firefox 12.0/BuildNotes
Notes About Releasing
Please update the Notes Template and the Release:Primer for future releases (bug fixes, changes to automation) as needed
Bugs hit
Build Engineers
{bhearsum} - Tracking bug: bug 735392
Signed-off Revision(s)
Build 1: #
L10N changesets
Instructions on how to get them
- Firefox: link to the l10n-changesets
Tags
Manually tag the automation code, then record the generated tags below. (details)
Build # | Branch, Tags | Changeset |
MOBILE80_#_RELBRANCH, FENNEC_VERSION_RELEASE, FENNEC_VERSION_BUILD1 | # | |
GECKO80_#_RELBRANCH, FIREFOX_VERSION_BUILD1 FIREFOX_VERSION_RELEASE | # |
Build data
Firefox
Build # | Type | Build ID | Build machine | Time to build |
1 | Linux | |||
Linux64 | ||||
Mac | ||||
Windows |
Notes
Build 1
Diff mozconfigs
From a mozilla-release checkout, ran:
for p in linux32 linux64 macosx-universal win32; do diff -Naur {,../mozilla-beta/}browser/config/mozconfigs/$p/release; done
Got the following output:
--- browser/config/mozconfigs/linux32/release 2012-04-19 13:09:08.317718465 -0400 +++ ../mozilla-beta/browser/config/mozconfigs/linux32/release 2012-04-19 13:08:35.781619562 -0400 @@ -16,5 +16,8 @@ export MOZ_TELEMETRY_REPORTING=1 +# Treat warnings as errors in directories with FAIL_ON_WARNINGS. +ac_add_options --enable-warnings-as-errors + # Enable parallel compiling mk_add_options MOZ_MAKE_FLAGS="-j4" --- browser/config/mozconfigs/linux64/release 2012-04-19 13:09:08.321718478 -0400 +++ ../mozilla-beta/browser/config/mozconfigs/linux64/release 2012-04-19 13:08:35.781619562 -0400 @@ -16,5 +16,8 @@ export MOZ_TELEMETRY_REPORTING=1 +# Treat warnings as errors in directories with FAIL_ON_WARNINGS. +ac_add_options --enable-warnings-as-errors + # Enable parallel compiling mk_add_options MOZ_MAKE_FLAGS="-j4" --- browser/config/mozconfigs/macosx-universal/release 2012-01-30 08:45:53.000000000 -0500 +++ ../mozilla-beta/browser/config/mozconfigs/macosx-universal/release 2012-04-19 13:08:35.785619573 -0400 @@ -12,5 +12,8 @@ export MOZ_TELEMETRY_REPORTING=1 +# Treat warnings as errors in directories with FAIL_ON_WARNINGS. +ac_add_options --enable-warnings-as-errors + # Enable parallel compiling mk_add_options MOZ_MAKE_FLAGS="-j4"
Not a critical change, but it'll get picked up when Release Management does the merge, so didn't take any action.
Preparing to start Automation
- Requested a clobber for "any master", "mozilla-release", "any builder"
- Reserved 8 slaves
- Created a candidates directory symlink:
# ffxbld@stage cd /pub/mozilla.org/firefox/nightly/ mkdir ../candidates/12.0-candidates ln -s ../candidates/12.0-candidates 12.0-candidates
- Clicked "ship it" on l10n dashboard
- Landed buildbot-configs changes
- Tagged buildbot-configs, buildbotcustom, and tools with FIREFOX_12_0_{RELEASE,BUILD1}
- Ran release sanity:
source ../bin/activate PYTHONPATH=. ../bin/python ../tools/buildbot-helpers/release_sanity.py -u bhearsum \ -V 12.0 --branch mozilla-release --build-number 1 -c release-firefox-mozilla-release.py \ --products firefox --l10n-dashboad-version=12 --bypass-l10n-check --dryrun localhost:9001 PYTHONPATH=. ../bin/python ../tools/buildbot-helpers/release_sanity.py -u bhearsum \ -V 12.0 --branch mozilla-release --build-number 1 -c release-firefox-mozilla-release.py \ --products firefox --l10n-dashboad-version=12 --bypass-l10n-check localhost:9001
E-mail Metrics
Sent:
Firefox,firefox,firefox,12.0,12.0
E-mail Mirrors
Emailed mirrors@mozilla.org to warn of Firefox and Thunderbird 12.0
Edit rsync exclude files
Added '- firefox/releases/12.0' to /pub/mozilla.org/rsyncd-mozilla-releases.exclude
Tag
No problems. However, I thought I had messed up the config so I halted tagging at one point, and to restart the automation. We thought we would have to muck around with the schedulers to fix it, but that ended up not being the case.
Bouncer Submitter
No problems.
Source
No problems
Build
No problems
Repacks
Linux repack 1/6 failed part way through, with an hg timeout. The only locales left in that chunk were cs, csb, and cy, so I used the standalone builder to build them. The form was filled out as follows:
- branch: release/mozilla-release
- revision: FIREFOX_12_0_RELEASE
- properties:
- locale: cs:csb:cy
- release_config: mozilla/release-firefox-mozilla-release.py
- script_repo_revision: FIREFOX_12_0_RELEASE
Once that was done, "force build" to manually trigger the linux64_repack_complete builder.
Unittests / Talos
XULRunner
Source
Failed. Rebuilt it.
Build
No problems
Partner Repack
No problems.
L10N verify
No problems, all green.
Checksums
No problems.
Updates
Pushsnip failed with:
retry: Calling <function run_with_timeout at 0xb7d3f0d4> with args: (['bash', '-c', 'ssh -t -l ffxbld -i ~/.ssh/auspush aus3-staging.mozilla.org ~/bin/pushsnip Firefox-12.0-build1-test'], 7260, None, None, False, True), kwargs: {}, attempt #1 Executing: ['bash', '-c', 'ssh -t -l ffxbld -i ~/.ssh/auspush aus3-staging.mozilla.org ~/bin/pushsnip Firefox-12.0-build1-test'] Pseudo-terminal will not be allocated because stdin is not a terminal. bash: /home/cltbld/bin/pushsnip: No such file or directory
To finish up this builder, pushed them by hand with:
# ffxbld@aus3-staging ~/bin/pushsnip Firefox-12.0-build1-test
Send mail announcing updates available on betatest.
Update verify
Used "force build" to start because of updates failure
Major Update
Used "force build" to start
Update verify
Reset reserved slaves
Reset to 0.
Check permissions / AV scan
No permissions problems or viruses.
Push to internal mirrors
Used "force build" to start (normally would happen after updates finish successfully).