Releases/Firefox 41.0.2/BuildNotes

From MozillaWiki
Jump to: navigation, search

Firefox

build1

build2

Fennec

Build 1

Build 2

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.