[Buildbot] #3194: build.getResponsibleUsers() returns None when sending mail

Buildbot trac trac at buildbot.net
Fri Feb 13 18:27:00 UTC 2015


#3194: build.getResponsibleUsers() returns None when sending mail
---------------------------------+------------------------
Reporter:  daniel@…              |       Owner:
    Type:  undecided             |      Status:  new
Priority:  major                 |   Milestone:  undecided
 Version:  master                |  Resolution:
Keywords:  osx, mail, buildstep  |
---------------------------------+------------------------

Comment (by daniel@…):

 I have made some more investigation and these lines

 https://github.com/buildbot/buildbot/blob/master/master/buildbot/process/buildrequest.py#L230

 {{{
 ss.patch = None
 ss.patch_info = (None, None)
 }}}

 It looks like patch_info is always set which means the check in build.py
 is incorrect and the check should really be if patch is None and not check
 the patch_info

--
Ticket URL: <http://trac.buildbot.net/ticket/3194#comment:3>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list