commit 29c7ed72f7bcb51c147bd48ee810e7c5f200e043
parent 1dc964b14c832692fd9c07ca1df4550fd2ace551
Author: buckE <buckE@disroot.org>
Date: Tue, 23 Jun 2020 06:10:13 +0000
sphinx remote interestedusers
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -171,15 +171,15 @@ BUILDSLAVETEST_SCHEDULER = schedulers.Nightly(
# Docs run if master or stable branch of 'docs' (or deployment) changed.
DOC_SCHEDULER = schedulers.SingleBranchScheduler(
- properties = {
- 'owner': ['buckE@taler.net']
- },
name="periodic-doc-scheduler",
builderNames=["doc-builder"],
change_filter=util.ChangeFilter(
branch_re="(master|stable)", project_re="(docs|deployment)"
),
treeStableTimer=None,
+ 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)