[Buildbot-commits] [Buildbot] #956: Send an email notification to the person who forces/rebuilds a build

Buildbot trac trac at buildbot.net
Sun Mar 23 23:09:47 UTC 2014


#956: Send an email notification to the person who forces/rebuilds a build
------------------------+-----------------------
Reporter:  yogawa@…     |       Owner:
    Type:  enhancement  |      Status:  reopened
Priority:  major        |   Milestone:  0.8.+
 Version:  0.8.1        |  Resolution:
Keywords:  mail, users  |
------------------------+-----------------------
Changes (by dustin):

 * status:  closed => reopened
 * resolution:  fixed =>


Comment:

 But that's incomplete, actually - I'll revert it for the moment.

 {{{
 #! python
         if "force" in self.mode:
             return True
 }}}

 isn't enough -- this just makes the 'force' mode report *every* build.

 !MailNotifier needs some way to determine that a build was forced, and if
 that's the case and mode==force, notify.

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


More information about the Commits mailing list