gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: sphinx remote interestedusers


From: gnunet
Subject: [taler-deployment] branch master updated: sphinx remote interestedusers
Date: Tue, 23 Jun 2020 08:10:27 +0200

This is an automated email from the git hooks/post-receive script.

buck pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 29c7ed7  sphinx remote interestedusers
29c7ed7 is described below

commit 29c7ed72f7bcb51c147bd48ee810e7c5f200e043
Author: buckE <buckE@disroot.org>
AuthorDate: Tue Jun 23 06:10:13 2020 +0000

    sphinx remote interestedusers
---
 buildbot/master.cfg | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 95515f1..810da7d 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -171,15 +171,15 @@ BUILDSLAVETEST_SCHEDULER = schedulers.Nightly(
 
 # Docs run if master or stable branch of 'docs' (or deployment) changed.
 DOC_SCHEDULER = schedulers.SingleBranchScheduler(
-    properties = {
-        'owner': ['buckE@taler.net']
-    },
     name="periodic-doc-scheduler",
     builderNames=["doc-builder"],
     change_filter=util.ChangeFilter(
         branch_re="(master|stable)", project_re="(docs|deployment)"
     ),
     treeStableTimer=None,
+    properties = {
+        'owner': ['buckE@taler.net']
+    }
 )
 
 
@@ -1041,7 +1041,7 @@ brokenLinksEmailNotifier = reporters.MailNotifier(
 
 sphinxErrorNotifier = reporters.MailNotifier(
     fromaddr="bb@taler.net",
-    sendToInterestedUsers=True,
+    sendToInterestedUsers=False,
     addLogs=True,
     useTls=True,
     # notify if sphinx exits with error (command line option in Makefile turns 
warnings into exit 1)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]