[Buildbot-commits] [buildbot/buildbot] e07b5f: HgPoller breaks with invalid UTF-8 hg output

GitHub noreply at github.com
Fri Nov 9 01:10:10 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: e07b5f44f30ef87c3de22f2251ad34163a21b1ea
      https://github.com/buildbot/buildbot/commit/e07b5f44f30ef87c3de22f2251ad34163a21b1ea
  Author: Florin Dinu <contact at florindinu.ro>
  Date:   2012-11-06 (Tue, 06 Nov 2012)

  Changed paths:
    M master/buildbot/changes/hgpoller.py

  Log Message:
  -----------
  HgPoller breaks with invalid UTF-8 hg output

If there are invalid UTF-8 characters in Mercurial's output, HgPoller
will raise an error. Invalid characters can most likely come from
commit messages.

It should use errors="replace" when decoding the output so
it handles things gracefully.


  Commit: 7136a29c66683a8d124e128b26c178f2d7fcfe94
      https://github.com/buildbot/buildbot/commit/7136a29c66683a8d124e128b26c178f2d7fcfe94
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-11-08 (Thu, 08 Nov 2012)

  Changed paths:
    M master/buildbot/changes/hgpoller.py

  Log Message:
  -----------
  Merge branch 'patch-1' of git://github.com/florindinu/buildbot


Compare: https://github.com/buildbot/buildbot/compare/01422be93336...7136a29c6668


More information about the Commits mailing list