gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: added owner back to DOC_SCHEDU


From: gnunet
Subject: [taler-deployment] branch master updated: added owner back to DOC_SCHEDULER
Date: Tue, 23 Jun 2020 08:05:42 +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 4b68420  added owner back to DOC_SCHEDULER
4b68420 is described below

commit 4b68420698b278d0409922c410dff95ffafda09b
Author: buckE <buckE@disroot.org>
AuthorDate: Tue Jun 23 06:05:27 2020 +0000

    added owner back to DOC_SCHEDULER
---
 buildbot/master.cfg | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 6b733a8..b63ee86 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']
-#    }
 )
 
 

-- 
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]