Releases/Firefox 10.0b3/BuildNotes: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 195: Line 195:


=== Firefox Signing ===
=== Firefox Signing ===
 
'''All Stop for build 2 to backout {{bug|714320}}'''


=== Android Signing ===
=== Android Signing ===

Revision as of 18:58, 4 January 2012

Notes About Releasing

Please update the Notes Template and the Release:Primer for future releases (bug fixes, changes to automation) as needed

Bugs hit

Enter any bugs pre-existing or newly discovered and filed during the release:

Build Engineers

lsblakk - Tracking bug: bug 712150

Signed-off Revision(s)

Build 1: aa49b359456f

L10N changesets

Instructions on how to get them

Tags

Build # Branch, Tags Changeset
MOBILE100_#_RELBRANCH, FENNEC_10_0b3_RELEASE, FENNEC_10_0b3_BUILD1 #
GECKO100_#_RELBRANCH, FIREFOX_10_0b3_BUILD1 FIREFOX_10_0b3_RELEASE #

Build data

Firefox

Build # Type Build ID Build machine Time to build
1 Linux
Linux64
Mac
Windows

Fennec

Build # Type Build ID Build machine Time to build
1 android
linux
macosx
win32

Notes

Build 1

Syncing repos

(eg: mozilla-beta -> mozilla-release for new Firefox releases)

Diff mozconfigs

If this is a *.0 beta -> release

Preparing to start Automation

  • Set clobbers for the appropriate masters.
  • Reserved slaves:
echo "10"> master/reserved_slaves_bm08-build1
  • Updated l10n changesets for desktop, mobile
  • double-landed automation configs
  • Tagged buildbot-configs, buildbotcustom, & tools with build & release tags:
hg tag -f FIREFOX_10_0b3_RELEASE FIREFOX_10_0b3_BUILD1 FENNEC_10_0b3_RELEASE FENNEC_10_0b3_BUILD1
  • updated and reconfigured the master
  • dry-run release_sanity.py
PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u lsblakk -pfirefox,fennec \
-V 10.0b3 --branch mozilla-beta --build-number 1 -c release-firefox-mozilla-beta.py \
-c release-fennec-mozilla-beta.py --dryrun localhost:9001
  • start automation
PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u lsblakk -pfirefox,fennec \
-V 10.0b3 --branch mozilla-beta --build-number 1 -c release-firefox-mozilla-beta.py \
-c release-fennec-mozilla-beta.py localhost:9001

E-mail Metrics

For 3.6.25 you would send

Firefox,firefox,firefox,3.6.25,3.6
Firefox,firefox,firefox,3.6.26pre,3.6

For non-3.6 releases, we need to include Fennec in the email if we build Fennec.

For 9.0b2 it would be

Firefox,firefox,firefox,9.0b2,9.0
Fennec,firefox-mobile,fennec,9.0b2,9.0

And for 9.0 final it's

Firefox,firefox,firefox,9.0,9.0
Fennec,firefox-mobile,fennec,9.0,9.0

E-mail mirrors@mozilla.org

N/A

Tag

No problems

Bouncer Submitter

No problems

Source

No problems

Start autosign

PRODUCT=firefox
VERSION=10.0b3
BUILD=1
TAG=FIREFOX_10_0b3_RELEASE
REPO='releases/mozilla-beta'
EMAIL=release@mozilla.com
KEYDIR=d:/2011-keys
RELCONFIG=mozilla/release-firefox-mozilla-beta.py

cd ${HOME}/hg-tools/ # if it exists, otherwise create a fresh clone
hg pull && hg up -r ${TAG}
mkdir -p ~/signing-work/${PRODUCT}-${VERSION}/lib/python
cd ~/signing-work/${PRODUCT}-${VERSION}
cp ~/hg-tools/release/signing/* .
rsync -av ~/hg-tools/lib/python/ ./lib/python/
make autosign PRODUCT=${PRODUCT} VERSION=${VERSION} BUILD=${BUILD} REPO=${REPO} \
 EMAIL=${EMAIL} KEYDIR=${KEYDIR} RELCONFIG=${RELCONFIG}

Instructions are in CombinedSigning

Build

Firefox

No problems

Firefox repacks

No problems

Fennec

Android

No problems

Desktop Builds

No problems

Mobile Desktop repacks

No problems

Unittests / Talos

  1. Look to see that they ran
  2. Document any oranges (per platform) for unittests - if possible, try to confirm it's known/random
  3. Make sure there's no red/failures that we need to have a dev look at

XULRunner

Source

No problems

Build

No problems

Signing

NOTE: use new signcode keys from d:/2011-keys

Partner Repack

Firefox

N/A

Fennec

N/A

Firefox Signing

All Stop for build 2 to backout bug 714320

Android Signing

Instructions in [MobileSigning https://intranet.mozilla.org/Build:MobileSigning]

NOTE: It can be started in a different Windows without having to wait for Firefox signing to finish.

Android Signature Verification

L10N verify

Updates

Update verify

Major Update

Update verify

Socorro Product Data Updates

Reset reserved slaves

Run backupsnip

Check permissions / AV scan

Push files to internal mirrors

Mirrors Policy

Final verification

Push to beta

Push index file to mirrors

Push to external mirrors

if this is a chemspill you will want to ping justdave (or other sysadmin) in #release-drivers 
and ask them to enable CDN

Publish Fennec to the Android Market

Push the files

  • edit push_fennec_{beta,release}.sh as ffxbld@stage
  • run push_fennec_{beta,release}

Android Market

IMPORTANT - Make sure to follow instructions!

  • download multi apk (e.g. multi/fennec-8.0b4.multi.eabi-arm.apk)
  • visit https://market.android.com/publish
  • choose "Firefox Beta" or "Firefox"
  • select the "APK Files" tab and choose "Upload APK"
    • choose the multi apk that you downloaded and hit "upload"
      • NOTE: the progress bar does not seem to show progress (at least on Google Chrome)
    • when it finishes uploading, verify VersionCode is build date
    • hit "Save"
  • activate new apk (You should see an Error message since both apk's are active)
  • deactivate old apk (You should not see the Error message anymore)
  • hit "Save"
  • If this is a beta 1, go to "Product Details" tab -> Recent Changes, change the url to http://www.mozilla.com/en-US/mobile/{VERSION}beta/releasenotes/
    • and hit "Save"

Push XULRunner to Mirrors

Update XULRunner wiki page

Push to Release Channel

Update symlinks

Once we're signed off on the release channel.

Remove index.html files

If you created them earlier to hide the release.

Update browser choice website