Releases/Firefox 33.0.3/BuildNotes: Difference between revisions
< Releases
Jump to navigation
Jump to search
(→Build 1: patcher config revert) |
(build2 - already ??? this must be a new record) |
||
Line 1: | Line 1: | ||
{{bug|1094569}} - | {{bug|1094569}} - Firefox only | ||
= Build 1 = | = Build 1 = | ||
Line 5: | Line 5: | ||
* <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]]</s> | ||
* aborted here for code not landing on GECKO330_2014101104_RELBRANCH, tagging cancelled at kk in locales | |||
== Issues == | |||
* patcher config changes from 33.1 were [https://hg.mozilla.org/build/tools/rev/a2eafe676ea9 reverted], to avoid issues with 33.0.3 updates. Will require some work ahead of the next 33.1 build | |||
* code not uplifted to GECKO330_2014101104_RELBRANCH | |||
= Build 2 = | |||
== Checklist == | |||
* (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]] | |||
* [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Upload_files_to_Apple_for_Whitelisting | Upload to Apple]] | * [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Upload_files_to_Apple_for_Whitelisting | Upload to Apple]] | ||
* [[Releases/Firefox_33.0.1/BuildNotes#Remove_whatsnew_pages_for_29.0_and_later | Remove whatsnew pages for 29.0 and later (bug 1057460)]] | * [[Releases/Firefox_33.0.1/BuildNotes#Remove_whatsnew_pages_for_29.0_and_later | Remove whatsnew pages for 29.0 and later (bug 1057460)]] | ||
Line 12: | Line 22: | ||
* [[Release:Release_Automation_on_Mercurial:Updates#Push_snippets | Run pushsnip]] | * [[Release:Release_Automation_on_Mercurial:Updates#Push_snippets | Run pushsnip]] | ||
* [[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]] | ||
== Remove whatsnew pages for 29.0 and later == | == Remove whatsnew pages for 29.0 and later == |
Revision as of 04:17, 6 November 2014
bug 1094569 - Firefox only
Build 1
Checklist
(RelMan) Ship the l10n milestone(RelMan) Submit to Ship It- aborted here for code not landing on GECKO330_2014101104_RELBRANCH, tagging cancelled at kk in locales
Issues
- patcher config changes from 33.1 were reverted, to avoid issues with 33.0.3 updates. Will require some work ahead of the next 33.1 build
- code not uplifted to GECKO330_2014101104_RELBRANCH
Build 2
Checklist
- (RelMan) Ship the l10n milestone
- (RelMan) Submit to Ship It
- Upload to Apple
- Remove whatsnew pages for 29.0 and later (bug 1057460)
- Push to mirrors
- Apply Throttling
- Verify throttling
- Run pushsnip
- Post-release tasks
Remove whatsnew pages for 29.0 and later
# ffxbld@aus3-staging cd /opt/aus2/snippets # fix up the test snippets mkdir -p staging/Firefox-33.0.3-build1-test-fixed-whatsnew/Firefox rsync -a pushed/Firefox-33.0.3-build1-test/Firefox/{29.0*,3*} staging/Firefox-33.0.3-build1-test-fixed-whatsnew/Firefox/ find staging/Firefox-33.0.3-build1-test-fixed-whatsnew -type f -exec sed -i -e '/^openURL/d' -e 's,^actions=showURL,actions=silent,' {} \; diff -ru pushed/Firefox-33.0.3-build1-test/ staging/Firefox-33.0.3-build1-test-fixed-whatsnew | less ~/bin/pushsnip Firefox-33.0.3-build1-test-fixed-whatsnew # fix up the release snippets mkdir -p staging/Firefox-33.0.3-build1.bak/Firefox rsync -a staging/Firefox-33.0.3-build1/Firefox/{29.0*,3*} staging/Firefox-33.0.3-build1.bak/Firefox/ find staging/Firefox-33.0.3-build1/Firefox/{29.0*,3*} -type f -exec sed -i -e '/^openURL/d' -e 's,^actions=showURL,actions=silent,' {} \; diff -ru staging/Firefox-33.0.3-build1.bak staging/Firefox-33.0.3-build1 | less rm -rf staging/Firefox-33.0.3-build1.bak