Releases/Firefox 37.0b2/BuildNotes

Firefox

Build 1

Checklist

Hg timeouts

We hit hg timeouts in a couple of XULRunner builds and some repacks. Retriggers fixed them.

Win32 XULRunner compile failure

Win32 xulrunner failed to compile with what looks like a legitimate problem with the tree. Filed bug 1138922 on it.

Win64 XULRunner mozconfig issues

The win64 xulrunner mozconfig selected the wrong compiler. I filed this as bug 1138924. To fix:

cd gecko
curl https://bug1138924.bugzilla.mozilla.org/attachment.cgi\?id\=8571939  | patch -p1
hg commit -m "bug 1138924: fix win64's xulrunner mozconfig. r=rail, a=bustage"
hg up -r GECKO370b2_2015030222_RELBRANCH
curl https://bug1138924.bugzilla.mozilla.org/attachment.cgi\?id\=8571939  | patch -p1
hg commit -m "bug 1138924: fix win64's xulrunner mozconfig. r=rail, a=bustage"
hg tag -f -r e8ec4e64fe84 FIREFOX_37_0b2_{RELEASE,BUILD1}
hg push -r 264134 -r 264133 ssh://hg.mozilla.org/releases/mozilla-beta

...then retriggered the job.

Fennec

Build 1

Checklist