Account confirmers, Anti-spam team, Confirmed users, Bureaucrats and Sysops emeriti
1,529
edits
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 382: | Line 382: | ||
cd /opt/aus2/snippets/staging | cd /opt/aus2/snippets/staging | ||
~/bin/backupsnip Firefox-15.0-build1 | ~/bin/backupsnip Firefox-15.0-build1 | ||
=== Release Day === | === Release Day === | ||
==== Push to Release Channel (for beta releases and release releases) ==== | ==== Push to Release Channel (for beta releases and release releases) ==== | ||
Line 403: | Line 397: | ||
* 13.0.1: https://aus3.mozilla.org/update/1/Firefox/13.0.1/20120614114901/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 | * 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) ==== | ==== Publish Fennec to the Play Store (for beta releases and release releases) ==== | ||
Line 438: | Line 414: | ||
* Clicked "Save" | * Clicked "Save" | ||
* Clicked "Deactivate" on 14.0.1 | * Clicked "Deactivate" on 14.0.1 | ||
* Clicked "Deactivate" on 14.0.2 | |||
* Clicked "Activate" on 15.0 | * Clicked "Activate" on 15.0 | ||
* Clicked "Save" | * Clicked "Save" | ||
Publishing happened at | 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