gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: moved owner to top of function


From: gnunet
Subject: [taler-deployment] branch master updated: moved owner to top of function
Date: Tue, 23 Jun 2020 08:33:16 +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 1aecbfd  moved owner to top of function
1aecbfd is described below

commit 1aecbfd7f750bc079b348f14737cc08da0749bf7
Author: buckE <buckE@disroot.org>
AuthorDate: Tue Jun 23 06:32:58 2020 +0000

    moved owner to top of function
---
 buildbot/master.cfg | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 810da7d..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]