Mercurial > treepkg
changeset 109:fbfa1abb47f1
Add note about notificatin mails to README
author | Bernhard Herzog <bh@intevation.de> |
---|---|
date | Tue, 04 Mar 2008 14:59:39 +0000 |
parents | 91deff3db739 |
children | ba677506e95e |
files | README |
diffstat | 1 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 -------------------------