Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/ctso/buildbot
Browse files Browse the repository at this point in the history
* 'master' of git://github.com/ctso/buildbot:
  [IRC] Set in_test_harness to avoid NoneType exception.
  Keeping the master clean for now.
  Added initial AndroidRepo support.
  • Loading branch information
Dustin J. Mitchell committed Mar 17, 2010
2 parents b624034 + cb82fc6 commit 4ac1585
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildbot/status/words.py
Expand Up @@ -855,6 +855,8 @@ class IRC(base.StatusReceiverMultiService):
connect to a single IRC server and am known by a single nickname on that
server, however I can join multiple channels."""

in_test_harness = False

compare_attrs = ["host", "port", "nick", "password",
"channels", "allowForce", "useSSL",
"categories"]
Expand Down

0 comments on commit 4ac1585

Please sign in to comment.