Releases/Firefox 25.0/BuildNotes: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
= build 1 =
* we forgot to uncheck "Check l10n dashboard", release-runner failed. Edited, resubmitted.
* we forgot to uncheck "Check l10n dashboard", release-runner failed. Edited, resubmitted.
* Manual what's new settings for PL (https://bugzilla.mozilla.org/show_bug.cgi?id=892972#c11)
* Manual what's new settings for PL (https://bugzilla.mozilla.org/show_bug.cgi?id=892972#c11)
Line 15: Line 16:
   echo "openURL=https://www.mozilla.org/pl/firefox/25.0/whatsnew/?oldversion=%OLD_VERSION%" >> $snippet
   echo "openURL=https://www.mozilla.org/pl/firefox/25.0/whatsnew/?oldversion=%OLD_VERSION%" >> $snippet
  done
  done
= build 2 =
* bash.exe segfault in l10n repack, retriggered


TBD
TBD

Revision as of 12:19, 23 October 2013

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

TBD

# 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