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: Only notify about


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Only notify about failing builds.
Date: Mon, 06 Mar 2017 23:07:32 +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 e4dfea1  Only notify about failing builds.
e4dfea1 is described below

commit e4dfea1d8139bb578a3319bc86e4d6c5057ee067
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Mar 6 23:07:15 2017 +0100

    Only notify about failing builds.
---
 buildbot/master.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 34f96c5..9d116d6 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -150,7 +150,7 @@ irc = reporters.IRC("irc.eu.freenode.net", "taler-bb",
 })
 email = reporters.MailNotifier(fromaddr="address@hidden",
                                sendToInterestedUsers=False,
-                               mode=("change", "passing"), # FIXME remove 
'passing' once fixed.
+                               mode=("change", "problem"),
                                builders=("switcher-builder"),
                                extraRecipients=["address@hidden"],
                                subject="Taler build.")

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



reply via email to

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