Releases/Firefox 20.0b3/BuildNotes: Difference between revisions
< Releases
Jump to navigation
Jump to search
No edit summary |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
* [[Release:Release_Automation_on_Mercurial:Preparation#L10N_Changesets | Ship the l10n milestone]] {{DesktopTag}} {{MobileTag}} {{ReleaseTag}} {{BetaTag}} | * <s>[[Release:Release_Automation_on_Mercurial:Preparation#L10N_Changesets | Ship the l10n milestone]] {{DesktopTag}} {{MobileTag}} {{ReleaseTag}} {{BetaTag}} | ||
* [[Release:Release_Automation_on_Mercurial:Starting_a_Release#Submit_to_Ship_It | Submit to Ship It]] {{DesktopTag}} {{MobileTag}} {{AllTag}} | * [[Release:Release_Automation_on_Mercurial:Starting_a_Release#Submit_to_Ship_It | Submit to Ship It]] {{DesktopTag}} {{MobileTag}} {{AllTag}}</s> | ||
* [[Release:Release_Automation_on_Mercurial:Updates#Publish_Fennec | Publish Fennec]] {{MobileTag}} {{ReleaseTag}} {{BetaTag}} | * [[Release:Release_Automation_on_Mercurial:Updates#Publish_Fennec | Publish Fennec]] {{MobileTag}} {{ReleaseTag}} {{BetaTag}} | ||
* [[Release:Release_Automation_on_Mercurial:Updates#Push_Fennec_to_mirrors | Push Fennec to mirrors]] {{MobileTag}} {{ReleaseTag}} {{BetaTag}} | * [[Release:Release_Automation_on_Mercurial:Updates#Push_Fennec_to_mirrors | Push Fennec to mirrors]] {{MobileTag}} {{ReleaseTag}} {{BetaTag}} | ||
* [[Release:Release_Automation_on_Mercurial:Updates#Push_snippets | Run pushsnip]] {{DesktopTag}} {{AllTag}} | * <s>[[Release:Release_Automation_on_Mercurial:Updates#Push_snippets | Run pushsnip]] {{DesktopTag}} {{AllTag}}</s> | ||
* [[Release:Release_Automation_on_Mercurial:Updates#Update_Bouncer | Update bouncer links]] {{DesktopTag}} {{BetaTag}} {{ReleaseTag}} | * [[Release:Release_Automation_on_Mercurial:Updates#Update_Bouncer | Update bouncer links]] {{DesktopTag}} {{BetaTag}} {{ReleaseTag}} | ||
* [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Desktop_post-release | Post-release tasks]] {{DesktopTag}} {{AllTag}} | * [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Desktop_post-release | Post-release tasks]] {{DesktopTag}} {{AllTag}} | ||
Line 14: | Line 14: | ||
Which means it raced with the checksums builder. This failure is ignorable, but I had to update the scheduler db manually to kick along the builders: | Which means it raced with the checksums builder. This failure is ignorable, but I had to update the scheduler db manually to kick along the builders: | ||
update schedulers set state='{"remainingBuilders": [], "upstreamBuilders": ["release-mozilla-beta-antivirus"], "lastReset": 1362528641.9770861, "lastCheck": 1362528641.9770861}' where name='release-mozilla-beta-av_done'; | update schedulers set state='{"remainingBuilders": [], "upstreamBuilders": ["release-mozilla-beta-antivirus"], "lastReset": 1362528641.9770861, "lastCheck": 1362528641.9770861}' where name='release-mozilla-beta-av_done'; | ||
Obsoleted for 20.0b4. |
Latest revision as of 00:11, 9 March 2013
Ship the l10n milestone DESKTOP MOBILE RELEASE BETASubmit to Ship It DESKTOP MOBILE RELEASE BETA ESR- Publish Fennec MOBILE RELEASE BETA
- Push Fennec to mirrors MOBILE RELEASE BETA
Run pushsnip DESKTOP RELEASE BETA ESR- Update bouncer links DESKTOP BETA RELEASE
- Post-release tasks DESKTOP RELEASE BETA ESR
Build 1
Antivirus failed with:
Command failed for the following files: /pub/mozilla.org/firefox/nightly/20.0b3-candidates/build1/.MD5SUMS.x2dp4m
Which means it raced with the checksums builder. This failure is ignorable, but I had to update the scheduler db manually to kick along the builders:
update schedulers set state='{"remainingBuilders": [], "upstreamBuilders": ["release-mozilla-beta-antivirus"], "lastReset": 1362528641.9770861, "lastCheck": 1362528641.9770861}' where name='release-mozilla-beta-av_done';
Obsoleted for 20.0b4.