taler-deployment

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

commit 88415528ee797270220321baa4166e120bfca736
parent 33b8bf5cd676732fc1341f73ff180293ffa4029e
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Thu, 14 Apr 2016 15:51:05 +0200

BB string fix

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -72,7 +72,7 @@ exchangeBuild.addStep(ShellCommand( descriptionDone="bootstraped", command=["./bootstrap"], hideStepIf=True)) -exchangeBuild.addStep(Configure(command=["./configure", "--prefix="+local, "--with-gnunet=+local"])) +exchangeBuild.addStep(Configure(command=["./configure", "--prefix="+local, "--with-gnunet="+local])) exchangeBuild.addStep(Compile(command=["make"])) exchangeBuild.addStep(ShellCommand(name="Install", description="Installing", @@ -102,7 +102,7 @@ exchangePerf.addStep(ShellCommand( descriptionDone="bootstraped", command=["./bootstrap"], hideStepIf=True)) -exchangePerf.addStep(Configure(command=["./configure", "--prefix="+local, "--with-gnunet=+local"])) +exchangePerf.addStep(Configure(command=["./configure", "--prefix="+local, "--with-gnunet="+local])) exchangePerf.addStep(Compile(command=["make"])) exchangePerf.addStep(Compile(command=["make","-C","src/exchangedb/","perf-exchangedb"]))