Releases/Firefox 41.0.2/BuildNotes
From MozillaWiki
< Releases
Firefox
build1
-
(RelMan) Ship the l10n milestone (build1 only) - (RelMan) Submit to Ship It
- Push to mirrors
- Apply Throttling
- Verify throttling
- Publish in Balrog
- Post-release tasks
build2
-
(RelMan) Ship the l10n milestone (build1 only) - (RelMan) Submit to Ship It
- Push to mirrors
- Publish in Balrog
- Post-release tasks
Fennec
Build 1
-
(RelMan) Ship the l10n milestone (build1 only) - (RelMan) Submit to Ship It
- Push to mirrors
- Post-release tasks
Build 2
-
(RelMan) Ship the l10n milestone (build1 only) - (RelMan) Submit to Ship It
- Push to mirrors
- Post-release tasks
Issues
There's a release issue with files for mobile, eg buildN/android-api-9_info.txt. nthomas removed the hack that puts them in that location (for Socorro) in http://hg.mozilla.org/build/buildbotcustom/rev/300082f07673, and hasn't taught their scraper a new trick yet. So we need to copy them back there manually for a bit, eg as ffxbld@stage.mozilla.org;
cd /pub/mozilla.org/mobile/41.0.2-candidates/build2/; for f in android-*/; do cp -pv $f/en-US/*info.txt .; done
Three failures in Firefox repacks for 41.0.2 build2 - all truncated downloads of old complete.mar files for partial generation. We saw this once for 42.0b6 too. Filed bug 1214971 and used the standalone_repack builders to recover. Forced the repack_complete builders when they were successful.