gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: buildbot: comment-out broken s


From: gnunet
Subject: [taler-deployment] branch master updated: buildbot: comment-out broken sphinx notification
Date: Thu, 23 Nov 2023 04:30:09 +0100

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

devan-carpenter pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 1777439  buildbot: comment-out broken sphinx notification
1777439 is described below

commit 17774394b44dec6edf25410238624167c35a762e
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Wed Nov 22 22:29:35 2023 -0500

    buildbot: comment-out broken sphinx notification
---
 buildbot/master.cfg | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 5caa5d8..baa28cb 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -432,17 +432,17 @@ BUILDERS.append(util.BuilderConfig(
 
 EMAIL_ALERTS.append("doc-builder")
 
-
-sphinxErrorNotifier = reporters.MailNotifier(
-   fromaddr="bb@taler.net",
-   sendToInterestedUsers=False,
-   addLogs=['build docs.stdio',],
-   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']
-)
+# Problems with this after upgrading to Debian Bookworm
+#sphinxErrorNotifier = reporters.MailNotifier(
+#   fromaddr="bb@taler.net",
+#   sendToInterestedUsers=False,
+#   addLogs=['build docs.stdio',],
+#   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']
+#)
 
 
 # Docs run if master or stable branch of 'docs' (or deployment) changed.

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