taler-deployment

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

commit 91eaccfc5271e80747b082c51d84263008a44555
parent b521da431b5c1ee4c29246477f06dcb9ba698c81
Author: buckE <buckE@disroot.org>
Date:   Mon, 22 Jun 2020 05:11:41 +0000

disable sendToInterestedUsers for sphinx until receive word on potential BB bug

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -177,9 +177,9 @@ DOC_SCHEDULER = schedulers.SingleBranchScheduler( branch_re="(master|stable)", project_re="(docs|deployment)" ), treeStableTimer=None, - properties = { - 'owner': ['buckE@taler.net',] - } +# properties = { +# 'owner': ['buckE@taler.net'] +# } ) @@ -1041,7 +1041,7 @@ 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)