Releases/Firefox 33.1/BuildNotes
< Releases
Jump to navigation
Jump to search
Firefox Build 1
Expecting a build2 for a further fix
Checklist
(RelMan) Ship the l10n milestone(RelMan) Submit to Ship It- Upload to Apple - delay this until we know more about build2, can be as late as Nov 3
- no further steps to do, see build2
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
(RelMan) Ship the l10n milestone- (RelMan) Submit to Ship It
Upload to AppleRelman wants to test the build before notify Apple. Send the email to apple on relman request (or expect relman to email them)fix snippets(see below)change patch from build 1patch- Push to mirrors
- Apply Throttling
- Verify throttling
- Run pushsnip
- Post-release tasks
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
(RelMan) Ship the l10n milestone(RelMan) Submit to Ship It- Push to mirrors
- Post-release tasks
Issues
- email '[release] Fennec 33.1 build1: Updates available on None', bug 1019724 again