Releases/Firefox 33.0.1/BuildNotes: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
(push to apple, completed; updated batch filename)
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
</strike>
</strike>
* [[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
* [[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 ]]
Line 44: Line 44:
recreated the batch file, then:
recreated the batch file, then:


  cat ~/$product-$version-build$build.batch | grep partner > ~/$product-$version-build$build.batch-partner-repacks-only  
  cat ~/$product-$version-build$build.batch | grep partner > ~/$product-$version-build$build.batch-repacks-only  
and then used ~/$product-$version-build$build.batch-partner-repacks-only as source for upload
and then used ~/$product-$version-build$build.batch-repacks-only as source for upload

Revision as of 19:09, 22 October 2014

bug 1085526

Build 1

Checklist

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