taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit a06005ba39aaa6235d6d8b25aecd8cf5f521eb69
parent db696908036703449cc1a70bcdec9b796abb18cd
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Fri, 17 Jun 2016 17:24:28 +0200

addStep parenthesis fix

Diffstat:
Mbuildbot/master.cfg | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -83,8 +83,8 @@ globalSwitcher.addStep(ShellCommand(name="switcher", description="Invalidating timestamps", descriptionDone="timestamps invalidated", command=["./switch_active.sh"], - workdir="build/taler-build"), - env={'PATH': "${HOME}/bin:${PATH}"}) + workdir="build/taler-build", + env={'PATH': "${HOME}/bin:${PATH}"})) lcov = BuildFactory() lcov.addStep(Git(repourl='git://git.taler.net/deployment.git', mode='full',