buildbot-ros
buildbot-ros copied to clipboard
Add email alerts, installation notes
The code for setting this up is pretty much trivial, but we need to install an SMTP server for it to work, and that should be documented.
Agreed. I would be interested at setting up email notifications for people who committed latest change if the testbuild fails... and if a SMTP server is configured in buildbot-ros. Also probably worth configuring some success email if a debbuild was successful.
I am wondering where to put the SMTP configuration though ( like the OAuth and login information, it should probably be in a file that is not committed to buildbot-ros repository ). Any idea ?