Releases/Firefox 31.4.0esr/BuildNotes

From MozillaWiki
Jump to: navigation, search

Checklist

Build 1

Remove whatsnew for 31* users

See bug 1121123 for background.

cd /opt/aus2/snippets/staging
mkdir -p Firefox-31.4.0esr-build1-remove-whatsnew/Firefox
rsync -a /opt/aus2/snippets/pushed/Firefox-31.4.0esr-build1/Firefox/31* Firefox-31.4.0esr-build1-remove-whatsnew/Firefox/
find Firefox-31.4.0esr-build1-remove-whatsnew -type f -exec sed -i -e '/^openURL/d' -e 's,^actions=showURL,actions=silent,' {} \;
diff -ru /opt/aus2/snippets/pushed/Firefox-31.4.0esr-build1/ Firefox-31.4.0esr-build1-remove-whatsnew/
~/bin/pushsnip Firefox-31.4.0esr-build1-remove-whatsnew