Releases/Firefox 41.0.2/BuildNotes: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 25: Line 25:
* [[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#Post-release_tasks | Post-release tasks]]
* [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Post-release_tasks | Post-release tasks]]
== Build 2 ==
* <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]]</s>
* [[Release:Release_Automation_on_Mercurial:Updates#Push_to_mirrors | Push to mirrors]]
* [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Post-release_tasks | Post-release tasks]]
= Issues =
There's a release issue with files for mobile, like buildN/android-api-9_info.txt. I removed the hack that puts them in that location (for Socorro) in http://hg.mozilla.org/build/buildbotcustom/rev/300082f07673, and haven'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

Revision as of 22:48, 14 October 2015

Firefox

build1

build2

Fennec

Build 1

Build 2

Issues

There's a release issue with files for mobile, like buildN/android-api-9_info.txt. I removed the hack that puts them in that location (for Socorro) in http://hg.mozilla.org/build/buildbotcustom/rev/300082f07673, and haven'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