Releases/Firefox 10.0.11esr/BuildNotes
< Releases
Jump to navigation
Jump to search
Build 1
Checklist
Land patches and reconfig DESKTOP MOBILE RELEASE BETA ESRStart the automation DESKTOP MOBILE RELEASE BETA ESRRun pushsnip DESKTOP RELEASE BETA ESRPost-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