Confirmed users
4,293
edits
(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> | ||