commit 398c0443ac8273f2b2d45a5a42c242221c0c6146
parent 424928791f6f6558f9c4da442f1ddaffe77e00b6
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Fri, 17 Jun 2016 17:18:47 +0200
passing PATH to buildbot
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -83,7 +83,8 @@ globalSwitcher.addStep(ShellCommand(name="switcher",
description="Invalidating timestamps",
descriptionDone="timestamps invalidated",
command=["./switch_active.sh"],
- workdir="build/taler-build"))
+ workdir="build/taler-build"),
+ env={'PATH': "${HOME}/bin:${PATH}"})
lcov = BuildFactory()
lcov.addStep(Git(repourl='git://git.taler.net/deployment.git',
mode='full',