Confirmed users
3,990
edits
No edit summary |
|||
(9 intermediate revisions by the same user not shown) | |||
Line 268: | Line 268: | ||
==== Push to mirrors ==== | ==== Push to mirrors ==== | ||
* Feb. 17th, 2010 - 8:10AM PST - less than 25 minutes process | * Feb. 17th, 2010 - 8:10AM PST - less than 25 minutes process | ||
* NOTE: sentry does not have a 3.5.8 entry. Pinged IT about it. | |||
* Filed {{bug|546704}} | |||
# ffxbld@stage | # ffxbld@stage | ||
rsync -av --exclude="*reporter*" --exclude=*.log --exclude=*.txt --exclude=*unsigned* /pub/mozilla.org/firefox/nightly/3.5.8-candidates/build1/ /pub/mozilla.org/firefox/releases/3.5.8/ | rsync -av --exclude="*reporter*" --exclude=*.log --exclude=*.txt --exclude=*unsigned* /pub/mozilla.org/firefox/nightly/3.5.8-candidates/build1/ /pub/mozilla.org/firefox/releases/3.5.8/ | ||
# cltbld@stage | # cltbld@stage | ||
vim /pub/mozilla.org/zz/rsyncd-mozilla-current.exclude | vim /pub/mozilla.org/zz/rsyncd-mozilla-current.exclude | ||
# replace 3.5.7 with 3.5.8 | # replace 3.5.7 with 3.5.8 | ||
==== Final Verification ==== | ==== Final Verification ==== | ||
* few failures | |||
* Nick removed mirrorservice.org | |||
* All good | |||
==== Push updates to release channel ==== | ==== Push updates to release channel ==== | ||
Line 287: | Line 290: | ||
cd /opt/aus2/snippets/staging | cd /opt/aus2/snippets/staging | ||
~/bin/backupsnip 20100203-Firefox-3.5.8 | ~/bin/backupsnip 20100203-Firefox-3.5.8 | ||
~/bin/pushsnip 20100203-Firefox-3.5.8 | |||
~/bin/backupsnip 20100210-Firefox-3.5.8-3.6-MU | |||
~/bin/pushsnip 20100210-Firefox-3.5.8-3.6-MU | |||
==== Release ==== | ==== Release ==== | ||
# ffxbld@stage | |||
cd /home/ftp/pub/firefox/releases | |||
rm latest-3.5 && ln -s 3.5.8 latest-3.5 | |||
==== XULRunner build ==== | ==== XULRunner build ==== | ||
* This step doesn't have to be the last one | * This step doesn't have to be the last one | ||
Triggered the builds by going to the buildbot waterfall for mozilla-1.9.1 and forcing builds for linux (not x64), mac and windows xulrunner. Set the field '''"Revision to build"''' (not properties) to 'FIREFOX_3_5_8_RELEASE' | Triggered the builds by going to the buildbot waterfall for mozilla-1.9.1 and forcing builds for linux (not x64), mac and windows xulrunner. Set the field '''"Revision to build"''' (not properties) to 'FIREFOX_3_5_8_RELEASE'. Email the builds to release-drivers. | ||
# as xrbld@stage on a production slave | |||
mkdir -p /pub/mozilla.org/xulrunner/nightly/1.9.1.8-candidates/build1 | |||
mv /pub/mozilla.org/xulrunner/nightly/2010-02-17-10-mozilla-1.9.1/* /pub/mozilla.org/xulrunner/nightly/1.9.1.8-candidates/build1 | |||
rm -rf 2010-02-17-10-mozilla-1.9.1 | |||
* [http://production-master02.build.mozilla.org:8010/builders/Linux%20mozilla-1.9.1%20xulrunner/builds/200 Linux build] | |||
* [http://production-master02.build.mozilla.org:8010/builders/OS%20X%2010.5.2%20mozilla-1.9.1%20xulrunner/builds/201 Mac build] | |||
* [http://production-master02.build.mozilla.org:8010/builders/WINNT%205.2%20mozilla-1.9.1%20xulrunner/builds/203 Win32 build] | |||
* Waiting for reply from mfinkle or dtownsed |