gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] 02/02: python is not PHP


From: gnunet
Subject: [taler-deployment] 02/02: python is not PHP
Date: Mon, 24 Feb 2020 16:42:43 +0100

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

grothoff pushed a commit to branch master
in repository deployment.

commit 33b35988ebcbfde8353e36541583b03e86a5a066
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Feb 24 16:42:37 2020 +0100

    python is not PHP
---
 buildbot/master.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 1c9bd91..cea75d6 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -309,8 +309,8 @@ def git_step(repo,target_branch="master"):
 # directory of the code inside of a netjail.
 def jailed_check(package,srcdir):
     return ShellCommand(
-        name="Test of" . srcdir . " in " . package,
-        description="Testing " . srcdir . " in " . package,
+        name="Test of " + srcdir + " in " + package,
+        description="Testing " + srcdir + " in " + package,
         descriptionDone="Pass",
         command=["sudo", "/usr/local/bin/netjail.sh", "make", "check"],
         workdir="../../sources/" + package + "/src/" + srcdir

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



reply via email to

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