gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: jail needs sudo


From: gnunet
Subject: [taler-deployment] branch master updated: jail needs sudo
Date: Mon, 24 Feb 2020 11:12:07 +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 f52703c  jail needs sudo
f52703c is described below

commit f52703cc3d245b262dbbb2e26f277565ec92c378
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Feb 24 11:12:04 2020 +0100

    jail needs sudo
---
 buildbot/master.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index dd841ba..db3b0dc 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -542,7 +542,7 @@ LCOV_FACTORY.addStep(
         name="coverage generation",
         description="running tests",
         descriptionDone="generating HTML report",
-        command=["../netjail/netjail.sh", "./coverage.sh"],
+        command=["/usr/bin/sudo", "../netjail/netjail.sh", "./coverage.sh"],
         workdir="../../deployment/buildbot",
     )
 )

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



reply via email to

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