[Buildbot-commits] [buildbot/buildbot] d41164: There is no need to use len(set) to get a set's tr...
noreply at github.com
noreply at github.com
Mon Aug 23 16:45:20 UTC 2010
Branch: refs/heads/master
Home: http://github.com/buildbot/buildbot
Commit: d41164d5173e0a09fd50b52c830c3dd6e78f3da7
http://github.com/buildbot/buildbot/commit/d41164d5173e0a09fd50b52c830c3dd6e78f3da7
Author: Michael Haggerty <mhagger at alum.mit.edu>
Date: 2010-08-23 (Mon, 23 Aug 2010)
Changed paths:
M master/buildbot/status/mail.py
Log Message:
-----------
There is no need to use len(set) to get a set's truth value.
Commit: 909d4c31b42be6f32eaa818e8da4c1c94acfd122
http://github.com/buildbot/buildbot/commit/909d4c31b42be6f32eaa818e8da4c1c94acfd122
Author: Michael Haggerty <mhagger at alum.mit.edu>
Date: 2010-08-23 (Mon, 23 Aug 2010)
Changed paths:
M master/buildbot/status/mail.py
Log Message:
-----------
Simplify logic for determining recipient lists.
Handle to_recipients and cc_recipients separately to make the code
less convoluted.
Commit: 6473c19352bfb4a272373be0aebb712a34c12bbb
http://github.com/buildbot/buildbot/commit/6473c19352bfb4a272373be0aebb712a34c12bbb
Author: Michael Haggerty <mhagger at alum.mit.edu>
Date: 2010-08-23 (Mon, 23 Aug 2010)
Changed paths:
M master/buildbot/status/mail.py
Log Message:
-----------
Improve the docstring for the MailNotifier constructor.
Make it unambiguous that "lookup" only applies to interested users,
not to extraRecipients.
Commit: 70915c392ec0531d2de837ce97a8f86575851528
http://github.com/buildbot/buildbot/commit/70915c392ec0531d2de837ce97a8f86575851528
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date: 2010-08-23 (Mon, 23 Aug 2010)
Changed paths:
M master/buildbot/status/mail.py
Log Message:
-----------
Merge branch 'mail-notifier-patches' of git://github.com/mhagger/buildbot
* 'mail-notifier-patches' of git://github.com/mhagger/buildbot:
Improve the docstring for the MailNotifier constructor.
Simplify logic for determining recipient lists.
There is no need to use len(set) to get a set's truth value.
Commit: 4efe44bafea0f10a60cfa6d16f41898f164975a4
http://github.com/buildbot/buildbot/commit/4efe44bafea0f10a60cfa6d16f41898f164975a4
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date: 2010-08-23 (Mon, 23 Aug 2010)
Changed paths:
M master/docs/installation.texinfo
Log Message:
-----------
Document support limitations on Windows
Commit: df9054012ae0161889399b4cb4245963e2059868
http://github.com/buildbot/buildbot/commit/df9054012ae0161889399b4cb4245963e2059868
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date: 2010-08-23 (Mon, 23 Aug 2010)
Changed paths:
M master/docs/configuration.texinfo
Log Message:
-----------
Mention weaknesses in 'buildbot reconfig'
Refs #957
More information about the Commits
mailing list