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: Try worker_basedi


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Try worker_basedir.
Date: Fri, 19 Apr 2019 18:42:00 +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 28a0ee0  Try worker_basedir.
28a0ee0 is described below

commit 28a0ee04370c492af1d21d1b2abaaa773effe8a9
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Apr 19 18:41:48 2019 +0200

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 0853e34..45a4490 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -496,7 +496,7 @@ def pick_active_color(builder, workers_list, build_request):
 
     for worker in workers_list:
         if re.search("^/home/%s" % active,
-                     worker.worker.basedir):
+                     worker.worker.worker_basedir):
             f.close()
             print("Scheduling worker: %s" % str(worker))
             return worker
@@ -541,7 +541,7 @@ def pick_inactive_color(builder, workers_list, 
build_request):
 
     for worker in workers_list:
         if re.search("^/home/%s" % nonactive,
-                     worker.worker.basedir):
+                     worker.worker.worker_basedir):
             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]