Releases/Firefox 19.0.1/BuildNotes: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 39: Line 39:
  # as root
  # as root
  supervisorctl restart releaserunner
  supervisorctl restart releaserunner
== Win8-only updates ==
Not applied yet
# ffxbld@aus3-staging
# remove test updates generated by 19.0.1 for 19.0 (20130215130331)
# can be reverted by pushing /opt/aus2/snippets/pushed/Firefox-19.0-build1-test
find /opt/aus2/incoming/3/Firefox/19.0/*/20130215130331/ -wholename '*/releasetest' -exec rm -rf '{}' \;
find /opt/aus2/incoming/3/Firefox/19.0/*/20130215130331/ -wholename '*/releasetest' -exec rm -rf '{}' \;
# make sure that we don't have any files left before removing buildid directories
find /opt/aus2/incoming/3/Firefox/19.0/*/20130215130331/ -type f
rmdir /opt/aus2/incoming/3/Firefox/19.0/*/20130215130331/
# Restore previous updates generated by 19.0-test
rsync -avP /opt/aus2/snippets/pushed/Firefox-19.0-build1-test/ /opt/aus2/snippets/staging/Firefox-19.0-build1-test/
~/bin/pushsnip Firefox-19.0-build1-test
# create win8 test updates
rsync -avP /opt/aus2/snippets/pushed/Firefox-19.0.1-build1-test/ /opt/aus2/snippets/staging/Firefox-19.0.1-build1-test.win8/
rsync -avP /opt/aus2/snippets/staging/Firefox-19.0.1-build1/ /opt/aus2/snippets/staging/Firefox-19.0.1-build1-win8/
# cp win to win8, delete other platforms
/opt/aus2/snippets/staging/Firefox-19.0.1-build1-test/

Revision as of 13:57, 27 February 2013

Checklist

General

Tracker: bug 845285
RelEng: rail

Build 1

Notes

  • No Fennec
  • No new l10n changesets
  • Update snippets should be provided only for Win8 platform

Ship the l10n milestone

(aki) n/a, no new l10n changesets. Using 19.0's from ship-it.

Submit to ship-it

  • (aki) submitted, with l10n changesets from 19.0 build 1, the changeset from https://bugzilla.mozilla.org/show_bug.cgi?id=845285#c3 , and the update versions from 19.0 build 1 + 19.0build1 itself. Pending review+go.
  • (rail) reviewed and marked as ready
  • release-runner detected the change but wasn't processing anything.
 2013-02-26 16:40:02,923 - INFO - Got a new release request: {'status': 'Pending', 'product': 'firefox', 'submittedAt': '2013-02-26T22:38:03+00:00', 'submitter

': 'asasaki@mozilla.com', 'complete': False, ....

  • I straced it and it was stuck:
select(0, NULL, NULL, NULL, {222, 584000} <unfinished ...>
  • I checked the deployed version of release-runner on bm36, ant there was one not pulled changeset, which fixes a syntax error in the kickoff API.
# as cltbld
hg -R ~/release-runner/tools pull -u
# as root
supervisorctl restart releaserunner

Win8-only updates

Not applied yet

# ffxbld@aus3-staging
# remove test updates generated by 19.0.1 for 19.0 (20130215130331)
# can be reverted by pushing /opt/aus2/snippets/pushed/Firefox-19.0-build1-test
find /opt/aus2/incoming/3/Firefox/19.0/*/20130215130331/ -wholename '*/releasetest' -exec rm -rf '{}' \;
find /opt/aus2/incoming/3/Firefox/19.0/*/20130215130331/ -wholename '*/releasetest' -exec rm -rf '{}' \;
# make sure that we don't have any files left before removing buildid directories
find /opt/aus2/incoming/3/Firefox/19.0/*/20130215130331/ -type f
rmdir /opt/aus2/incoming/3/Firefox/19.0/*/20130215130331/
# Restore previous updates generated by 19.0-test
rsync -avP /opt/aus2/snippets/pushed/Firefox-19.0-build1-test/ /opt/aus2/snippets/staging/Firefox-19.0-build1-test/
~/bin/pushsnip Firefox-19.0-build1-test
# create win8 test updates
rsync -avP /opt/aus2/snippets/pushed/Firefox-19.0.1-build1-test/ /opt/aus2/snippets/staging/Firefox-19.0.1-build1-test.win8/
rsync -avP /opt/aus2/snippets/staging/Firefox-19.0.1-build1/ /opt/aus2/snippets/staging/Firefox-19.0.1-build1-win8/
# cp win to win8, delete other platforms
/opt/aus2/snippets/staging/Firefox-19.0.1-build1-test/