[issue30325] Buildbot: send email notifications to buildbot-status@

2017-05-16 Thread STINNER Victor
STINNER Victor added the comment: Email notifications is now working properly, I close the issue. -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker _

[issue30325] Buildbot: send email notifications to buildbot-status@

2017-05-10 Thread STINNER Victor
STINNER Victor added the comment: Zachary updated the buildbot Git repository to get the mail.py fix. I changed the email address to buildbot-sta...@python.org: https://github.com/python/buildmaster-config/pull/5 Let's see how things are going. -- _

[issue30325] Buildbot: send email notifications to buildbot-status@

2017-05-09 Thread STINNER Victor
STINNER Victor added the comment: Ok, Zachary gave me a clue, the code comes from https://github.com/python/buildbot/ It seems like our server is outdated, since buildbot/status/mail.py now contains: # GB: NEW: add test logfile excerpts # AP: disabled (code is broken)

[issue30325] Buildbot: send email notifications to buildbot-status@

2017-05-09 Thread STINNER Victor
STINNER Victor added the comment: To rebuild the lib/python/buildbot/ directory, you can start from buildbot 0.8.14 and then apply attached buildbot-0.8.14py1.patch diff. -- keywords: +patch Added file: http://bugs.python.org/file46853/buildbot-0.8.14py1.patch _

[issue30325] Buildbot: send email notifications to buildbot-status@

2017-05-09 Thread STINNER Victor
STINNER Victor added the comment: It seems like the code is copied by rsync from a server called dinsdale: https://github.com/python/psf-chef/blob/master/cookbooks/buildmaster.txt#L13 -- ___ Python tracker ___

[issue30325] Buildbot: send email notifications to buildbot-status@

2017-05-09 Thread STINNER Victor
STINNER Victor added the comment: On the buildbot server, I see the following code in lib/python/buildbot/status/mail.py: # GB: NEW: add test logfile excerpts if "test" in t: # only if the test went wrong for log in build.getLogs(): if "test" in log.g

[issue30325] Buildbot: send email notifications to buildbot-status@

2017-05-09 Thread STINNER Victor
New submission from STINNER Victor: I created a new mailing list to get email notifications when a buildbot starts failing (state change from green/success to red/failure). It seems like the buildbot config already sends email, but I don't see them in the archives of the python-checkins list?