Releases/Firefox 33.0.3/BuildNotes: Difference between revisions
< Releases
Jump to navigation
Jump to search
(upload to apple in progress) |
(→Remove whatsnew pages for 29.0 and later: s/build1/build2/) |
||
Line 32: | Line 32: | ||
# fix up the test snippets | # fix up the test snippets | ||
mkdir -p staging/Firefox-33.0.3- | mkdir -p staging/Firefox-33.0.3-build2-test-fixed-whatsnew/Firefox | ||
rsync -a pushed/Firefox-33.0.3- | rsync -a pushed/Firefox-33.0.3-build2-test/Firefox/{29.0*,3*} staging/Firefox-33.0.3-build2-test-fixed-whatsnew/Firefox/ | ||
find staging/Firefox-33.0.3- | find staging/Firefox-33.0.3-build2-test-fixed-whatsnew -type f -exec sed -i -e '/^openURL/d' -e 's,^actions=showURL,actions=silent,' {} \; | ||
diff -ru pushed/Firefox-33.0.3- | diff -ru pushed/Firefox-33.0.3-build2-test/ staging/Firefox-33.0.3-build2-test-fixed-whatsnew | less | ||
~/bin/pushsnip Firefox-33.0.3- | ~/bin/pushsnip Firefox-33.0.3-build2-test-fixed-whatsnew | ||
# fix up the release snippets | # fix up the release snippets | ||
mkdir -p staging/Firefox-33.0.3- | mkdir -p staging/Firefox-33.0.3-build2.bak/Firefox | ||
rsync -a staging/Firefox-33.0.3- | rsync -a staging/Firefox-33.0.3-build2/Firefox/{29.0*,3*} staging/Firefox-33.0.3-build2.bak/Firefox/ | ||
find staging/Firefox-33.0.3- | find staging/Firefox-33.0.3-build2/Firefox/{29.0*,3*} -type f -exec sed -i -e '/^openURL/d' -e 's,^actions=showURL,actions=silent,' {} \; | ||
diff -ru staging/Firefox-33.0.3- | diff -ru staging/Firefox-33.0.3-build2.bak staging/Firefox-33.0.3-build2 | less | ||
rm -rf staging/Firefox-33.0.3- | rm -rf staging/Firefox-33.0.3-build2.bak | ||
</pre> | </pre> |
Revision as of 20:28, 6 November 2014
bug 1094569 - Firefox only
Build 1
Checklist
(RelMan) Ship the l10n milestone(RelMan) Submit to Ship It- aborted here for code not landing on GECKO330_2014101104_RELBRANCH, tagging cancelled at kk in locales
Issues
- patcher config changes from 33.1 were reverted, to avoid issues with 33.0.3 updates. Will require some work ahead of the next 33.1 build
- code not uplifted to GECKO330_2014101104_RELBRANCH
Build 2
Checklist
(RelMan) Ship the l10n milestone(RelMan) Submit to Ship It- Upload to Apple in progress using 2 different screens: ff33.0.3build2-vanilla and ff33.0.3build2-partner
- Remove whatsnew pages for 29.0 and later (bug 1057460)
- Push to mirrors
- Apply Throttling
- Verify throttling
- Run pushsnip
- Post-release tasks
Issues
compilation step on linux/lunx64 failed. Filed Bug 1094653, which looked like a duplicate of: Bug 1068209 "Intermittent Linux/Mulet build failures". The process hasn't been killed by buildbot; there's no "command timed out: xxxx seconds without output, attempting to kill" in the logs. In addition, the timeout for the compilation step is 3h without output and 5.5h total time. linux64 failed after ~1h 20m. Looks like it was oomkiller.
Remove whatsnew pages for 29.0 and later
# ffxbld@aus3-staging cd /opt/aus2/snippets # fix up the test snippets mkdir -p staging/Firefox-33.0.3-build2-test-fixed-whatsnew/Firefox rsync -a pushed/Firefox-33.0.3-build2-test/Firefox/{29.0*,3*} staging/Firefox-33.0.3-build2-test-fixed-whatsnew/Firefox/ find staging/Firefox-33.0.3-build2-test-fixed-whatsnew -type f -exec sed -i -e '/^openURL/d' -e 's,^actions=showURL,actions=silent,' {} \; diff -ru pushed/Firefox-33.0.3-build2-test/ staging/Firefox-33.0.3-build2-test-fixed-whatsnew | less ~/bin/pushsnip Firefox-33.0.3-build2-test-fixed-whatsnew # fix up the release snippets mkdir -p staging/Firefox-33.0.3-build2.bak/Firefox rsync -a staging/Firefox-33.0.3-build2/Firefox/{29.0*,3*} staging/Firefox-33.0.3-build2.bak/Firefox/ find staging/Firefox-33.0.3-build2/Firefox/{29.0*,3*} -type f -exec sed -i -e '/^openURL/d' -e 's,^actions=showURL,actions=silent,' {} \; diff -ru staging/Firefox-33.0.3-build2.bak staging/Firefox-33.0.3-build2 | less rm -rf staging/Firefox-33.0.3-build2.bak