Releases/Firefox 10.0.11esr/BuildNotes

From MozillaWiki
Jump to: navigation, search

Build 1

Checklist

Start the release

  • Updated configs
  • Tagged buildbot-configs, buildbotcustom, and tools with FIREFOX_10_0_11esr_{RELEASE,BUILD1}
  • Ran release sanity:
cd /builds/buildbot/build_scheduler/master
source ../bin/activate
PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u bhearsum     -V 10.0.11esr --branch mozilla-esr10 --build-number 1     --release-config release-firefox-mozilla-esr10.py --products firefox --dryrun localhost:9301
  • Failed because there's no l10n milestone, all other checks passed:
2012-11-15 09:59:07,387 : ERROR : cannot find l10n dashboard at https://l10n.mozilla.org/shipping/l10n-changesets?ms=fx10.0.11esr
  • Ran without --dryrun and --bypass-l10n-check to get the release going
PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u bhearsum     -V 10.0.11esr --branch mozilla-esr10 --build-number 1     --release-config release-firefox-mozilla-esr10.py --products firefox --bypass-l10n-check localhost:9301