Releases/Firefox 17.0.7esr/BuildNotes

From MozillaWiki
Jump to: navigation, search

Build 1

Checklist

Notes

  • Tracking bug 868985 Release engineer: rail
  • Submitted to ship it by bajaj
  • Reviewed and marked ready by ?


Build 1

  • release-runner failed because it was unable to update checkouts of buildbot-configs on bm57 and bm63:
abort: data/mozilla/release-firefox-mozilla-esr17.py.i@020eb2e2b5be: no match found!
  • I replaced the corrupted .hg directories on those:
cd /builds/buildbot/build1
hg clone https://hg.mozilla.org/build/buildbot-configs new
cd new 
hg up production
cd ../buildbot-configs
mv .hg ../.hg.old
mv ../new/.hg ./
hg up -C
  • commented out release bump code in release-runner-py, restarted it and marked release as ready
  • once tagging started, reverted the local changes and restarted release-runner