Confirmed users
1,377
edits
(16 intermediate revisions by 3 users not shown) | |||
Line 413: | Line 413: | ||
find 3.6* -maxdepth 4 -mindepth 4 -type d -name 'release' -print -exec chmod 0 {} \; | find 3.6* -maxdepth 4 -mindepth 4 -type d -name 'release' -print -exec chmod 0 {} \; | ||
ls | grep '3\.6.*' | xargs chmod 775 | ls | grep '3\.6.*' | xargs chmod 775 | ||
Get go from driver, '''re-enable 3.6.x on release''' | |||
# root@aus2-staging | |||
cd /opt/aus2/incoming/3/Firefox | |||
find 3.6* -maxdepth 4 -mindepth 4 -type d -name 'release' -print -exec chmod 775 {} \; | |||
Modify the beta snippets to use bouncer too (saves on QA, load on ftp.m.o) | |||
# cltbld@aus2-staging | |||
cd /opt/aus2/snippets/staging | |||
rsync -a 20100914-Firefox-3.6.10-extv-fixed/ 20100914-Firefox-3.6.10-extv-bouncer-beta/ | |||
cd 20100914-Firefox-3.6.10-extv-bouncer-beta/ | |||
find . -maxdepth 5 -mindepth 5 -type d -exec mv -v {}/release {}/beta \; | |||
~/bin/backupsnip 20100914-Firefox-3.6.10-extv-bouncer-beta | |||
~/bin/pushsnip 20100914-Firefox-3.6.10-extv-bouncer-beta | |||
=== Push throttling changes === | === Push throttling changes === | ||
[https://bug596686.bugzilla.mozilla.org/attachment.cgi?id=475571 Patch] landed in cvs, deployment is {{bug|596849}}. | |||
=== Update symlinks | === Release === | ||
Update symlinks | |||
#ffxbld@stage | |||
cd /home/ftp/pub/firefox/releases | |||
rm latest-3.6 && ln -s 3.6.10 latest-3.6 | |||
Sent the following mail to metrics@mozilla.com: | |||
Firefox,firefox,firefox,3.6.10,3.6 | |||
Firefox,firefox,firefox,3.6.11pre,3.6 | |||
=== Push EU Ballot build === | === Push EU Ballot build === | ||
Added bouncer product and location. Filed {{bug|596859}} to have the browser choice website updated. | |||
=== Push 3.0.19 -> 3.6.10 MU snippets (beta and release) === | === Push 3.0.19 -> 3.6.10 MU snippets (beta and release) === | ||
As cltbld@aus2-staging: | |||
~/bin/backupsnip 20100915-3.0.19-3.6.10-MU | |||
~/bin/pushsnip 20100915-3.0.19-3.6.10-MU | |||
After QA signed off on the release channel: | |||
~/bin/pushsnip 20100915-3.0.19-3.6.10-MU-beta | |||
=== Push XULRunner to mirrors === | === Push XULRunner to mirrors === | ||
<pre> | |||
# xrbld@stage | |||
rsync -av --exclude=*.txt --exclude=*unsigned* --exclude=*-symbols.zip \ | |||
/pub/mozilla.org/xulrunner/nightly/1.9.2.10-candidates/build1/ \ | |||
/pub/mozilla.org/xulrunner/releases/1.9.2.10/ | |||
</pre> | |||
Edited cltbld@stage:/pub/mozilla.org/zz/rsyncd-mozilla-releases.exclude and added | |||
- xulrunner/releases/1.9.2.9 | |||
=== Update XULRunner entries on wiki === | === Update XULRunner entries on wiki === | ||
Updated the links in these two wiki pages for the version change: | |||
* [https://developer.mozilla.org/En/XULRunner_1.9.2_Release_Notes Release Notes] | |||
* [https://developer.mozilla.org/En/Gecko_SDK Gecko_SDK] |