Releases/Firefox 37.0b7/BuildNotes: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
=== 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]]</s>
* (RelMan) [[Release:Release_Automation_on_Mercurial:Starting_a_Release#Submit_to_Ship_It | Submit to Ship It]]
* [[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>
 
=== Retag tools after bustage fix for {{bug|1053814}} ===
Need to retag the tools repo to pick up a bustage fix to breaking jobs that use stage-tasks.py:
<pre>
hg tag -r 5cbbd855ed8c -f FIREFOX_37_0b7_{RELEASE,BUILD1}
hg push ssh://hg.mozilla.org/build/tools
</pre>
 
=== Retrigger builders that failed because of {{bug|1053814}} ===
XULRunner push to mirrors, antivirus, check permissions all failed the first time because of the aforementioned issue with stage-tasks.py. A rebuild after the retagging fixed them
 
=== Manually poke ready for beta-cdntest builder ===
This didn't fire automatically because it was blocked on the win64 stub installer. Had to manually force the "release-mozilla-beta-firefox_beta_ready_for_beta-cdntest_testing" builder.


= Fennec =
= Fennec =
Line 13: Line 26:
* (RelMan) [[Release:Release_Automation_on_Mercurial:Starting_a_Release#Submit_to_Ship_It | Submit to Ship It]]</s>
* (RelMan) [[Release:Release_Automation_on_Mercurial:Starting_a_Release#Submit_to_Ship_It | Submit to Ship It]]</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]]
=== Retag tools after bustage fix for {{bug|1053814}} ===
Need to retag the tools repo to pick up a bustage fix to breaking jobs that use stage-tasks.py:
<pre>
hg tag -r 5cbbd855ed8c -f FENNEC_37_0b7_{RELEASE,BUILD1}
hg push ssh://hg.mozilla.org/build/tools
</pre>

Latest revision as of 20:25, 20 March 2015

Firefox

Build 1

Checklist

* (RelMan) Ship the l10n milestone

Retag tools after bustage fix for bug 1053814

Need to retag the tools repo to pick up a bustage fix to breaking jobs that use stage-tasks.py:

hg tag -r 5cbbd855ed8c -f FIREFOX_37_0b7_{RELEASE,BUILD1}
hg push ssh://hg.mozilla.org/build/tools

Retrigger builders that failed because of bug 1053814

XULRunner push to mirrors, antivirus, check permissions all failed the first time because of the aforementioned issue with stage-tasks.py. A rebuild after the retagging fixed them

Manually poke ready for beta-cdntest builder

This didn't fire automatically because it was blocked on the win64 stub installer. Had to manually force the "release-mozilla-beta-firefox_beta_ready_for_beta-cdntest_testing" builder.

Fennec

Build 1

Checklist

Retag tools after bustage fix for bug 1053814

Need to retag the tools repo to pick up a bustage fix to breaking jobs that use stage-tasks.py:

hg tag -r 5cbbd855ed8c -f FENNEC_37_0b7_{RELEASE,BUILD1}
hg push ssh://hg.mozilla.org/build/tools