summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorbuckE <buckE@disroot.org>2020-06-22 05:00:18 +0000
committerbuckE <buckE@disroot.org>2020-06-22 05:00:18 +0000
commit4838ce78edfc1712df38b5d0bbce8246c616002e (patch)
tree40d604069c607683fe904c40177a1084ce94da72 /buildbot
parent7aab5477eb56af22795c87b2967bbd6160c5b448 (diff)
downloaddeployment-4838ce78edfc1712df38b5d0bbce8246c616002e.tar.gz
deployment-4838ce78edfc1712df38b5d0bbce8246c616002e.tar.bz2
deployment-4838ce78edfc1712df38b5d0bbce8246c616002e.zip
changed doc pass
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/master.cfg5
1 files changed, 3 insertions, 2 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 6a2a60a..6a2d26e 100644
--- 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)