Confirmed users
4,467
edits
(→Tags) |
|||
(13 intermediate revisions by the same user not shown) | |||
Line 24: | Line 24: | ||
|- | |- | ||
| rowspan="2" | | | rowspan="2" | | ||
| | | MOBILE70_2011092210_RELBRANCH, FENNEC_VERSION_RELEASE, FENNEC_VERSION_BUILD1 | ||
| [http://hg.mozilla.org/releases/mozilla- | | [http://hg.mozilla.org/releases/mozilla-release/rev/cb66cfac27f7 cb66cfac27f7] | ||
|- | |- | ||
| | | GECKO70_2011092208_RELBRANCH, FIREFOX_VERSION_BUILD1 FIREFOX_VERSION_RELEASE | ||
| [http://hg.mozilla.org/releases/mozilla- | | [http://hg.mozilla.org/releases/mozilla-release/rev/01fc7213b1d8 01fc7213b1d8] | ||
|} | |} | ||
Line 522: | Line 522: | ||
==== Publish to the Android Market ==== | ==== Publish to the Android Market ==== | ||
* Downloaded http://ftp.mozilla.org/pub/mozilla.org/mobile/candidates/7.0-candidates/build2/android/multi/fennec-7.0.multi.eabi-arm.apk | * Downloaded http://ftp.mozilla.org/pub/mozilla.org/mobile/candidates/7.0-candidates/build2/android/multi/fennec-7.0.multi.eabi-arm.apk | ||
* Uploaded it to the market | * Uploaded it to the market | ||
* What's New, description, and new screenshots are in {{bug|689352}} | * Activated 7.0 and deactivated 6.0.2 and saved | ||
* What's New, description, and new screenshots are in {{bug|689352}}: | |||
** What's new en-US and all locales for Firefox 7.0 Mobile - done | |||
** What's new en-US and all locales for Firefox Beta 8.0 Mobile (though the app is still at 7.0b5) - done | |||
** Description en-US for Firefox 7.0 Mobile - done | |||
** Still to do: locales for descriptions (not priority), new screenshots (not priority) | |||
'''IMPORTANT -''' Make sure to follow instructions! See [https://wiki.mozilla.org/Releases/Firefox_6.0b6/BuildNotes#Publish_to_the_Android_Market 6.0b6's push to Market]. | '''IMPORTANT -''' Make sure to follow instructions! See [https://wiki.mozilla.org/Releases/Firefox_6.0b6/BuildNotes#Publish_to_the_Android_Market 6.0b6's push to Market]. | ||
=== Push to Release Channel === | === Push to Release Channel === | ||
<pre> | |||
# cltbld@aus2-staging | # cltbld@aus2-staging | ||
~/bin/pushsnip Firefox-7.0-build2 | time ~/bin/pushsnip Firefox-7.0-build2 | ||
sent 1786217 bytes received 101970 bytes 10289.85 bytes/sec | |||
total size is 1418919 speedup is 0.75 | |||
real 3m3.605s | |||
user 0m0.792s | |||
sys 0m3.074s | |||
Running ssh -i /home/cltbld/.ssh/auspush ffxbld@dp-ausstage01.phx.mozilla.com touch /opt/aus2/incoming/3 | |||
--------------------------------------------------------------------------- | |||
real 15m9.481s | |||
user 0m2.496s | |||
sys 0m13.512s | |||
</pre> | |||
=== Update symlinks === | === Update symlinks === | ||
Line 537: | Line 558: | ||
ln -s 7.0 latest-7.0 | ln -s 7.0 latest-7.0 | ||
rm latest && ln -s latest-7.0 latest | rm latest && ln -s latest-7.0 latest | ||
=== Remove index.html files === | |||
cd /pub/mozilla.org/firefox/releases/7.0 | |||
find . -name index.html -exec echo rm -v {} \; | |||
find . -name index.html -exec rm -v {} \; | |||
=== Update browser choice website === | === Update browser choice website === | ||
Filed {{bug|689576}} to update the website | Filed {{bug|689576}} to update the website | ||
=== Turning off updates for bug 680802 === | |||
<pre> | |||
# cltbld@aus2-staging | |||
cd /opt/aus2/incoming/3/Firefox | |||
chmod 0 4.0* 5.0* 6.0* 7.0* | |||
touch . | |||
# and phx too | |||
ssh -i /home/cltbld/.ssh/auspush ffxbld@dp-ausstage01.phx.mozilla.com | |||
cd /opt/aus2/incoming/3/Firefox | |||
chmod 0 4.0* 5.0* 6.0* 7.0* | |||
touch . | |||
</pre> | |||
The rest of this is tracked in {{bug|689906}}. |