aboutsummaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorbuckE <buckE@disroot.org>2020-06-23 05:51:50 +0000
committerbuckE <buckE@disroot.org>2020-06-23 05:51:50 +0000
commitdacf77bc157145cc5db6c3305506fdc206a1c495 (patch)
tree377b47ee40fa64f584f5fd644c42e9fa266e3d21 /buildbot
parentb6236b19ac1feb2c54bb10a1b8668b8d338cbd90 (diff)
downloaddeployment-dacf77bc157145cc5db6c3305506fdc206a1c495.tar.gz
deployment-dacf77bc157145cc5db6c3305506fdc206a1c495.tar.bz2
deployment-dacf77bc157145cc5db6c3305506fdc206a1c495.zip
removed e-mail again to debug
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/master.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 1ce6d4e..6b733a8 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -177,9 +177,9 @@ DOC_SCHEDULER = schedulers.SingleBranchScheduler(
branch_re="(master|stable)", project_re="(docs|deployment)"
),
treeStableTimer=None,
- properties = {
- 'owner': ['buckE@taler.net']
- }
+# properties = {
+# 'owner': ['buckE@taler.net']
+# }
)
@@ -1010,7 +1010,7 @@ IRC = reporters.IRC(
EMAIL = reporters.MailNotifier(
fromaddr="testbuild@taler.net",
- sendToInterestedUsers=True,
+ sendToInterestedUsers=False,
# notify from pass to fail, and viceversa.
mode=("change"),
builders=(