Confirmed users
4,293
edits
ChrisCooper (talk | contribs) |
m (→Build/Repack: correction) |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
* EST: coop | * EST: coop | ||
* NZDT: nthomas | * NZDT: nthomas | ||
Main tracking bug: {{bug|526240}} | Main tracking bug: {{bug|526240}}, WinCE updates: {{bug|518408}} | ||
==Signed-off Revision(s)== | ==Signed-off Revision(s)== | ||
Line 61: | Line 61: | ||
* Clean up previous releases build dirs, just for the slaves we used for 3.6b1 build3. Used cssh for linux/mac, RDP as Administrator on win32. | * Clean up previous releases build dirs, just for the slaves we used for 3.6b1 build3. Used cssh for linux/mac, RDP as Administrator on win32. | ||
** Linux: moz2-linux-slave01,02,05-10,16,20,30; rm -rf /builds/slave/{tag,source,linux_build,linux_repack,updates,linux_update_verify,final_verification}/* | ** Linux: moz2-linux-slave01,02,05-10,16,20,30; rm -rf /builds/slave/{tag,source,linux_build,linux_repack,updates,linux_update_verify,final_verification}/* | ||
** Mac: bm-xserve07, | ** Mac: bm-xserve07,09; moz2-darwin9-slave02,05-10,12,16; rm -rf /builds/slave/{macosx_build,macosx_repack,l10n_verification, macosx_update_verify}/* | ||
** Win32: moz2-win32-slave01,02,05-10,16,17,23; rm -rf /e/builds/moz2_slave/{win32_build,win32_repack,win32_update_verify,wince_build}/* | ** Win32: moz2-win32-slave01,02,05-10,16,17,23; rm -rf /e/builds/moz2_slave/{win32_build,win32_repack,win32_update_verify,wince_build}/* | ||
* Got review on the [https://bugzilla.mozilla.org/attachment.cgi?id=410426 release config patch], landed, reconfig p-m | * Got review on the [https://bugzilla.mozilla.org/attachment.cgi?id=410426 release config patch], landed, reconfig p-m | ||
Line 117: | Line 117: | ||
Manual verification that all l10n builds present: | Manual verification that all l10n builds present: | ||
# stage | # stage | ||
cd /home/ftp/pub/firefox/nightly/3. | cd /home/ftp/pub/firefox/nightly/3.6b2-candidates/build1 | ||
# each should be 47 = en-US + 46 l10n builds | # each should be 47 = en-US + 46 l10n builds | ||
for p in linux-i686 mac unsigned/win32; do | for p in linux-i686 mac unsigned/win32; do | ||
Line 123: | Line 123: | ||
done | done | ||
Removed en-US.xpi from the 3. | Removed en-US.xpi from the 3.6b2-candidates/build1/ directory on stage. | ||
====Sign==== | ====Sign==== | ||
Line 154: | Line 154: | ||
Backed out patch to moz192-branch-patcher2.cfg. | Backed out patch to moz192-branch-patcher2.cfg. | ||
Fix snippets to use the right buildid - had used 3.6a2's build1 (20090915194311) instead of build2 (20090920154215). | |||
# cltbld@aus2-staging | |||
cd /opt/aus2/ | |||
mv -v incoming/3/Firefox/3.6a2/WINCE_arm-msvc/{20090915194311/,20090920154215/} | |||
mv -v snippets/staging/20091109-Firefox-3.6b2-from-3.6a2-test/Firefox/3.6a2/WINCE_arm-msvc/{20090915194311/,20090920154215/} | |||
mv -v snippets/staging/20091109-Firefox-3.6b2-from-3.6a2/Firefox/3.6a2/WINCE_arm-msvc/{20090915194311/,20090920154215/} | |||
====Update verify==== | ====Update verify==== | ||
Line 186: | Line 193: | ||
WinCE is not appearing in bouncer product uptake tables: {{bug|527719}} | WinCE is not appearing in bouncer product uptake tables: {{bug|527719}} | ||
====Final Verification==== | ====Final Verification==== | ||
* (slave: moz2-linux-slave25): in progress | |||
* failed to find partial updates for locales dropped between b1 and b2. This is EXPECTED. List of affected locales: af, bg, da, ka, kk, ko, mk, nb-NO, nn-NO, sl | |||
====Push updates to release channel==== | ====Push updates to release channel==== | ||
Line 204: | Line 211: | ||
====XULRunner build==== | ====XULRunner build==== | ||
Created the builds by going to the buildbot waterfall for mozilla-1.9.2 and forcing builds for linux (not x64), mac and windows xulrunner. Set the branch to 'releases/mozilla-1.9.2' and revision to 'FIREFOX_3_6b2_RELEASE'. | |||
When they finished, as xrbld@stage moved /pub/mozilla.org/xulrunner/nightly/latest-mozilla-1.9.2/*1.9.2b2.* to ..../nightly/1.9.2b2-candidates/build1/. Contacted mfinkle and dtownsend for smoketest QA. |