Confirmed users
3,990
edits
(12 intermediate revisions by 2 users not shown) | |||
Line 241: | Line 241: | ||
* {{bug|546594}} - Throttling changes for Fx 3.5.8 going to release channel | * {{bug|546594}} - Throttling changes for Fx 3.5.8 going to release channel | ||
==== Virus Scan ==== | ==== Virus Scan ==== | ||
Line 257: | Line 246: | ||
* {{bug|546495}} filed <strike>and waiting on ServOps</strike> | * {{bug|546495}} filed <strike>and waiting on ServOps</strike> | ||
* Nick run the virus check (this means that we can do it ourselves) | * Nick run the virus check (this means that we can do it ourselves) | ||
* I moved this step above the step "push to mirrors" since it makes more sense | |||
# stage | # stage | ||
Line 274: | Line 264: | ||
Infected files: 0 | Infected files: 0 | ||
Time: 823.429 sec (13 m 43 s) | Time: 823.429 sec (13 m 43 s) | ||
==== Push to mirrors ==== | |||
* 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 | |||
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 | |||
vim /pub/mozilla.org/zz/rsyncd-mozilla-current.exclude | |||
# 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 281: | Line 287: | ||
* Upon tomorrow's GO we will have to push this: 20100203-Firefox-3.5.8 and 20100210-Firefox-3.5.8-3.6-MU | * Upon tomorrow's GO we will have to push this: 20100203-Firefox-3.5.8 and 20100210-Firefox-3.5.8-3.6-MU | ||
* {{bug|546594}} tracks unthrottling 3.5.7 updates - to land and go into production after 20100203-Firefox-3.5.8 overrides the major update currently in place (nthomas to co-ordinate) | * {{bug|546594}} tracks unthrottling 3.5.7 updates - to land and go into production after 20100203-Firefox-3.5.8 overrides the major update currently in place (nthomas to co-ordinate) | ||
# cltbld @ aus2-staging | |||
cd /opt/aus2/snippets/staging | |||
~/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 ==== | ||
* Triggered | * 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'. 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 |