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: fix function call


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix function call
Date: Wed, 05 Jun 2019 18:05:51 +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 c260e2e  fix function call
c260e2e is described below

commit c260e2e828ac204688094bcfcb9a0f5e8dfeff36
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Jun 5 18:05:42 2019 +0200

    fix function call
---
 buildbot/master.cfg | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 84e8d22..f044f31 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -541,11 +541,11 @@ def pick_active_color(
 
 def pick_active_color_test (builder, workers_list, build_request):
     return pick_active_color (
-        "/home/test/active", workers_list, build_request)
+        "/home/test/active", builder, workers_list, build_request)
 
 def pick_active_color_demo (builder, workers_list, build_request):
     return pick_active_color (
-        "/home/demo/active", workers_list, build_request)
+        "/home/demo/active", builder, workers_list, build_request)
 
 AUDITOR_BUILDER = util.BuilderConfig(
     name="auditor-builder",
@@ -561,8 +561,6 @@ AUDITOR_BUILDER_DEMO = util.BuilderConfig(
                  "demo-auditor-worker-green"],
     factory=AUDITOR_FACTORY)
 
-
-
 TIP_RESERVE_TOPPER_BUILDER = util.BuilderConfig(
     name="tip-reserve-topper-builder",
     workernames=["topper-worker-green",

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



reply via email to

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