New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82988


Ignore:
Timestamp:
08/23/11 00:21:28 (4 years ago)
Author:
jmr@…
Message:

buildmaster: add MailNotifier for base failures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/buildbot/master.cfg

    r82987 r82988  
    282282    ) 
    283283 
     284if production: 
     285    # send mail about base failures to users on the blamelist 
     286    from buildbot.status.mail import MailNotifier 
     287    mn = MailNotifier(fromaddr="noreply@macports.org", lookup="", relayhost="lists.macosforge.org" 
     288        builders=base_buildernames, mode="problem") 
     289    c['status'].append(mn) 
     290 
    284291####### PROJECT IDENTITY 
    285292 
Note: See TracChangeset for help on using the changeset viewer.