[Buildbot-commits] [djmitche/buildbot] 17d333: MailNotifier can now use TLS to send emails.

noreply at github.com noreply at github.com
Fri Mar 12 15:56:53 UTC 2010


Branch: refs/heads/master
Home:   http://github.com/djmitche/buildbot

Commit: 17d3330020f6723058972ac9f98fe65f1f330355
    http://github.com/djmitche/buildbot/commit/17d3330020f6723058972ac9f98fe65f1f330355
Author: Mattias Brändström <thebrasse at brasse.org>
Date:   2010-03-11 (Thu, 11 Mar 2010)

Changed paths:
  M buildbot/status/mail.py

Log Message:
-----------
MailNotifier can now use TLS to send emails.

When useTls=True is specified in the constructor, MailNotifier will try
to send emails using TLS and authenticate with the relayhost. This will
only work if pyOpenSSL is available. If pyOpenSSL is not available
MailNotifier.sendMessage() will fail when trying to execute code that
uses pyOpenSSL.


Commit: 8c7db2ed2cdf4a4495d35d05ae14e465a2163e2c
    http://github.com/djmitche/buildbot/commit/8c7db2ed2cdf4a4495d35d05ae14e465a2163e2c
Author: Mattias Brändström <thebrasse at brasse.org>
Date:   2010-03-12 (Fri, 12 Mar 2010)

Changed paths:
  M buildbot/status/mail.py

Log Message:
-----------
Changed naming convetion to match the source file.


Commit: efe7ba8ed0593e2b272f43aa1a4b75ed15316aef
    http://github.com/djmitche/buildbot/commit/efe7ba8ed0593e2b272f43aa1a4b75ed15316aef
Author: Mattias Brändström <thebrasse at brasse.org>
Date:   2010-03-12 (Fri, 12 Mar 2010)

Changed paths:
  M docs/cfg-statustargets.texinfo

Log Message:
-----------
Updated docs to include TLS support in MailNotifier.


Commit: a18315b9b3e5ed2fd5df27d1d433435185ec874d
    http://github.com/djmitche/buildbot/commit/a18315b9b3e5ed2fd5df27d1d433435185ec874d
Author: Mattias Brändström <thebrasse at brasse.org>
Date:   2010-03-12 (Fri, 12 Mar 2010)

Changed paths:
  M MANIFEST.in
  M Makefile
  M buildbot/scripts/runner.py
  M buildbot/status/mail.py
  M buildbot/status/web/authz.py
  M buildbot/status/web/build.py
  A buildbot/test/unit/test_oldpaths.py
  M contrib/github_buildbot.py
  M docs/cmdline.texinfo
  M docs/developer.texinfo
  M docs/installation.texinfo
  M setup.py
  M test-dist.sh

Log Message:
-----------
Merge remote branch 'upstream/master'






More information about the Commits mailing list