Releases/Firefox 10.0b5/BuildNotes

From MozillaWiki
Jump to: navigation, search

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:

[09:56am] coop: hrmmm, oldBaseTag was already set to FIREFOX_10_0b4 in release-firefox-mozilla-beta.py. don't suppose that's going to hurt anything
[09:57am] bhearsum: huh
[09:57am] bhearsum: i'm surprised that didn't cause problems for 10.0b4....
[09:57am] bhearsum: it would've affected update verify, for sure
[09:57am] bhearsum: hmm, just update generation actually
[10:00am] bhearsum: aha
[10:00am] bhearsum: jhford-work-away: oldBaseTag being FIREFOX_10_0b4 instead of 10_0b3 is why you got update verify failures
  • linux64 repacks failed due to lack of disk space
  • bug 719263 - sign_android script should verify passwords before signing
  • bug 719260 - Investigate why updates builder triggered twice for 10.0b5
  • bug 719393 - Remove "as" from 10.0b3 update verify configs
  • bug 719465 - Please disable beta updates until we understand why Beta 5 was offered

Build Engineers

coop - Tracking bug: bug 712152

Signed-off Revision(s)

Build 1: 0316db6b614b

L10N changesets

Instructions on how to get them

Tags

Build # Branch, Tags Changeset
MOBILE100_2012011807_RELBRANCH, FENNEC_10_0b5_RELEASE, FENNEC_10_0b5_BUILD1 11d741e4641c
GECKO100_2012011807_RELBRANCH, FIREFOX_10_0b5_RELEASE, FIREFOX_10_0b5_BUILD1 52b82032a40b

Build data

Firefox

Build # Type Build ID Build machine Time to build
1 Linux 20120118081945 mv-moz2-linux-ix-slave18 1 hrs, 21 mins, 49 secs
Linux64 moz2-linux64-slave06 4 hrs, 18 mins, 29 secs
Mac moz2-darwin10-slave41 3 hrs, 15 mins, 8 secs
Windows mw32-ix-slave07 3 hrs, 9 mins, 56 secs

Fennec

Build # Type Build ID Build machine Time to build
1 android 20120118081111 mv-moz2-linux-ix-slave05 1 hrs, 45 mins, 41 secs
linux mv-moz2-linux-ix-slave02 1 hrs, 12 mins, 8 secs
macosx bm-xserve16 2 hrs, 8 mins, 40 secs
win32 mw32-ix-slave06 1 hrs, 38 mins, 56 secs

Notes

Build 1

Preparing to start Automation

  • set 'any master', 'mozilla-beta', 'any builder' on clobberer
  • reserved 8 slaves
echo "8"> master/reserved_slaves_bm08-build1
  • Updated l10n changesets for desktop, mobile
  • Land automation configs (are you or buildduty going to reconfig? great, merge. otherwise double-land only your configs)
  • Tag buildbot-configs, buildbotcustom, & tools with build & release tags
hg tag -f FIREFOX_10_0b5_RELEASE FIREFOX_10_0b5_BUILD1 FENNEC_10_0b5_RELEASE FENNEC_10_0b5_BUILD1
  • update and reconfigure the master
  • dry run of release-sanity
/builds/buildbot/build1/master
source ../bin/activate
PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u coop \
 -pfirefox,fennec -V 10.0b5 --branch mozilla-beta --build-number 1 \
 -c release-firefox-mozilla-beta.py -c release-fennec-mozilla-beta.py \
 --dryrun localhost:9001
  • For effect
PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u coop \
 -pfirefox,fennec -V 10.0b5 --branch mozilla-beta --build-number 1 \
 -c release-firefox-mozilla-beta.py -c release-fennec-mozilla-beta.py \
 localhost:9001

E-mail Metrics

Emailed

Firefox,firefox,firefox,10.0b5,10.0
Fennec,firefox-mobile,fennec,10.0b5,10.0

Tag

no problems

Bouncer Submitter

no problems

Source

no problems

Start autosign

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

PRODUCT=firefox
VERSION=10.0b5
BUILD=1
TAG=FIREFOX_10_0b5_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}

Build

Firefox

no problem

Firefox repacks

Some of linux64 repacks failed due to low disk space on one of the slaves. Hit Rebuild after some cleanup on the problematic slave. After all of the repacks were done, forced repacks_done builder for linux64 with script_repo_revision set to FIREFOX_10_0b5_RELEASE to notify r-d.

Fennec

Android

no problems

Desktop Builds

no problems

Mobile Desktop repacks

no problems

Unittests / Talos

XULRunner

Source

no problems

Build

no problems

Signing

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

Android Signing

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

Had incorrect store passphrase for Android signing, but the signing script didn't error out, it just plowed ahead. Filed bug 719263

Second attempt with correct password worked fine.

Android Signature Verification

The signing script uploaded the incorrectly signed apk which triggered the scheduler for signature verification. Filed bug 719263

Uploading the properly signed apks and retriggering the builder fixed the issue.

L10N verify

Aside from new locale AS failing because there are no previous versions, no problems

Updates

Updates builder fired twice, not sure why.

Update verify

Aside from new locale AS failing because there are no previous versions, no problems

Reset reserved slaves

[cltbld@buildbot-master08 ~]$ echo 0 > /builds/buildbot/build1/master/reserved_slaves_bm08-build1  

Run backupsnip

bash-3.2$ ~/bin/backupsnip Firefox-10.0b5-build1

Check permissions / AV scan

Push files to internal mirrors

Mirrors Policy

Final verification

  • Aside from new locale AS failing because there are no previous versions, no problems
  • retriggered after landing bug 719393

Push to beta

~/bin/pushsnip Firefox-10.0b5-build1

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

no problems

Android Market

IMPORTANT - Make sure to follow instructions!

  • download multi apk (e.g. multi/fennec-10.0b5.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

rsync  -av --exclude=*.txt --exclude=*unsigned* --exclude=*-symbols.zip \
   --exclude=*.checksums --exclude=jsshell* \
   /pub/mozilla.org/xulrunner/nightly/10.0b5-candidates/build1/ \
   /pub/mozilla.org/xulrunner/releases/10.0b5/

Update XULRunner wiki page

DONE TO HERE

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