taler-deployment

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

commit 08141d4354353828d4cd4f4bf4d5b393d703061e
parent ffc751ec43760e559fb2d3465aed649831c68dd8
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Wed, 28 Jun 2017 22:00:04 +0200

closing )

Diffstat:
Mbuildbot/master.cfg | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -97,7 +97,7 @@ wallet_factory.addStep(ShellCommand(name="configuration", descrition="Running configure script", descriptionDone="Correctly configured", command=["./configure && make check"], - workdir="build/") + workdir="build/")) lcov_factory = util.BuildFactory()