Releases/Firefox 38.0b8/BuildNotes

From MozillaWiki
Jump to: navigation, search

Firefox

Build 1

Issues

  • shipit failed first invocation of FF (called process error), but I didn't spot anything. A restart after fixing fennec worked. ???

Fennec

Build 1

Issues

  • relman's start of fennec failed, due to issues with locale 'my'. Opened bug 1158652 for this.
    • ran modified version of braindump/releases-related/beta2release_l10n.sh
    • restarted in shipit, running


Firefox

Build 2

Fennec

  • Needed to respin due to bug 1158760 - Wrong branding on the 38 Beta 8

Build 2

Build 3

Build2 was created using a wrong changeset, had to respin.

NOTE: since building from m-r, using the release (not beta) checklist steps

-bash-4.1$ ll latest latest-beta
lrwxrwxrwx 1 ffxbld mobile 6 Apr 15 00:04 latest -> 37.0.2
lrwxrwxrwx 1 ffxbld mobile 6 Apr 30 03:40 latest-beta -> 38.0b6
-bash-4.1$ ll latest latest-beta
lrwxrwxrwx 1 ffxbld mobile 6 Apr 30 04:39 latest -> 38.0b8
lrwxrwxrwx 1 ffxbld mobile 6 Apr 30 03:40 latest-beta -> 38.0b6
-bash-4.1$ ln -sf 37.0.2 latest
-bash-4.1$ ln -sf 38.0b8 latest-beta
-bash-4.1$ ll latest latest-beta
lrwxrwxrwx 1 ffxbld mobile 6 Apr 30 04:39 latest -> 38.0b8
lrwxrwxrwx 1 ffxbld mobile 6 Apr 30 03:40 latest-beta -> 38.0b6
-bash-4.1$ unlink latest && ln -s 37.0.2 latest
-bash-4.1$ unlink latest-beta && ln -s 38.0b8 latest-beta
-bash-4.1$ ll latest latest-beta
lrwxrwxrwx 1 ffxbld mobile 6 Apr 30 04:40 latest -> 37.0.2
lrwxrwxrwx 1 ffxbld mobile 6 Apr 30 04:41 latest-beta -> 38.0b8