Skip to content

Commit

Permalink
Merge branch 'buildbot-0.8.0'
Browse files Browse the repository at this point in the history
* buildbot-0.8.0:
  fix empty superclass list
  fix docs markup
  • Loading branch information
Dustin J. Mitchell committed Mar 13, 2010
2 parents f10dbf5 + aec9c8b commit c77ce56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion buildbot/test/unit/test_status_mail_MailNotifier.py
Expand Up @@ -11,7 +11,7 @@ def getName(self):
return 'log-name'

def getStep(self):
class FakeStep():
class FakeStep(object):
def getName(self):
return 'step-name'
return FakeStep()
Expand Down
3 changes: 3 additions & 0 deletions docs/cfg-statustargets.texinfo
Expand Up @@ -41,6 +41,8 @@ methods. See the docstrings in @file{buildbot/interfaces.py} for full details.
* MailNotifier::
* IRC Bot::
* PBListener::
* StatusPush::
* HttpStatusPush::
* Writing New Status Plugins::
* Status Target Index::
@end menu
Expand Down Expand Up @@ -1094,6 +1096,7 @@ should pop items from the queue and then queue the next callback.
If no items were poped from self.queue, retryDelay seconds will be
waited instead.

@node HttpStatusPush
@subsection HttpStatusPush

@cindex HttpStatusPush
Expand Down

0 comments on commit c77ce56

Please sign in to comment.