Account confirmers, Anti-spam team, Confirmed users, Bureaucrats and Sysops emeriti
1,529
edits
| No edit summary | No edit summary | ||
| Line 384: | Line 384: | ||
| '''<font color="red">DONE TO HERE</font>''' | '''<font color="red">DONE TO HERE</font>''' | ||
| === Release Day === | |||
| ==== 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. | |||
| ==== 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 | |||
| ==== 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 14.0.1 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 {} \; | |||
| ==== Update browser choice website ==== | |||
| https://wiki.mozilla.org/Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Update_the_Browser_Choice_Website | |||
| Filed {{bug|????}} | |||
edits