Releases/Firefox 37.0b2/BuildNotes: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 23: Line 23:
hg commit -m "bug 1138924: fix win64's xulrunner mozconfig. r=rail, a=bustage"
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 tag -f -r e8ec4e64fe84 FIREFOX_37_0b2_{RELEASE,BUILD1}
hg push -r 264134 -r 264133 ssh://hg.mozilla.org/releases/mozilla-beta
hg push -r 264134 -r 264133 -r bba77d7fde28 ssh://hg.mozilla.org/releases/mozilla-beta
</pre>
</pre>



Revision as of 15:18, 3 March 2015

Firefox

Build 1

Checklist

Timeouts

We hit hg timeouts and a timeout uploadin gin a couple of XULRunner builds and some repacks. Retriggers fixed them. mgerva filed bug 1138936 about the upload timeout.

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 -r bba77d7fde28 ssh://hg.mozilla.org/releases/mozilla-beta

...then retriggered the job.

Fennec

Build 1

Checklist