taler-deployment

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

commit 7aab5477eb56af22795c87b2967bbd6160c5b448
parent 259bf25ccccb219f4e1f871614c3dd4bd996c6bb
Author: buckE <buckE@disroot.org>
Date:   Mon, 22 Jun 2020 04:45:43 +0000

sphinx e-mail reporting changes - testing

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

diff --git 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'] + } )