Releases/Firefox 3.5.8/BuildNotes: Difference between revisions
< Releases | Firefox 3.5.8
Jump to navigation
Jump to search
Line 113: | Line 113: | ||
===== Snippet generation ===== | ===== Snippet generation ===== | ||
'''NOTE: This section is work in progress''' | |||
* Slave TBD | * Slave TBD | ||
* Determine if UPDATE_PACKAGING_R10 is the right revision to update to | * Determine if UPDATE_PACKAGING_R10 is the right revision to update to |
Revision as of 16:31, 10 February 2010
Build Engineers
coop and armenzg
bug 543761
Signed-off Revision(s)
Build1: d8ca06471009
Tags
On releases/mozilla-1.9.1:
Build # | Tag | Changeset |
1 | GECKO1918_20100202_RELBRANCH | 9165e7415f91 |
FIREFOX_3_5_8_BUILD1 | 9165e7415f91 |
Build data
Build # | Type | Build ID | Build machine |
1 | Linux | 20100202153512 | moz2-linux-slave39 |
1 | Mac | 20100202152834 | bm-xserve21 |
1 | Windows | 20100202165920 | win32-slave49 |
Notes
Build 1
NOTE: We used clobberer for this releases
- Clean up slaves
- Linux: slave30,36,39,40,41,42,43,44,45,46,47,48,49,50
- rm -rf /builds/slave/{tag,source,linux_build,linux_repack,updates,linux_update_verify,final_verification}/*
- Win32: slave50,51,52,53,54,55,56,57,58,59
- rm -rf /e/builds/moz2_slave/{win32_build,win32_repack,win32_update_verify,wince_build}/*
- Mac: slave21,22,23,24,25,26; xserve21,22
- rm -rf /builds/slave/{macosx_build,macosx_repack,l10n_verification, macosx_update_verify}/*
- Linux: slave30,36,39,40,41,42,43,44,45,46,47,48,49,50
- Landed automation version bumps, reconfigured production-master02
- Kicked off automation
buildbot sendchange --username=armenzg --master=localhost:9010 --branch=releases/mozilla-1.9.1 -m "Firefox 3.5.8 build1" Go
- Tag manually buildbot-configs, buildbotcustom and tools repositories
- I didn't do it before triggering the release
- hg pull -u && hg up -C
- choose the revisions that were used
- hg tag -r d2890e48e6e9 FIREFOX_3_5_8_BUILD1; hg tag -r d2890e48e6e9 FIREFOX_3_5_8_RELEASE (for buildbot-configs)
- hg tag -r 7ad8012e2926 FIREFOX_3_5_8_RELEASE; hg tag -r 7ad8012e2926 FIREFOX_3_5_8_BUILD1 (for buildbotcustom)
Few days later
- email received for beta snippets to be pushed live
- snippets pushed live see "Publish updates to beta channel" section
- patch for major update to be generated
Tag
No problems
Source
No problems
Build/Repack
No problems
- slaves
- Remove build1/en-US.xpi bug 485860
Sign
No Problems
- Freed-up space in key master
- df -h (we should have TBD GB available on /d/)
- removed unsgined-buildN and signed-buildN of the last 4 releases, in our case:
- ls -lrt
- thunderbird-2.0.0.2{2,3}
- firefox-3.5.5
- firefox-3.0.16
- moved them to removed_binaries
- starting with 23GB's free (80%)
- Following instructions in Combined Signing
L10nVerify
No problems
- metadiff has output but it makes sense since we took "fr" changes for this dot release
Generate updates and push betatest snippets
No problems
Update verify
No problems
Major update (3.5.8 to 3.6.0)
Created patches.
Looking at snippet generation notes for 3.6
Snippet generation
NOTE: This section is work in progress
- Slave TBD
- Determine if UPDATE_PACKAGING_R10 is the right revision to update to
- Determine where the list of locales comes from
mkdir -p /builds/3.5.8-3.6-major-update cd /builds/3.5.8-3.6-major-update export CVSROOT=:ext:cltbld@cvs.mozilla.org:/cvsroot cvs co -d patcher-configs mozilla/tools/patcher-configs cvs co -r UPDATE_PACKAGING_R10 -d patcher mozilla/tools/patcher cd patcher cvs co -r UPDATE_PACKAGING_R10 -d MozBuild mozilla/tools/release/MozBuild # build tools ./patcher2.pl --build-tools --app=firefox --tools-rev=UPDATE_PACKAGING_R10 --config=../patcher-configs/moz191-branch-major-update-patcher2.cfg 2>&1 | tee ../firefox_build-tools.log # fake 3.5.8 mars, which aren't used for anything but take time to d/l mkdir -p temp/firefox/3.5.8/ftp/ for l in TODO; do touch temp/firefox/3.5.8/ftp/firefox-3.5.8.${l}.{linux-i686,mac,win32}.complete.mar done # download mars ./patcher2.pl --download --app=firefox --config=../patcher-configs/moz191-branch-major-update-patcher2.cfg 2>&1 | tee ../firefox_download.log # FIXME - patcher needs to see that the MARs that it thinks are partials # are there or else it will not attempt to generate patchinfo cd temp/firefox mkdir 3.5.8-3.6 ln -s ../3.6/ftp 3.5.8-3.6/ftp cd ../.. # Create partial patches and snippets ./patcher2.pl --create-patches --app=firefox --config=../patcher-configs/moz191-branch-major-update-patcher2.cfg 2>&1 | tee ../firefox-create-patches.log
Publish updates to beta channel
Feb.9th 12:30PM PST: NOTE: No email giving a heads up.
# cltbld @ aus2-staging cd /opt/aus2/snippets/staging # No need to run backupsnip, since jhford did it for 3.0.18 ~/bin/pushsnip 20100203-Firefox-3.5.8-beta
- bug 544458 - Throttling changes for Fx 3.5.8 going to beta channel