# HG changeset patch # User Bernhard Herzog # Date 1204642779 0 # Node ID fbfa1abb47f14ab28fca961628d98af6d4116122 # Parent 91deff3db739c07e60ef35bbc36359a7e4bbf651 Add note about notificatin mails to README diff -r 91deff3db739 -r fbfa1abb47f1 README --- a/README Tue Mar 04 14:54:26 2008 +0000 +++ b/README Tue Mar 04 14:59:39 2008 +0000 @@ -154,6 +154,22 @@ bin/publishstaticweb.py +Notification Mails +~~~~~~~~~~~~~~~~~~ + +The tree packager can send notification mails when a built fails. This +works in a two-step process like the creation of the static web-pages. +The sample configuration file for the notification mails is +demonotification.cfg. Copy it to notification.cfg and adapt it to your +needs. The comments in the file describe the options. In particular +you will want to customize the template for the notification mail to +include suitable email addresses. To actually send notifications, run + + bin/sendnotificationmails.py + +Note that this only tries to send mails when a build has failed. + + Running the Tree Packager -------------------------