Releases/Firefox 33.0.2/BuildNotes: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(win32 partner repacks executed twice)
 
(16 intermediate revisions by 4 users not shown)
Line 1: Line 1:
= build 1 =
{{bug|1089928}}
 
= Build 1 =
== Checklist ==
== Checklist ==
<strike>
<strike>
Line 5: Line 7:
* [[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]]
</strike>
</strike>
* [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Upload_files_to_Apple_for_Whitelisting | Upload to Apple]]
* <s>[[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Upload_files_to_Apple_for_Whitelisting | Upload to Apple]]</s> Done but Apple not notified because build2 had already started
** screen on ffxbld@stage, upload in progress
* Remove whatsnew pages for 29.0 and later
* [[Releases/Firefox_33.0.1/BuildNotes#Remove_whatsnew_pages_for_29.0_and_later | Remove whatsnew pages for 29.0 and later ]]
** do we need this?
** do we need this?
* [[Release:Release_Automation_on_Mercurial:Updates#Push_to_mirrors | Push to mirrors]]
** yes, {{bug|1057460}}
* [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Do_I_need_to_throttle.3F | Apply Throttling ]] see {{bug|1088855}}
* started build2 before proceeding any further
* [[Release:Release_Automation_on_Mercurial:Updates#Push_snippets | Run pushsnip]]
* [[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
* [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Post-release_tasks | Post-release tasks]]


== Issues ==
== Issues ==


Two win32_partner_repack jobs ran (there were two buildreqeuests, still investigating why in {{bug|1089926}}), which resulted in
* failed at check permissions ([http://buildbot-master91.srv.releng.usw2.mozilla.com:8001/builders/release-mozilla-release-check_permissions/builds/2/steps/run_script/logs/stdio full log here])
* failed at check permissions ([http://buildbot-master91.srv.releng.usw2.mozilla.com:8001/builders/release-mozilla-release-check_permissions/builds/2/steps/run_script/logs/stdio full log here])


Line 22: Line 21:
  find /pub/mozilla.org/firefox/candidates/33.0.2-candidates/build1/ -type f ! -perm 644 | wc -l  
  find /pub/mozilla.org/firefox/candidates/33.0.2-candidates/build1/ -type f ! -perm 644 | wc -l  
... and it returned 0.
... and it returned 0.
The key on the slave looks ok, <strike>probably a temporary network glitch;</strike> job re-triggered


Ben has spotted that we have received two "partner_repack complete for Firefox 33.0.2 build1 on win32" e-mails so we could have run partner repacks twice.
rsync would have left a file with different permissions from 644 on disk. Job retriggered and was green,
 
* failed antivirus
Command failed for the following files:
/pub/mozilla.org/firefox/candidates/33.0.2-candidates/build1/win32-EUballot/ca/.Firefox Setup 33.0.2.exe.tryBsB
command: ERROR
ERROR: Can't access file /pub/mozilla.org/firefox/candidates/33.0.2-candidates/build1/win32-EUballot/ca/.Firefox Setup 33.0.2.exe.tryBsB
 
Did a manual verify: ".Firefox Setup 33.0.2.exe.tryBsB" does not exist on stage.mozilla.org, which is likely because it was an rsync temporary file. Job rerun and was green.
 
= Build 2 =
== Checklist ==
*<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]]
* [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Upload_files_to_Apple_for_Whitelisting | Upload to Apple]]</s> - upload complete and notified
* <s>[[Releases/Firefox_33.0.2/BuildNotes#Remove_whatsnew_pages_for_29.0_and_later | Remove whatsnew pages for 29.0 and later (bug 1057460)]]</s>
* <s>[[Release:Release_Automation_on_Mercurial:Updates#Push_to_mirrors | Push to mirrors]]</s>
* <s>[[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Do_I_need_to_throttle.3F | Apply Throttling ]]</s>
** <s>{{bug|1090426}}</s> live
* <s>[[Release:Release_Automation_on_Mercurial:Updates#Verifying_Throttling | Verify throttling ]]</s>
* <s>[[Release:Release_Automation_on_Mercurial:Updates#Push_snippets | Run pushsnip]]</s>
* <s>[[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Post-release_tasks | Post-release tasks]]</s>
 
== Issues ==
*
 
== 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.2-build2-test-fixed-whatsnew/Firefox
rsync -a pushed/Firefox-33.0.2-build2-test/Firefox/{29.0*,3*} staging/Firefox-33.0.2-build2-test-fixed-whatsnew/Firefox/
find staging/Firefox-33.0.2-build2-test-fixed-whatsnew -type f -exec sed -i -e '/^openURL/d' -e 's,^actions=showURL,actions=silent,' {} \;
diff -ru pushed/Firefox-33.0.2-build2-test/ staging/Firefox-33.0.2-build2-test-fixed-whatsnew | less
 
~/bin/pushsnip Firefox-33.0.2-build2-test-fixed-whatsnew
 
# fix up the release snippets
mkdir -p staging/Firefox-33.0.2-build2.bak/Firefox
rsync -a staging/Firefox-33.0.2-build2/Firefox/{29.0*,3*} staging/Firefox-33.0.2-build2.bak/Firefox/
find staging/Firefox-33.0.2-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.2-build2.bak staging/Firefox-33.0.2-build2 | less
rm -rf staging/Firefox-33.0.2-build2.bak
</pre>

Latest revision as of 21:04, 12 January 2015

bug 1089928

Build 1

Checklist

  • Upload to Apple Done but Apple not notified because build2 had already started
  • Remove whatsnew pages for 29.0 and later
  • started build2 before proceeding any further

Issues

Two win32_partner_repack jobs ran (there were two buildreqeuests, still investigating why in bug 1089926), which resulted in

ran manually:

find /pub/mozilla.org/firefox/candidates/33.0.2-candidates/build1/ -type f ! -perm 644 | wc -l 

... and it returned 0.

rsync would have left a file with different permissions from 644 on disk. Job retriggered and was green,

  • failed antivirus
Command failed for the following files:
/pub/mozilla.org/firefox/candidates/33.0.2-candidates/build1/win32-EUballot/ca/.Firefox Setup 33.0.2.exe.tryBsB
command: ERROR
ERROR: Can't access file /pub/mozilla.org/firefox/candidates/33.0.2-candidates/build1/win32-EUballot/ca/.Firefox Setup 33.0.2.exe.tryBsB

Did a manual verify: ".Firefox Setup 33.0.2.exe.tryBsB" does not exist on stage.mozilla.org, which is likely because it was an rsync temporary file. Job rerun and was green.

Build 2

Checklist

Issues

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.2-build2-test-fixed-whatsnew/Firefox
rsync -a pushed/Firefox-33.0.2-build2-test/Firefox/{29.0*,3*} staging/Firefox-33.0.2-build2-test-fixed-whatsnew/Firefox/
find staging/Firefox-33.0.2-build2-test-fixed-whatsnew -type f -exec sed -i -e '/^openURL/d' -e 's,^actions=showURL,actions=silent,' {} \;
diff -ru pushed/Firefox-33.0.2-build2-test/ staging/Firefox-33.0.2-build2-test-fixed-whatsnew | less

~/bin/pushsnip Firefox-33.0.2-build2-test-fixed-whatsnew

# fix up the release snippets
mkdir -p staging/Firefox-33.0.2-build2.bak/Firefox
rsync -a staging/Firefox-33.0.2-build2/Firefox/{29.0*,3*} staging/Firefox-33.0.2-build2.bak/Firefox/
find staging/Firefox-33.0.2-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.2-build2.bak staging/Firefox-33.0.2-build2 | less
rm -rf staging/Firefox-33.0.2-build2.bak