taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 17774394b44dec6edf25410238624167c35a762e
parent 2e35695bdfe09c9f403723c88b11fd9cbb95774e
Author: Devan Carpenter <devan@taler.net>
Date:   Wed, 22 Nov 2023 22:29:35 -0500

buildbot: comment-out broken sphinx notification

Diffstat:
Mbuildbot/master.cfg | 22+++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)

diff --git 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.