Releases/Firefox 17.0b6/BuildNotes: Difference between revisions
< Releases
Jump to navigation
Jump to search
(Created page with "= Check list = * <s> Ship the l10n milestone {{DesktopTag}} {{MobileTag}} {{ReleaseTag}} {{BetaTag}}</s>...") |
|||
Line 17: | Line 17: | ||
=== Update configs, reconfig, start the automation === | === Update configs, reconfig, start the automation === | ||
Release Kickoff/Runner was used for all of this. It worked 100% fine, except that because of [[Releases/Thunderbird_17.0b3/BuildNotes#Update_configs.2C_reconfig.2C_start_automation | problems with Thunderbird]] we had to back out the Firefox/Fennec configs to try all of the releases again. Once those problems were sorted out the releases started without issue. | Release Kickoff/Runner was used for all of this. It worked 100% fine, except that because of [[Releases/Thunderbird_17.0b3/BuildNotes#Update_configs.2C_reconfig.2C_start_automation | problems with Thunderbird]] we had to back out the Firefox/Fennec configs to try all of the releases again. Once those problems were sorted out the releases started without issue. | ||
=== Sign Android builds === | |||
As cltsign@signing1: | |||
cd ~/signing-work/mozharness | |||
hg pull -u && hg up -C | |||
cd .. | |||
python2.6 mozharness/scripts/sign_android.py --config-file signing/android_mozilla-beta.py |
Revision as of 16:01, 13 November 2012
Check list
Ship the l10n milestone DESKTOP MOBILE RELEASE BETARelease:Release_Automation_on_Mercurial:Starting_a_Release#Land_patches_and_reconfig Land patches and reconfigDESKTOP MOBILE RELEASE BETA ESRStart the automation DESKTOP MOBILE RELEASE BETA ESR- Sign Android builds MOBILE RELEASE BETA
- Publish Fennec MOBILE RELEASE BETA
- Run pushsnip DESKTOP RELEASE BETA ESR
- Update bouncer links DESKTOP BETA
- Post-release tasks DESKTOP RELEASE BETA ESR
Notes
Build 1
Ship the l10n milestone
Milestones were created and shipped on Nov 12 when the initial go-to-build was given. Due to late breaking code issues, we didn't actually start the release until the morning of the 13th.
Update configs, reconfig, start the automation
Release Kickoff/Runner was used for all of this. It worked 100% fine, except that because of problems with Thunderbird we had to back out the Firefox/Fennec configs to try all of the releases again. Once those problems were sorted out the releases started without issue.
Sign Android builds
As cltsign@signing1:
cd ~/signing-work/mozharness hg pull -u && hg up -C cd .. python2.6 mozharness/scripts/sign_android.py --config-file signing/android_mozilla-beta.py