gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: Adding e-mail not


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Adding e-mail notifier.
Date: Mon, 06 Mar 2017 22:32:45 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new ae56b12  Adding e-mail notifier.
ae56b12 is described below

commit ae56b12d65c1e2c1702249494e20a49268b61543
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Mar 6 22:32:26 2017 +0100

    Adding e-mail notifier.
---
 buildbot/master.cfg             | 7 +++++++
 taler-build/switch_bluegreen.sh | 2 --
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index d6f1e08..552f85e 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -148,7 +148,14 @@ irc = reporters.IRC("irc.eu.freenode.net", "taler-bb",
                     'successToFailure': 1,
                     'failureToSuccess': 1,
 })
+email = reporters.MailNotifier(fromaddr="address@hidden",
+                               sendToInterestedUsers=False,
+                               mode=("change", "passing"), # FIXME remove 
'passing' once fixed.
+                               builders=("switcher-builder"),
+                               extraRecipients=("address@hidden"),
+                               subject="Taler build.")
 c['services'].append(irc)
+c['services'].append(email)
 
 ####### PROJECT IDENTITY
 
diff --git a/taler-build/switch_bluegreen.sh b/taler-build/switch_bluegreen.sh
index 9ab0e42..841b4ef 100755
--- a/taler-build/switch_bluegreen.sh
+++ b/taler-build/switch_bluegreen.sh
@@ -12,5 +12,3 @@ if sudo -u $nonactive \
 
   sudo -u test /home/test/ln-${nonactive}.sh
 fi
-
-# FIXME report build failure by e-mail.

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]