canmove, Confirmed users
6,439
edits
(Created page with "= Firefox = == Build 1 == === Checklist === * <s>(RelMan) Ship the l10n milestone * (RelMan) Releas...") |
No edit summary |
||
Line 10: | Line 10: | ||
* [[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]] | ||
=== 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_36_0_3_{RELEASE,BUILD1} | |||
hg push ssh://hg.mozilla.org/build/tools | |||
</pre> | |||
=== Retrigger XULRunner push to mirrors === | |||
It failed the first time because of the aforementioned issue with stage-tasks.py. A rebuild after the retagging fixed it. | |||
=== OS X Partner build failures === | |||
We hit {{bug|1008052}} in two different attempts at partner repacks. So far, we're just rebuilding it until it works. Probably need to do something smarter here soon. | |||
= Fennec = | = Fennec = | ||
Line 18: | Line 31: | ||
* [[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]] | ||
=== 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_36_0_3_{RELEASE,BUILD1} | |||
hg push ssh://hg.mozilla.org/build/tools | |||
</pre> |