taler-deployment

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

commit d81e09a17109fb5f0967e6344a0ca626a4859df7
parent 5493a11e18eec803d52f106891d338de74eae42f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed,  1 Jul 2020 12:39:55 +0200

change addr

Diffstat:
Mbuildbot/master.cfg | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -1047,7 +1047,7 @@ brokenLinksEmailNotifier = reporters.MailNotifier( # notify if build fails (ex: linkchecker.sh exit 1) mode=('failing'), builders=('linkchecker-builder',), - extraRecipients=['brokenlinks@taler.net'], + extraRecipients=['linkcheck@taler.net'], subject="BB: Broken Links Found in www.taler.net. Log attached." )