Releases/Firefox 33.0.1/BuildNotes: Difference between revisions
< Releases
(Created page with "{{bug|1085526}} __toc__ = Build 1 = == Checklist == <strike> * Ship the l10n milestone * Release:...") |
(→Checklist: post-release sortof) |
||
(23 intermediate revisions by 3 users not shown) | |||
Line 8: | Line 8: | ||
* [[Release:Release_Automation_on_Mercurial:Preparation#L10N_Changesets | Ship the l10n milestone]] | * [[Release:Release_Automation_on_Mercurial:Preparation#L10N_Changesets | Ship the l10n milestone]] | ||
* [[Release:Release_Automation_on_Mercurial:Starting_a_Release#Submit_to_Ship_It | Submit to Ship It]] | * [[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]] - vanilla builds done, partners pending; screen session ffxbld@stage | |||
* [[Releases/Firefox_33.0.1/BuildNotes#Modify_whatsnew_pages_for_29.0_and_later | Modify whatsnew pages ]] | |||
</strike> | </strike> | ||
Abandoned before we went any further. | |||
== Issues == | |||
* mac en-US build hit an intermittent segmentation fault, {{bug|1087002}}. Fine when rebuilt. | |||
* linux64 repack 3/10, AWS slave couldn't reach any of the signing servers in scl3. Couldn't reproduce manually, fine when rebuilt. | |||
* mac partner repacks aren't being signed, added patch to {{bug|1085273}}. Will need to fix, run and upload to apple | |||
== Modify whatsnew pages for 29.0 and later == | |||
<pre># ffxbld@aus3-staging | |||
cd /opt/aus2/snippets | |||
# fix up the test snippets | |||
mkdir -p staging/Firefox-33.0.1-build1-test-fixed-whatsnew/Firefox | |||
rsync -a pushed/Firefox-33.0.1-build1-test/Firefox/{29.0*,3*} staging/Firefox-33.0.1-build1-test-fixed-whatsnew/Firefox/ | |||
find staging/Firefox-33.0.1-build1-test-fixed-whatsnew -type f -exec sed -i -e '/^openURL/d' -e 's,^actions=showURL,actions=silent,' {} \; | |||
diff -ru pushed/Firefox-33.0.1-build1-test/ staging/Firefox-33.0.1-build1-test-fixed-whatsnew | less | |||
~/bin/pushsnip Firefox-33.0.1-build1-test-fixed-whatsnew | |||
# fix up the release snippets | |||
mkdir -p staging/Firefox-33.0.1-build1.bak/Firefox | |||
rsync -a staging/Firefox-33.0.1-build1/Firefox/{29.0*,3*} staging/Firefox-33.0.1-build1.bak/Firefox/ | |||
find staging/Firefox-33.0.1-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.1-build1.bak staging/Firefox-33.0.1-build1 | less | |||
rm -rf staging/Firefox-33.0.1-build1.bak | |||
</pre> | |||
== upload to apple (partner repacks) == | |||
recreated the batch file, then: | |||
cat ~/$product-$version-build$build.batch | grep partner > ~/$product-$version-build$build.batch-repacks-only | |||
and then used ~/$product-$version-build$build.batch-repacks-only as source for upload | |||
= Build 2 = | |||
== Checklist == | |||
<strike> | |||
* [[Release:Release_Automation_on_Mercurial:Preparation#L10N_Changesets | Ship the l10n milestone]] | |||
* [[Release:Release_Automation_on_Mercurial:Starting_a_Release#Submit_to_Ship_It | Submit to Ship It]] | |||
</strike> | |||
* <s>[[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Upload_files_to_Apple_for_Whitelisting | Upload to Apple]]</s> | |||
** screen on ffxbld@stage, parallel uploads for vanilla and partner builds | |||
<strike> | |||
* [[Releases/Firefox_33.0.1/BuildNotes#Remove_whatsnew_pages_for_29.0_and_later | Remove whatsnew pages for 29.0 and later ]] | |||
* [[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#Do_I_need_to_throttle.3F | Apply Throttling ]] | * [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Do_I_need_to_throttle.3F | Apply Throttling ]] see {{bug|1088855}} </strike> | ||
* [[Release:Release_Automation_on_Mercurial:Updates# | * <s>[[Release:Release_Automation_on_Mercurial:Updates#Push_snippets | Run pushsnip]]</s> | ||
* [[Release:Release_Automation_on_Mercurial:Updates# | * <s>[[Release:Release_Automation_on_Mercurial:Updates#Verifying_Throttling | Verify throttling ]] - [https://aus3.mozilla.org/update/3/Firefox/33.0/20141011015303/WINNT_x86-msvc/en-US/release/default/default/default/update.xml for 33.0], this would normally be before snippet push, but no update offered at the moment</s> | ||
* [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Post-release_tasks | Post-release tasks]] | ** skipped as no change to throttling at this point (still none offered) | ||
* <s>[[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Post-release_tasks | Post-release tasks]]</s> sort of - we didn't do this before shipping 33.0.2, so clean up the index.html by hand | |||
# ffxbld@stage | |||
find /pub/mozilla.org/firefox/releases/33.0.1/ -name index.html -exec rm -v {} \; | |||
# leave out the latest symlink, and partner build copies, and bouncer changes, as that would overwrite 33.0.2 content | |||
== | == Remove whatsnew pages for 29.0 and later == | ||
* | |||
* | <pre># ffxbld@aus3-staging | ||
cd /opt/aus2/snippets | |||
# fix up the test snippets | |||
mkdir -p staging/Firefox-33.0.1-build2-test-fixed-whatsnew/Firefox | |||
rsync -a pushed/Firefox-33.0.1-build2-test/Firefox/{29.0*,3*} staging/Firefox-33.0.1-build2-test-fixed-whatsnew/Firefox/ | |||
find staging/Firefox-33.0.1-build2-test-fixed-whatsnew -type f -exec sed -i -e '/^openURL/d' -e 's,^actions=showURL,actions=silent,' {} \; | |||
diff -ru pushed/Firefox-33.0.1-build2-test/ staging/Firefox-33.0.1-build2-test-fixed-whatsnew | less | |||
~/bin/pushsnip Firefox-33.0.1-build2-test-fixed-whatsnew | |||
# fix up the release snippets | |||
mkdir -p staging/Firefox-33.0.1-build2.bak/Firefox | |||
rsync -a staging/Firefox-33.0.1-build2/Firefox/{29.0*,3*} staging/Firefox-33.0.1-build2.bak/Firefox/ | |||
find staging/Firefox-33.0.1-build2/Firefox/{29.0*,3*} -type f -exec sed -i -e '/^openURL/d' -e 's,^actions=showURL,actions=silent,' {} \; | |||
diff -ru staging/Firefox-33.0.1-build2.bak staging/Firefox-33.0.1-build2 | less | |||
rm -rf staging/Firefox-33.0.1-build2.bak | |||
</pre> |
Latest revision as of 21:09, 28 October 2014
Build 1
Checklist
- Ship the l10n milestone
- Submit to Ship It
- Upload to Apple - vanilla builds done, partners pending; screen session ffxbld@stage
- Modify whatsnew pages
Abandoned before we went any further.
Issues
- mac en-US build hit an intermittent segmentation fault, bug 1087002. Fine when rebuilt.
- linux64 repack 3/10, AWS slave couldn't reach any of the signing servers in scl3. Couldn't reproduce manually, fine when rebuilt.
- mac partner repacks aren't being signed, added patch to bug 1085273. Will need to fix, run and upload to apple
Modify 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.1-build1-test-fixed-whatsnew/Firefox rsync -a pushed/Firefox-33.0.1-build1-test/Firefox/{29.0*,3*} staging/Firefox-33.0.1-build1-test-fixed-whatsnew/Firefox/ find staging/Firefox-33.0.1-build1-test-fixed-whatsnew -type f -exec sed -i -e '/^openURL/d' -e 's,^actions=showURL,actions=silent,' {} \; diff -ru pushed/Firefox-33.0.1-build1-test/ staging/Firefox-33.0.1-build1-test-fixed-whatsnew | less ~/bin/pushsnip Firefox-33.0.1-build1-test-fixed-whatsnew # fix up the release snippets mkdir -p staging/Firefox-33.0.1-build1.bak/Firefox rsync -a staging/Firefox-33.0.1-build1/Firefox/{29.0*,3*} staging/Firefox-33.0.1-build1.bak/Firefox/ find staging/Firefox-33.0.1-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.1-build1.bak staging/Firefox-33.0.1-build1 | less rm -rf staging/Firefox-33.0.1-build1.bak
upload to apple (partner repacks)
recreated the batch file, then:
cat ~/$product-$version-build$build.batch | grep partner > ~/$product-$version-build$build.batch-repacks-only
and then used ~/$product-$version-build$build.batch-repacks-only as source for upload
Build 2
Checklist
Upload to Apple- screen on ffxbld@stage, parallel uploads for vanilla and partner builds
- Remove whatsnew pages for 29.0 and later
- Push to mirrors
Apply Throttling see bug 1088855Run pushsnipVerify throttling - for 33.0, this would normally be before snippet push, but no update offered at the moment- skipped as no change to throttling at this point (still none offered)
Post-release taskssort of - we didn't do this before shipping 33.0.2, so clean up the index.html by hand
# ffxbld@stage find /pub/mozilla.org/firefox/releases/33.0.1/ -name index.html -exec rm -v {} \; # leave out the latest symlink, and partner build copies, and bouncer changes, as that would overwrite 33.0.2 content
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.1-build2-test-fixed-whatsnew/Firefox rsync -a pushed/Firefox-33.0.1-build2-test/Firefox/{29.0*,3*} staging/Firefox-33.0.1-build2-test-fixed-whatsnew/Firefox/ find staging/Firefox-33.0.1-build2-test-fixed-whatsnew -type f -exec sed -i -e '/^openURL/d' -e 's,^actions=showURL,actions=silent,' {} \; diff -ru pushed/Firefox-33.0.1-build2-test/ staging/Firefox-33.0.1-build2-test-fixed-whatsnew | less ~/bin/pushsnip Firefox-33.0.1-build2-test-fixed-whatsnew # fix up the release snippets mkdir -p staging/Firefox-33.0.1-build2.bak/Firefox rsync -a staging/Firefox-33.0.1-build2/Firefox/{29.0*,3*} staging/Firefox-33.0.1-build2.bak/Firefox/ find staging/Firefox-33.0.1-build2/Firefox/{29.0*,3*} -type f -exec sed -i -e '/^openURL/d' -e 's,^actions=showURL,actions=silent,' {} \; diff -ru staging/Firefox-33.0.1-build2.bak staging/Firefox-33.0.1-build2 | less rm -rf staging/Firefox-33.0.1-build2.bak