taler-deployment

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

commit 9cdd2685e90a03945e4fe5feb7b85dce18fb9a84
parent 9e32bbae4509d3507e3232c2373a47b109ca6b5c
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Fri, 17 Jun 2016 23:16:49 +0200

buildbot messages

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -80,8 +80,8 @@ globalSwitcher.addStep(Git(repourl='git://git.taler.net/deployment.git', haltOnFailure=True, branch='master')) globalSwitcher.addStep(ShellCommand(name="switcher", - description="Invalidating timestamps", - descriptionDone="timestamps invalidated", + description="Compiling..", + descriptionDone="Active party switched", command=["./switch_active.sh"], workdir="build/taler-build", env={'PATH': "${HOME}/bin:${PATH}"})) @@ -100,7 +100,7 @@ lcov.addStep(ShellCommand( workdir="build/taler-build")) lcov.addStep(ShellCommand( name="builder", - description="Generating lcov files", + description="Compiling..", descriptionDone="lcov files generated", command=["make", "lcov"], workdir="build/taler-build"))