Releases/Firefox 41.0.2/BuildNotes: Difference between revisions
< Releases
Jump to navigation
Jump to search
(→build2) |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 12: | Line 12: | ||
== build2 == | == build2 == | ||
* <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]] | ||
* [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Publish_in_Balrog | Publish in Balrog ]] | * [[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]]</s> | ||
= Fennec = | = Fennec = | ||
Line 28: | Line 26: | ||
== Build 2 == | == Build 2 == | ||
* <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]]</s> | ||
* [[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]] | ||
= Issues = | = Issues = | ||
There's a release issue with files for mobile, | There's a release issue with files for mobile, eg buildN/android-api-9_info.txt. nthomas removed the hack that puts them in that location (for Socorro) in http://hg.mozilla.org/build/buildbotcustom/rev/300082f07673, and hasn't taught their scraper a new trick yet. So we need to copy them back there manually for a bit, eg as ffxbld@stage.mozilla.org; | ||
cd /pub/mozilla.org/mobile/41.0.2-candidates/build2/; for f in android-*/; do cp -pv $f/en-US/*info.txt .; done | cd /pub/mozilla.org/mobile/41.0.2-candidates/build2/; for f in android-*/; do cp -pv $f/en-US/*info.txt .; done | ||
Three failures in Firefox repacks for 41.0.2 build2 - all truncated downloads of old complete.mar files for partial generation. We saw this once for 42.0b6 too. Filed {{bug|1214971}} and used the standalone_repack builders to recover. Forced the repack_complete builders when they were successful. |
Latest revision as of 19:06, 15 October 2015
Firefox
build1
(RelMan) Ship the l10n milestone (build1 only)(RelMan) Submit to Ship It- Push to mirrors
- Apply Throttling
- Verify throttling
- Publish in Balrog
- Post-release tasks
build2
(RelMan) Ship the l10n milestone (build1 only)- (RelMan) Submit to Ship It
- Push to mirrors
- Publish in Balrog
Post-release tasks
Fennec
Build 1
(RelMan) Ship the l10n milestone (build1 only)(RelMan) Submit to Ship It- Push to mirrors
- Post-release tasks
Build 2
(RelMan) Ship the l10n milestone (build1 only)- (RelMan) Submit to Ship It
Push to mirrors- Post-release tasks
Issues
There's a release issue with files for mobile, eg buildN/android-api-9_info.txt. nthomas removed the hack that puts them in that location (for Socorro) in http://hg.mozilla.org/build/buildbotcustom/rev/300082f07673, and hasn't taught their scraper a new trick yet. So we need to copy them back there manually for a bit, eg as ffxbld@stage.mozilla.org;
cd /pub/mozilla.org/mobile/41.0.2-candidates/build2/; for f in android-*/; do cp -pv $f/en-US/*info.txt .; done
Three failures in Firefox repacks for 41.0.2 build2 - all truncated downloads of old complete.mar files for partial generation. We saw this once for 42.0b6 too. Filed bug 1214971 and used the standalone_repack builders to recover. Forced the repack_complete builders when they were successful.