Releases/Firefox 12.0/BuildNotes
< Releases
Jump to navigation
Jump to search
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.