Releases/Firefox 10.0.11esr/BuildNotes: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
 
Line 4: Line 4:
* <s>[[Release:Release_Automation_on_Mercurial:Starting_a_Release#Running_release_sanity_and_starting_the_automation | Start the automation]] {{DesktopTag}} {{MobileTag}} {{AllTag}}</s>
* <s>[[Release:Release_Automation_on_Mercurial:Starting_a_Release#Running_release_sanity_and_starting_the_automation | Start the automation]] {{DesktopTag}} {{MobileTag}} {{AllTag}}</s>
* <s>[[Release:Release_Automation_on_Mercurial:Updates#Push_snippets | Run pushsnip]] {{DesktopTag}} {{AllTag}}</s>
* <s>[[Release:Release_Automation_on_Mercurial:Updates#Push_snippets | Run pushsnip]] {{DesktopTag}} {{AllTag}}</s>
* [<s>[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Desktop_post-release | Post-release tasks]] {{DesktopTag}} {{AllTag}}</s>
* <s>[[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Desktop_post-release | Post-release tasks]] {{DesktopTag}} {{AllTag}}</s>


== Start the release ==
== Start the release ==

Latest revision as of 19:27, 20 November 2012

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