gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: full path, sudo might be stupi


From: gnunet
Subject: [taler-deployment] branch master updated: full path, sudo might be stupid otherwise
Date: Tue, 25 Feb 2020 00:27:01 +0100

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 37bb1a6  full path, sudo might be stupid otherwise
37bb1a6 is described below

commit 37bb1a695b238f9f43a146b8d9b035ea927b44ca
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Feb 25 00:26:59 2020 +0100

    full path, sudo might be stupid otherwise
---
 buildbot/master.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index dab5784..422ef0d 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -312,7 +312,7 @@ def jailed_check(package,srcdir):
         name="Test of " + srcdir + " in " + package,
         description="Testing " + srcdir + " in " + package,
         descriptionDone="Pass",
-        command=["sudo", "/usr/local/bin/netjail.sh", 
"~/deployment/buildbot/with-postgres.sh", "make", "check"],
+        command=["sudo", "/usr/local/bin/netjail.sh", 
"/home/integrationtest/deployment/buildbot/with-postgres.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]