Releases/Firefox 33.0.3/BuildNotes

From MozillaWiki
< Releases
Revision as of 03:57, 6 November 2014 by NThomas (talk | contribs) (Initial page setup)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

bug 1094569 - firefox only

Build 1

Checklist

Issues

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-build1-test-fixed-whatsnew/Firefox
rsync -a pushed/Firefox-33.0.3-build1-test/Firefox/{29.0*,3*} staging/Firefox-33.0.3-build1-test-fixed-whatsnew/Firefox/
find staging/Firefox-33.0.3-build1-test-fixed-whatsnew -type f -exec sed -i -e '/^openURL/d' -e 's,^actions=showURL,actions=silent,' {} \;
diff -ru pushed/Firefox-33.0.3-build1-test/ staging/Firefox-33.0.3-build1-test-fixed-whatsnew | less

~/bin/pushsnip Firefox-33.0.3-build1-test-fixed-whatsnew

# fix up the release snippets
mkdir -p staging/Firefox-33.0.3-build1.bak/Firefox
rsync -a staging/Firefox-33.0.3-build1/Firefox/{29.0*,3*} staging/Firefox-33.0.3-build1.bak/Firefox/
find staging/Firefox-33.0.3-build1/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-build1.bak staging/Firefox-33.0.3-build1 | less
rm -rf staging/Firefox-33.0.3-build1.bak