Releases/Firefox 39.0.3/BuildNotes: Difference between revisions

(shipped)
 
(2 intermediate revisions by one other user not shown)
Line 11: Line 11:
* <s>(RelMan) [[Release:Release_Automation_on_Mercurial:Preparation#L10N_Changesets | Ship the l10n milestone]] (build1 only)
* <s>(RelMan) [[Release:Release_Automation_on_Mercurial:Preparation#L10N_Changesets | Ship the l10n milestone]] (build1 only)
* (RelMan) [[Release:Release_Automation_on_Mercurial:Starting_a_Release#Submit_to_Ship_It | Submit to Ship It]]
* (RelMan) [[Release:Release_Automation_on_Mercurial:Starting_a_Release#Submit_to_Ship_It | Submit to Ship It]]
* [[Release:Release_Automation_on_Mercurial:Updates#Push_to_mirrors | Push to mirrors]]</s>
* [[Release:Release_Automation_on_Mercurial:Updates#Push_to_mirrors | Push to mirrors]]
* Publish in Balrog - '''BY HAND'''
* Publish in Balrog - '''BY HAND'''
* Post-release tasks - '''BY HAND'''
* Post-release tasks - '''BY HAND'''</s>


== Issues ==
== Issues ==
Line 20: Line 20:


== Ship in Balrog ==
== Ship in Balrog ==
Couldn't use Buildbot builder because 38.2.0esr had already started.
Couldn't use Buildbot builder because the next 40.0 build had already started.


* Manually updated the balrog rule with channel set to "release" to point at the "Firefox-39.0.3-build2" mapping.
* Manually updated the balrog rule with channel set to "release" to point at the "Firefox-39.0.3-build2" mapping.
** done (hwine)
** done (hwine)
== Post-release tasks ==
Couldn't use Buildbot builder because 40.0 had already started.
<pre>
# ffxbld@stage.mozilla.org
find /pub/mozilla.org/firefox/releases/39.0.3/ -name index.html -exec rm -v {} \;
cd /pub/mozilla.org/firefox/releases/ && rm -f latest && ln -s 39.0.3 latest
cp -f "/pub/mozilla.org/firefox/candidates/39.0.3-candidates/build2/partner-repacks/bing/mac/en-US/Firefox 39.0.3.dmg" /mnt/netapp/stage/releases.mozilla.com/bundles/bing/mac/en-US/Firefox-Bing.dmg
cp -f "/pub/mozilla.org/firefox/candidates/39.0.3-candidates/build2/partner-repacks/bing/win32/en-US/Firefox Setup 39.0.3.exe" "/mnt/netapp/stage/releases.mozilla.com/bundles/bing/win32/en-US/Firefox-Bing Setup.exe"
find /mnt/netapp/stage/releases.mozilla.com/bundles -type d -exec chmod 775 {} \;
find /mnt/netapp/stage/releases.mozilla.com/bundles -name \"*.exe\" -exec chmod 775 {} \;
find /mnt/netapp/stage/releases.mozilla.com/bundles -name \"*.dmg\" -exec chmod 775 {} \;
</pre>
On bounceradmin,
* updated the alias firefox-stub to Firefox-39.0.3-stub
* updated the alias firefox-latest to Firefox-39.0.3
canmove, Confirmed users
6,440

edits