[Buildbot-commits] [Buildbot] #2207: MailNotifier use the user-db by default, but that doesn't properly get populated.

Buildbot nobody at buildbot.net
Fri Feb 17 00:12:50 UTC 2012


#2207: MailNotifier use the user-db by default, but that doesn't properly get
populated.
-----------------------+-------------------
Reporter:  tom.prince  |      Owner:
    Type:  defect      |     Status:  new
Priority:  critical    |  Milestone:  0.8.6
 Version:  master      |   Keywords:
-----------------------+-------------------
 By default, MailNotifier looks up users in the database, based on the uid
 stored with the relevant changes. It then tries to get the email
 associated to that id.
 However, the various change sources don't populate the email attribute of
 users they create, so most users won't have an associated email record
 (even if their identifier is an email address).

 This can be worked around by passing lookup="" which avoids using the
 database.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2207>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list