summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorbuckE <buckE@disroot.org>2020-06-22 04:45:43 +0000
committerbuckE <buckE@disroot.org>2020-06-22 04:45:43 +0000
commit7aab5477eb56af22795c87b2967bbd6160c5b448 (patch)
treea51c2555f8da569c6f7f27d2a32fa643715afd95 /buildbot
parent259bf25ccccb219f4e1f871614c3dd4bd996c6bb (diff)
downloaddeployment-7aab5477eb56af22795c87b2967bbd6160c5b448.tar.gz
deployment-7aab5477eb56af22795c87b2967bbd6160c5b448.tar.bz2
deployment-7aab5477eb56af22795c87b2967bbd6160c5b448.zip
sphinx e-mail reporting changes - testing
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/master.cfg5
1 files changed, 4 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 607aaab..6a2a60a 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -175,7 +175,10 @@ DOC_SCHEDULER = schedulers.SingleBranchScheduler(
change_filter=util.ChangeFilter(
branch_re="(master|stable)", project_re="(docs|deployment)"
),
- treeStableTimer=None
+ treeStableTimer=None,
+ properties = {
+ 'owner': ['buckE@taler.net']
+ }
)