Releases/Firefox 17.0b7/BuildNotes: Difference between revisions
< Releases
Jump to navigation
Jump to search
(Created page with "This release is Android-only. = Build 1 = == Checklist == * <s> Ship the l10n milestone {{DesktopTag}} {...") |
No edit summary |
||
Line 22: | Line 22: | ||
Release kickoff successfully created & landed the patches, reconfiged, ran release sanity, and started the release. | Release kickoff successfully created & landed the patches, reconfiged, ran release sanity, and started the release. | ||
=== Sign Android Builds === | |||
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 14:33, 16 November 2012
This release is Android-only.
Build 1
Checklist
Ship the l10n milestone DESKTOP MOBILE RELEASE BETALand 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
Ship the l10n milestone
Created and shipped the Fennec 17.0b7 l10n milestone.
Start the automation
Submitted the release to release kickoff with the following values:
- Version: 17.0b7
- Build Number: 1
- Branch: releases/mozilla-beta
- Mozilla Revision: 000e362a815a
- Check L10n Changesets against dashboard: Yes
- Fennec L10n Changesets: https://l10n.mozilla.org/shipping/json-changesets?ms=fennec17_beta_b7&platforms=android&multi_android-multilocale_repo=releases%2Fmozilla-beta&multi_android-multilocale_rev=default&multi_android-multilocale_path=mobile%2Fandroid%2Flocales%2Fmaemo-locales
Release kickoff successfully created & landed the patches, reconfiged, ran release sanity, and started the release.
Sign Android Builds
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