summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorbuckE <buckE@disroot.org>2020-06-22 05:11:41 +0000
committerbuckE <buckE@disroot.org>2020-06-22 05:11:41 +0000
commit91eaccfc5271e80747b082c51d84263008a44555 (patch)
tree6657960572ab1473f275c53fc553fa7e56a5456c /buildbot
parentb521da431b5c1ee4c29246477f06dcb9ba698c81 (diff)
downloaddeployment-91eaccfc5271e80747b082c51d84263008a44555.tar.gz
deployment-91eaccfc5271e80747b082c51d84263008a44555.tar.bz2
deployment-91eaccfc5271e80747b082c51d84263008a44555.zip
disable sendToInterestedUsers for sphinx until receive word on potential BB bug
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/master.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 7fe747a..6b733a8 100644
--- 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)