taler-deployment

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

commit 4838ce78edfc1712df38b5d0bbce8246c616002e
parent 7aab5477eb56af22795c87b2967bbd6160c5b448
Author: buckE <buckE@disroot.org>
Date:   Mon, 22 Jun 2020 05:00:18 +0000

changed doc pass

Diffstat:
Mbuildbot/master.cfg | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -65,7 +65,8 @@ c["workers"] = [ ## # This worker builds manuals / API docs / tutorials. # Location: /home/docbuilder @ taler.net - worker.Worker("doc-worker", "doc-pass"), + # changed pass to doc-pass2 because getting "duplicate" warnings and want to debug + worker.Worker("doc-worker", "doc-pass2"), ## # This worker builds Websites: www and stage. @@ -1040,7 +1041,7 @@ brokenLinksEmailNotifier = reporters.MailNotifier( sphinxErrorNotifier = reporters.MailNotifier( fromaddr="bb@taler.net", - sendToInterestedUsers=False, + sendToInterestedUsers=True, addLogs=True, useTls=True, # notify if sphinx exits with error (command line option in Makefile turns warnings into exit 1)