Releases/Firefox 18.0b5/BuildNotes: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
 
(6 intermediate revisions by one other user not shown)
Line 5: Line 5:
* [[Release:Release_Automation_on_Mercurial:Starting_a_Release#Running_release_sanity_and_starting_the_automation | Start the automation]] {{DesktopTag}} {{MobileTag}} {{AllTag}}
* [[Release:Release_Automation_on_Mercurial:Starting_a_Release#Running_release_sanity_and_starting_the_automation | Start the automation]] {{DesktopTag}} {{MobileTag}} {{AllTag}}
* [https://intranet.mozilla.org/RelEngWiki/index.php/Signing#Android_Signing Sign Android builds] {{MobileTag}} {{ReleaseTag}} {{BetaTag}}</s>
* [https://intranet.mozilla.org/RelEngWiki/index.php/Signing#Android_Signing Sign Android builds] {{MobileTag}} {{ReleaseTag}} {{BetaTag}}</s>
* [[Release:Release_Automation_on_Mercurial:Updates#Publish_Fennec | Publish Fennec]] {{MobileTag}} {{ReleaseTag}} {{BetaTag}}
* <s>[[Release:Release_Automation_on_Mercurial:Updates#Publish_Fennec | Publish Fennec]] {{MobileTag}} {{ReleaseTag}} {{BetaTag}}</s>
* [[Release:Release_Automation_on_Mercurial:Updates#Push_snippets | Run pushsnip]] {{DesktopTag}} {{AllTag}}
* <s>[[Release:Release_Automation_on_Mercurial:Updates#Push_snippets | Run pushsnip]] {{DesktopTag}} {{AllTag}}</s>
* [[Release:Release_Automation_on_Mercurial:Updates#Update_Bouncer | Update bouncer links]] {{DesktopTag}} {{BetaTag}} {{ReleaseTag}}
* <s>[[Release:Release_Automation_on_Mercurial:Updates#Update_Bouncer | Update bouncer links]] {{DesktopTag}} {{BetaTag}} {{ReleaseTag}}</s>
* [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Desktop_post-release | Post-release tasks]] {{DesktopTag}} {{AllTag}}
* <s>[[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Desktop_post-release | Post-release tasks]] {{DesktopTag}} {{AllTag}}</s>


=== Ship the l10n milestones ===
=== Ship the l10n milestones ===
Line 24: Line 24:
  cd ..
  cd ..
  python2.6 mozharness/scripts/sign_android.py --config-file signing/android_mozilla-beta.py
  python2.6 mozharness/scripts/sign_android.py --config-file signing/android_mozilla-beta.py
=== Publish Fennec ===
* followed instructions
=== Pushsnip ===
# ffxbld@aus3-staging
cd /opt/aus2/snippets/staging
~/bin/pushsnip Firefox-18.0b5-build1
=== Update bouncer links ===
s,18.0b4,18.0b5
=== Post-release ===
Hit 'force build'

Latest revision as of 13:54, 21 December 2012

Build 1

Checklist

Ship the l10n milestones

  • Created and shipped milestones for Fennec and Firefox 18.0b5build1.

Start the release

  • Submitted the releases to the ship-it dev environment
    • This started throwing ISE 500 errors, so switched to the dev-master instance instead, resubmitting the same releases there.
  • Rail ran release runner, which started the release. (There were a couple of bumps related to new release runner code, but no problems related to the data submitted through the web.)

Sign Android builds

# 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

Publish Fennec

  • followed instructions

Pushsnip

# ffxbld@aus3-staging
cd /opt/aus2/snippets/staging
~/bin/pushsnip Firefox-18.0b5-build1

Update bouncer links

s,18.0b4,18.0b5

Post-release

Hit 'force build'