canmove, Confirmed users
6,439
edits
No edit summary |
|||
(6 intermediate revisions by 2 users not shown) | |||
Line 218: | Line 218: | ||
Green | Green | ||
=== Push updates to release channel | === Push updates to release channel === | ||
Filed {{bug|596686}} for throttling changes. | Filed {{bug|596686}} for throttling changes. | ||
Line 226: | Line 226: | ||
~/bin/pushsnip 20100914-Firefox-3.5.13 | ~/bin/pushsnip 20100914-Firefox-3.5.13 | ||
~/bin/pushsnip 20100914-Firefox-3.5.13-bouncer-beta | |||
' | We'll do the MU a later day. | ||
===Release=== | ===Release=== | ||
Line 235: | Line 235: | ||
rm latest-3.5 && ln -s 3.5.13 latest-3.5 | rm latest-3.5 && ln -s 3.5.13 latest-3.5 | ||
Sent | Sent the following mail to metrics@mozilla.com: | ||
Firefox,firefox,firefox,3.5.13,3.5 | Firefox,firefox,firefox,3.5.13,3.5 | ||
Firefox,firefox,firefox,3.5.14pre,3.5 | Firefox,firefox,firefox,3.5.14pre,3.5 | ||
=== Push 3.5.13 -> 3.6.10 MU (beta+release) === | |||
As cltbld@aus2-staging: | |||
~/bin/backupsnip 20100914-Firefox-3.5.13-3.6.10-MU | |||
~/bin/pushsnip 20100914-Firefox-3.5.13-3.6.10-MU | |||
After QA finished testing the release channel: | |||
~/bin/pushsnip 20100914-Firefox-3.5.13-3.6.10-MU-beta | |||
=== XULRunner === | === XULRunner === | ||
Line 290: | Line 298: | ||
==== 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.1.13-candidates/build1/ \ | |||
/pub/mozilla.org/xulrunner/releases/1.9.1.13/ | |||
</pre> | |||
Edited cltbld@stage:/pub/mozilla.org/zz/rsyncd-mozilla-releases.exclude and added | |||
- xulrunner/releases/1.9.1.12 | |||
==== Update XULRunner wiki ==== | ==== Update XULRunner wiki ==== | ||
Updated the links in these two wiki pages for the version change: | |||
* [https://developer.mozilla.org/En/XULRunner_1.9.1_Release_Notes Release Notes] | |||
* [https://developer.mozilla.org/En/Gecko_SDK Gecko_SDK] |