Releases/Firefox 39.0.3/BuildNotes: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
 
(4 intermediate revisions by 3 users 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 ==
* win32 en-US failed out with <tt>StreamError: seeking backwards is not allowed</tt> when unpacking the mozharness archive, due nthomas adding a symlink .gitignore --> .hgignore when putting mozharness on the relbranch. catlee worked around by [http://hg.mozilla.org/build/tools/rev/e0be1d1f7d7d skipping symlinks when extracting on windows]
* win32 en-US failed out with <tt>StreamError: seeking backwards is not allowed</tt> when unpacking the mozharness archive, due nthomas adding a symlink .gitignore --> .hgignore when putting mozharness on the relbranch. catlee worked around by [http://hg.mozilla.org/build/tools/rev/e0be1d1f7d7d skipping symlinks when extracting on windows]
* Two windows repack chunks failed with a slave disconnect - they were automatically retried
* Two windows repack chunks failed with a slave disconnect - they were automatically retried
== Ship in Balrog ==
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.
** 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

Latest revision as of 17:44, 11 August 2015

Build 1

Issues

  • bouncer submitter failed, the relbranch doesn't have a full copy of the relbranch. Dumped a copy from build/mozharness at FIREFOX_39_0_RELEASE there
  • compilation failure for all xulrunner and firefox builds in docshell (from bug 1178058), respin for this

Build 2

Issues

  • win32 en-US failed out with StreamError: seeking backwards is not allowed when unpacking the mozharness archive, due nthomas adding a symlink .gitignore --> .hgignore when putting mozharness on the relbranch. catlee worked around by skipping symlinks when extracting on windows
  • Two windows repack chunks failed with a slave disconnect - they were automatically retried

Ship in Balrog

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.
    • done (hwine)

Post-release tasks

Couldn't use Buildbot builder because 40.0 had already started.

# 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 {} \;

On bounceradmin,

  • updated the alias firefox-stub to Firefox-39.0.3-stub
  • updated the alias firefox-latest to Firefox-39.0.3