Account confirmers, Anti-spam team, Confirmed users, Bureaucrats and Sysops emeriti
1,529
edits
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 383: | Line 383: | ||
~/bin/backupsnip Firefox-15.0-build1 | ~/bin/backupsnip Firefox-15.0-build1 | ||
'''<font color="red">DONE | === Release Day === | ||
==== Push to Release Channel (for beta releases and release releases) ==== | |||
https://wiki.mozilla.org/Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Push_snippets | |||
Pushed snippets: | |||
# ffxbld@aus3-staging | |||
cd /opt/aus2/snippets/staging | |||
~/bin/pushsnip Firefox-15.0-build1 | |||
Confirmed partials for 12.0, 13.0.1 and 14.0.1: | |||
* 12.0: https://aus3.mozilla.org/update/1/Firefox/12.0/20120420145725/WINNT_x86-msvc/en-US/release/update.xml?force=1 | |||
* 13.0.1: https://aus3.mozilla.org/update/1/Firefox/13.0.1/20120614114901/WINNT_x86-msvc/en-US/release/update.xml?force=1 | |||
* 14.0.1: https://aus3.mozilla.org/update/1/Firefox/14.0.1/20120713134347/WINNT_x86-msvc/en-US/release/update.xml?force=1 | |||
==== Publish Fennec to the Play Store (for beta releases and release releases) ==== | |||
=====Push the files (for beta releases and release releases)===== | |||
https://wiki.mozilla.org/Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Push_the_files | |||
* Updated http://hg.mozilla.org/build/braindump/raw-file/tip/releases-related/push_fennec.sh to point at 15.0build1 | |||
* Ran the following on upload1: | |||
curl -O http://hg.mozilla.org/build/braindump/raw-file/tip/releases-related/push_fennec.sh | |||
bash push_fennec.sh | |||
=====Play Store (for beta releases and release releases)===== | |||
https://wiki.mozilla.org/Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Play_Store | |||
* Downloaded [http://ftp.mozilla.org/pub/mozilla.org/mobile/releases/15.0/android/multi/fennec-15.0.multi.android-arm.apk multi locale APK] to my laptop. | |||
* Went to [https://market.android.com/publish android market] | |||
* Clicked on "Firefox" | |||
* Clicked "APK Files" | |||
* Clicked "Upload APK", uploaded 15.0 multi APK. | |||
* Clicked "Save" | |||
* Clicked "Deactivate" on 14.0.1 | |||
* Clicked "Deactivate" on 14.0.2 | |||
* Clicked "Activate" on 15.0 | |||
* Clicked "Save" | |||
Publishing happened at 7:12am PT. Confirmed that the caches had cleared at 8:15am PT. | |||
==== Update browser choice website ==== | |||
https://wiki.mozilla.org/Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Update_the_Browser_Choice_Website | |||
Filed {{bug|786270}} | |||
==== Update XULRunner wiki page ==== | |||
https://wiki.mozilla.org/Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Update_XULRunner_wiki_page | |||
Updated https://developer.mozilla.org/en/XULRunner and https://developer.mozilla.org/en/Gecko_SDK. | |||
==== Update symlinks ==== | |||
https://wiki.mozilla.org/Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Update_Symlinks | |||
As ffxbld@stage.mozilla.org: | |||
cd /pub/mozilla.org/firefox/releases | |||
rm latest && ln -s 15.0 latest | |||
===== Remove index.html files ===== | |||
https://wiki.mozilla.org/Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Dealing_with_index.html_files | |||
As ffxbld@stage.mozilla.org: | |||
find /pub/mozilla.org/firefox/releases/15.0 -name index.html -exec rm {} \; | |||
'''<font color="red">DONE</font>''' |
edits