gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: sphinx errors recipients minim


From: gnunet
Subject: [taler-deployment] branch master updated: sphinx errors recipients minimized
Date: Fri, 19 Jun 2020 09:08:24 +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 fdf5a06  sphinx errors recipients minimized
fdf5a06 is described below

commit fdf5a06ced71868aaca1965f90e5291a0c9b08db
Author: buckE <buckE@disroot.org>
AuthorDate: Fri Jun 19 07:08:10 2020 +0000

    sphinx errors recipients minimized
---
 buildbot/master.cfg | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index e6dcc61..488ea6c 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -1036,12 +1036,13 @@ brokenLinksEmailNotifier = reporters.MailNotifier(
 
 sphinxErrorNotifier = reporters.MailNotifier(
     fromaddr="bb@taler.net",
-    sendToInterestedUsers=True,
+    sendToInterestedUsers=False,
     addLogs=True,
     useTls=True,
     # notify if sphinx exits with error (command line option in Makefile turns 
warnings into exit 1)
     mode=('failing'),
     builders=('doc-builder',),
+    extraRecipients=['sphinxerrors@taler.net'],
     subject="BB: doc-builder (sphinx) has warnings or errors.  Log attached."
 )
 

-- 
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]