Skip to content

Commit

Permalink
removal of unused mail notifier
Browse files Browse the repository at this point in the history
  • Loading branch information
arjenve committed Jul 11, 2018
1 parent cca9009 commit 688336d
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions support/buildbot/master.cfg
Expand Up @@ -187,19 +187,6 @@ def defaultMessage(mode, name, build, results, master_status):

return {'body': text, 'type': 'plain'}

mn = MailNotifier(
fromaddr="amuse.buildbot@gmail.com",
sendToInterestedUsers=True,
extraRecipients=["vanelteren@strw.leidenuniv.nl"],
useTls=True,
relayhost="smtp.gmail.com",
smtpPort=587,
builders=["strw-mpich2"],
lookup=EmailLookup(),
smtpUser="amuse.buildbot@gmail.com",
smtpPassword="amuse.buildbot.2014",
messageFormatter=defaultMessage
)


class SVN(svn.SVN):
Expand Down Expand Up @@ -1914,7 +1901,6 @@ authz_cfg = authz.Authz(
)

c['status'].append(html.WebStatus(http_port=8010, authz=authz_cfg))
c['status'].append(mn)

####### PROJECT IDENTITY

Expand Down

0 comments on commit 688336d

Please sign in to comment.