|
|
(11 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| | When doing a release you should follow [[Releases/RelEngChecklist | the checklist]]. |
| | |
| = Notes = | | = Notes = |
| == Build 1 == | | == Build 1 == |
| === Started the Release === | | === Hit issue X === |
| * Shipped the l10n milestone
| |
| * Set "any master", "mozilla-beta", "any builder" for a clobber
| |
| * Set reserved slaves to 8
| |
| * Verified that bm13 had enough win32, linux, linux64, and r5 lion machines available to it
| |
| * Landed config updates, tagged buildbot-configs, buildbotcustom, and tools with {FIREFOX,FENNEC}_14_0b7_{RELEASE,BUILD1}
| |
| * Updated and reconfiged the master
| |
| * Ran release sanity dry run:
| |
| cd /builds/buildbot/build1/master
| |
| source ../bin/activate
| |
| PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u bhearsum -V 14.0b7 --branch mozilla-beta --build-number 1 \
| |
| --release-config release-firefox-mozilla-beta.py --release-config release-fennec-mozilla-beta.py --products firefox,fennec \
| |
| --dryrun localhost:9001
| |
| * No problems, started the automation by running release sanity again without --dryrun
| |
| | |
| === Signed Android Builds ===
| |
| <pre>
| |
| cd ~/signing-work/mozharness
| |
| hg pull -u && hg up -C
| |
| python2.6 ~/signing-work/mozharness/scripts/sign_android.py --config-file signing/android_mozilla-beta.py --platform android
| |
| </pre>
| |
| | |
| === Published Fennec === | |
| * Updated & ran push_fennec.sh
| |
| * Uploaded & activated on Play store
| |
| | |
| === Pushed beta snippets ===
| |
| cd /opt/aus2/snippets/staging
| |
| ~/bin/pushsnip Firefox-14.0b99-build1
| |
| | |
| = Bugs Hit =
| |