gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: removed notifier to debug buil


From: gnunet
Subject: [taler-deployment] branch master updated: removed notifier to debug build fail
Date: Thu, 18 Jun 2020 06:58:13 +0200

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

buck pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 8d14212  removed notifier to debug build fail
8d14212 is described below

commit 8d142129831290bc37a44279aa493ab8b29a5bc8
Author: buckE <buckE@disroot.org>
AuthorDate: Thu Jun 18 04:58:00 2020 +0000

    removed notifier to debug build fail
---
 buildbot/master.cfg | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index c3d2852..ac2714a 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -1022,19 +1022,7 @@ EMAIL = reporters.MailNotifier(
     subject="Taler build."
 )
 
-brokenLinksEmailNotifier = reporters.MailNotifier(
-    fromaddr="bb@taler.net",
-    sendToInterestedUsers=False,
-    useTls=True,
-    # notify if build fails (ex: linkchecker.sh exit 1)
-    mode=('failing'),
-    builders=('linkchecker-builder',),
-    extraRecipients=['buckE@taler.net'],
-    subject="Broken Links Found in www.taler.net."
-)
-
-
-c["services"] = [IRC, EMAIL, brokenLinksEmailNotifier]
+c["services"] = [IRC, EMAIL]
 
 ####### PROJECT IDENTITY
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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