Releases/Firefox 25.0/BuildNotes

From MozillaWiki
Jump to: navigation, 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

build 3

  • timeout: failed at repack_6/10 on macosx64; rail retriggered
  • italian on win32 failed; rekicked:
command: ERROR
Traceback (most recent call last):
  File "e:/builds/moz2_slave/rel-m-rel-w32_rpk_5-0000000000/scripts/scripts/l10n\../../lib/python\util\commands.py", line 47, in run_cmd
    return subprocess.check_call(cmd, **kwargs)
  File "c:\mozilla-build\python27\lib\subprocess.py", line 511, in check_call
    raise CalledProcessError(retcode, cmd)
CalledProcessError: Command '['bash', '../../tools/update-packaging/make_incremental_update.sh', '/e/builds/moz2_slave/rel-m-rel-w32_rpk_5-0000000000/mozilla-release/obj-l10n/dist/update/win32/it/firefox-22.0-25.0.partial.mar', '/e/builds/moz2_slave/rel-m-rel-w32_rpk_5-0000000000/mozilla-release/obj-l10n/dist/previous', '/e/builds/moz2_slave/rel-m-rel-w32_rpk_5-0000000000/mozilla-release/obj-l10n/dist/current']' returned non-zero exit status 101120
command: END (132.29s elapsed)

The following tracebacks were detected during repacks:
it:
Traceback (most recent call last):
  File "e:/builds/moz2_slave/rel-m-rel-w32_rpk_5-0000000000/scripts/scripts/l10n/create-release-repacks.py", line 117, in createRepacks
    buildNumber=buildNumber, stageServer=stageServer)
  File "e:/builds/moz2_slave/rel-m-rel-w32_rpk_5-0000000000/scripts/scripts/l10n\../../lib/python\build\l10n.py", line 199, in repackLocale
    current], cwd=nativeDistDir, env=env)
  File "e:/builds/moz2_slave/rel-m-rel-w32_rpk_5-0000000000/scripts/scripts/l10n\../../lib/python\util\commands.py", line 47, in run_cmd
    return subprocess.check_call(cmd, **kwargs)
  File "c:\mozilla-build\python27\lib\subprocess.py", line 511, in check_call
    raise CalledProcessError(retcode, cmd)
CalledProcessError: Command '['bash', '../../tools/update-packaging/make_incremental_update.sh', '/e/builds/moz2_slave/rel-m-rel-w32_rpk_5-0000000000/mozilla-release/obj-l10n/dist/update/win32/it/firefox-22.0-25.0.partial.mar', '/e/builds/moz2_slave/rel-m-rel-w32_rpk_5-0000000000/mozilla-release/obj-l10n/dist/previous', '/e/builds/moz2_slave/rel-m-rel-w32_rpk_5-0000000000/mozilla-release/obj-l10n/dist/current']' returned non-zero exit status 101120


Traceback (most recent call last):
  File "e:/builds/moz2_slave/rel-m-rel-w32_rpk_5-0000000000/scripts/scripts/l10n/create-release-repacks.py", line 301, in <module>
    tooltool_urls=options.tooltool_urls,
  File "e:/builds/moz2_slave/rel-m-rel-w32_rpk_5-0000000000/scripts/scripts/l10n/create-release-repacks.py", line 127, in createRepacks
    "Failed locales: %s" % " ".join([x for x, _ in failed]))
Exception: Failed locales: it
  • Custom Polish updates (see above)
# ffxbld@aus3-staging
cd /opt/aus2/snippets/staging/
rsync -av ../pushed/Firefox-25.0-build3-test/ ./Firefox-25.0-build3-pl-bug892972-test/
for snippet in `find Firefox-25.0-build3-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-build3-test/ ./Firefox-25.0-build3-pl-bug892972-test/ | less
~/bin/pushsnip Firefox-25.0-build3-pl-bug892972-test
rsync -a Firefox-25.0-build3/ ./Firefox-25.0-build3-pl-bug892972/
for snippet in `find Firefox-25.0-build3-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
  • MSN repacks
# ffxbld@stage.mozilla.org
VERSION=25.0
cd /mnt/netapp/stage/releases.mozilla.com/bundles/msn/international
cd mac
cp -avf "/mnt/netapp/stage/releases.mozilla.com/bundles/msn-australia/mac/en-US/Firefox $VERSION.dmg" "australia/Firefox Setup.dmg"
cp -avf "/mnt/netapp/stage/releases.mozilla.com/bundles/msn-canada/mac/en-US/Firefox $VERSION.dmg" "canada/Firefox Setup.dmg"
cp -avf "/mnt/netapp/stage/releases.mozilla.com/bundles/msn-de/mac/de/Firefox $VERSION.dmg" "de/Firefox Setup.dmg"
cp -avf "/mnt/netapp/stage/releases.mozilla.com/bundles/msn-uk/mac/en-GB/Firefox $VERSION.dmg" "en-GB/Firefox Setup.dmg"
cp -avf "/mnt/netapp/stage/releases.mozilla.com/bundles/msn-fr/mac/fr/Firefox $VERSION.dmg" "fr/Firefox Setup.dmg"
cp -avf "/mnt/netapp/stage/releases.mozilla.com/bundles/msn-ja/mac/ja-JP-mac/Firefox $VERSION.dmg" "ja/Firefox Setup.dmg"
cd ../win32
cp -avf "/mnt/netapp/stage/releases.mozilla.com/bundles/msn-australia/win32/en-US/Firefox Setup $VERSION.exe" "australia/Firefox Setup.exe"
cp -avf "/mnt/netapp/stage/releases.mozilla.com/bundles/msn-canada/win32/en-US/Firefox Setup $VERSION.exe" "canada/Firefox Setup.exe"
cp -avf "/mnt/netapp/stage/releases.mozilla.com/bundles/msn-de/win32/de/Firefox Setup $VERSION.exe" "de/Firefox Setup.exe"
cp -avf "/mnt/netapp/stage/releases.mozilla.com/bundles/msn-uk/win32/en-GB/Firefox Setup $VERSION.exe" "en-GB/Firefox Setup.exe"
cp -avf "/mnt/netapp/stage/releases.mozilla.com/bundles/msn-fr/win32/fr/Firefox Setup $VERSION.exe" "fr/Firefox Setup.exe"
cp -avf "/mnt/netapp/stage/releases.mozilla.com/bundles/msn-ja/win32/ja/Firefox Setup $VERSION.exe" "ja/Firefox Setup.exe"