Releases/Firefox 33.1/BuildNotes

From MozillaWiki
< Releases
Revision as of 20:23, 5 November 2014 by NThomas (talk | contribs) (→‎Checklist: fennec status)
Jump to navigation Jump to search

bug 1091282

Firefox Build 1

Expecting a build2 for a further fix

Checklist

Issues

  • win32 update verify 6/10 failed to purge enough space and show some output, so buildbot killed it. PYTHONUNBOFFERED=1 would help
  • missed disabling whatsnew pages for all versions in patcher config, as those are being handled in-app by bug 1077643
    • fix config with a patch for build2
    • if we don't do a build2 we should munge the snippets, doing a
      sed -i -e '/^openURL/d' -e 's,^actions=showURL,actions=silent,'
      on all versions.

Firefox build2

Checklist

issues

  • win32 update verify 3/6 - 20 minutes with no output purging space, filed bug 1091982. Rerunning.
  • incorrect snippet edit applied in patch from build 1 bug 1093187 (hwine)
    • fix for snippets on beta test:
   # on ffxbld@aus3:staging/
   rsync -a ../pushed/Firefox-33.1-build2-test/ Firefox-33.1-build2-test-silent/
   find Firefox-33.1-build2-test-silent -type f -exec sed -i -e '/^actions=silent/d' {} \;
   diff -ru ../pushed/Firefox-33.1-build2-test/ Firefox-33.1-build2-test-silent/ | less
   ~/bin/pushsnip Firefox-33.1-build2-test-silent
    • fix for production snippets (not yet pushed):
   # on ffxbld@aus3:staging/
   find Firefox-33.1-build2 -type f -exec sed -i -e '/^actions=silent/d' {} \;

Fennec Build 1

Checklist

Issues

  • email '[release] Fennec 33.1 build1: Updates available on None', bug 1019724 again