Releases/Firefox 25.0/BuildNotes

From MozillaWiki
< Releases
Revision as of 18:14, 23 October 2013 by Rail (talk | contribs) (→‎build 2)
Jump to navigation Jump to search

build 1

# ffxbld@aus3-staging
cd /opt/aus2/snippets/staging/
rsync -av ../pushed/Firefox-25.0-build1-test/ ./Firefox-25.0-build1-pl-bug892972-test/
for snippet in `find Firefox-25.0-build1-pl-bug892972-test -type f -path '*/pl/*'`; do
  sed -i -e 's/actions=silent/actions=showURL/' $snippet
  echo "openURL=https://www.mozilla.org/pl/firefox/25.0/whatsnew/?oldversion=%OLD_VERSION%" >> $snippet
done
diff -Naur ../pushed/Firefox-25.0-build1-test/ ./Firefox-25.0-build1-pl-bug892972-test/ | less
~/bin/pushsnip Firefox-25.0-build1-pl-bug892972-test
rsync -a Firefox-25.0-build1/ ./Firefox-25.0-build1-pl-bug892972/
for snippet in `find Firefox-25.0-build1-pl-bug892972 -type f -path '*/pl/*'`; do
  sed -i -e 's/actions=silent/actions=showURL/' $snippet
  echo "openURL=https://www.mozilla.org/pl/firefox/25.0/whatsnew/?oldversion=%OLD_VERSION%" >> $snippet
done

build 2

  • bash.exe segfault in l10n repack, retriggered
  • Custom Polish updates (see above)
# ffxbld@aus3-staging
cd /opt/aus2/snippets/staging/
rsync -av ../pushed/Firefox-25.0-build2-test/ ./Firefox-25.0-build2-pl-bug892972-test/
for snippet in `find Firefox-25.0-build2-pl-bug892972-test -type f -path '*/pl/*'`; do
  sed -i -e 's/actions=silent/actions=showURL/' $snippet
  echo "openURL=https://www.mozilla.org/pl/firefox/25.0/whatsnew/?oldversion=%OLD_VERSION%" >> $snippet
done
diff -Naur ../pushed/Firefox-25.0-build2-test/ ./Firefox-25.0-build2-pl-bug892972-test/ | less
~/bin/pushsnip Firefox-25.0-build2-pl-bug892972-test
rsync -a Firefox-25.0-build2/ ./Firefox-25.0-build2-pl-bug892972/
for snippet in `find Firefox-25.0-build2-pl-bug892972 -type f -path '*/pl/*'`; do
  sed -i -e 's/actions=silent/actions=showURL/' $snippet
  echo "openURL=https://www.mozilla.org/pl/firefox/25.0/whatsnew/?oldversion=%OLD_VERSION%" >> $snippet
done