[Buildbot-commits] [buildbot/buildbot] b18211: irc: Use reactor.stop, instead of sending SIGTERM ...

GitHub noreply at github.com
Fri Nov 23 23:50:26 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: b182114446f15277bd35ff9f7108fe63ad04c2c5
      https://github.com/buildbot/buildbot/commit/b182114446f15277bd35ff9f7108fe63ad04c2c5
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-11-22 (Thu, 22 Nov 2012)

  Changed paths:
    M master/buildbot/status/words.py
    M master/buildbot/test/unit/test_status_words.py

  Log Message:
  -----------
  irc: Use reactor.stop, instead of sending SIGTERM to ourself.

SIGTERM just causes reactor.stop, so just do it ourselves, rather than
involving the operating system.


  Commit: e3840f1342332dc8aa34a754c01c371891a20d4d
      https://github.com/buildbot/buildbot/commit/e3840f1342332dc8aa34a754c01c371891a20d4d
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-11-23 (Fri, 23 Nov 2012)

  Changed paths:
    M master/buildbot/status/words.py
    M master/buildbot/test/unit/test_status_words.py

  Log Message:
  -----------
  Merge branch 'irc-shutdown' of git://github.com/tomprince/buildbot


Compare: https://github.com/buildbot/buildbot/compare/549d06c76fe7...e3840f134233


More information about the Commits mailing list