[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: fix path
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: fix path |
Date: |
Fri, 13 Nov 2020 23:22:11 +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 b48d307 fix path
b48d307 is described below
commit b48d307afd29569dea751ff2efab1fc9390f07d0
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Nov 13 23:22:09 2020 +0100
fix path
---
buildbot/master.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index e0e11f0..60cfad5 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -818,7 +818,7 @@ LCOV_FACTORY.addStep(
name="coverage generation",
description="running tests",
descriptionDone="generating HTML report",
- command=["/usr/bin/sudo", "/usr/local/bin/netjail.sh",
"/home/lcovbuilder/deployment/buildbot/with-postgres.sh","./coverage.sh"],
+ command=["/usr/bin/sudo", "/usr/local/bin/netjail.sh",
"/home/lcovworker/deployment/buildbot/with-postgres.sh","./coverage.sh"],
workdir="../../deployment/buildbot",
env={'PATH': "${HOME}/local/bin:${PATH}"}
)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: fix path,
gnunet <=