Releases/Firefox 10.0.11esr/BuildNotes
From MozillaWiki
< Releases
Build 1
Checklist
-
Land patches and reconfig DESKTOP MOBILE RELEASE BETA ESR -
Start the automation DESKTOP MOBILE RELEASE BETA ESR -
Run pushsnip DESKTOP RELEASE BETA ESR -
Post-release tasks DESKTOP RELEASE BETA ESR
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