Releases/Firefox 39.0.3/BuildNotes: Difference between revisions
< Releases
Jump to navigation
Jump to search
(shipped) |
(→Build 2: all done) |
||
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]] | * [[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 24: | Line 24: | ||
* 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 38.2.0esr had already started. | |||
<pre> | |||
# ffxbld@stage.mozilla.org | |||
cd /pub/mozilla.org/firefox/releases/ && rm -f latest-esr && ln -s 38.1.1esr latest-esr |
Revision as of 23:13, 6 August 2015
Build 1
(RelMan) Ship the l10n milestone (build1 only)(RelMan) Submit to Ship It- ABANDONED
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
(RelMan) Ship the l10n milestone (build1 only)- (RelMan) Submit to Ship It
- Push to mirrors
- Publish in Balrog - BY HAND
Post-release tasks - BY HAND
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 38.2.0esr 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 38.2.0esr had already started.
# ffxbld@stage.mozilla.org cd /pub/mozilla.org/firefox/releases/ && rm -f latest-esr && ln -s 38.1.1esr latest-esr