Releases/Firefox 35.0b5/BuildNotes: Difference between revisions
< Releases
Jump to navigation
Jump to search
(Add checklist) |
|||
(4 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
== Checklist == | == Checklist == | ||
* <s>(RelMan) [[Release:Release_Automation_on_Mercurial:Preparation#L10N_Changesets | Ship the l10n milestone]] | * <s>(RelMan) [[Release:Release_Automation_on_Mercurial:Preparation#L10N_Changesets | Ship the l10n milestone]] | ||
* (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]] | ||
* At the same time, [[Release:Release_Automation_on_Mercurial:Updates#Push_snippets | run pushsnip]] and [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Publish_in_Balrog | publish in Balrog ]] | * At the same time, [[Release:Release_Automation_on_Mercurial:Updates#Push_snippets | run pushsnip]] and [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Publish_in_Balrog | publish in Balrog ]] | ||
* [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Post-release_tasks | Post-release tasks]] | * [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Post-release_tasks | Post-release tasks]] | ||
* [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Mark_release_as_shipped | Mark as shipped ]] | * [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Mark_release_as_shipped | Mark as shipped ]]</s> | ||
== Issues == | == Issues == | ||
* macosx64 repack 3/10 failed because a timeout cloning mozilla-beta. Job re-triggered. | |||
* macosx64 repack 9/10 every locale had the this error: | |||
<pre> | |||
mv: rename /builds/slave/rel-m-beta-osx64_rpk_9-0000000/mozilla-beta/obj-l10n/dist/l10n-stage/firefox/Firefox.app/Contents/Resources/en.lproj to /builds/slave/rel-m-beta-osx64_rpk_9-0000000/mozilla-beta/obj-l10n/dist/l10n-stage/firefox/Firefox.app/Contents/Resources/ta.lproj: No such file or directory | |||
make[1]: *** [repackage-zip] Error 1 | |||
make: *** [repackage-zip-ta] Error 2 | |||
</pre> | |||
Not sure about the cause of this error - Job re-triggered | |||
=== Final verify failures === | |||
Final verify failed with a bunch of 404s. They seemed to only happen intermittently, and only from within our network. I filed {{bug|1113712}} on the issue. | |||
* Final verify passes after webops implemented {{bug|1113712#c2|workaround}}. |
Latest revision as of 21:34, 19 December 2014
Build 1
Checklist
(RelMan) Ship the l10n milestone- (RelMan) Submit to Ship It
- At the same time, run pushsnip and publish in Balrog
- Post-release tasks
Mark as shipped
Issues
- macosx64 repack 3/10 failed because a timeout cloning mozilla-beta. Job re-triggered.
- macosx64 repack 9/10 every locale had the this error:
mv: rename /builds/slave/rel-m-beta-osx64_rpk_9-0000000/mozilla-beta/obj-l10n/dist/l10n-stage/firefox/Firefox.app/Contents/Resources/en.lproj to /builds/slave/rel-m-beta-osx64_rpk_9-0000000/mozilla-beta/obj-l10n/dist/l10n-stage/firefox/Firefox.app/Contents/Resources/ta.lproj: No such file or directory make[1]: *** [repackage-zip] Error 1 make: *** [repackage-zip-ta] Error 2
Not sure about the cause of this error - Job re-triggered
Final verify failures
Final verify failed with a bunch of 404s. They seemed to only happen intermittently, and only from within our network. I filed bug 1113712 on the issue.
- Final verify passes after webops implemented workaround.