gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: syntax


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: syntax
Date: Tue, 21 May 2019 18:30:37 +0200

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

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 2035570  syntax
2035570 is described below

commit 203557035abefe060315b4f0d98bfa0c7fe49508
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue May 21 18:30:32 2019 +0200

    syntax
---
 buildbot/master.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 0c3f4b6..984df21 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -511,7 +511,7 @@ def pick_active_color(builder, workers_list, build_request):
     print("Found active color: %s" % str(active))
     aw = pick_map(builder.name).get(str(active))
     for worker in workers_list:
-        if aw = worker.worker.workername:
+        if aw == worker.worker.workername:
             f.close()
             print("Scheduling worker: %s" % str(worker))
             return worker
@@ -555,7 +555,7 @@ def pick_inactive_color(builder, workers_list, 
build_request):
     print("Found nonactive color: %s" % str(nonactive))
     nw = pick_map(builder.name).get(str(nonactive))
     for worker in workers_list:
-        if nw = worker.worker.workername:
+        if nw == worker.worker.workername:
             f.close()
             print("Scheduling worker: %s" % str(worker))
             return worker

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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