taler-deployment

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

commit 3bb2fd676ffd13c429adb2524f954ec629b81dfa
parent 83e62f2b41b6f4b9a5456d99221daa1a28de7e4e
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Tue, 19 Apr 2016 14:37:50 +0200

changing successful messages in buildbot

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -76,13 +76,13 @@ exchangeTestBuild.addStep(Git(repourl='git://git.taler.net/deployment.git', exchangeTestBuild.addStep(ShellCommand( name="invalidation", description="Invalidating timestamps", - descriptionDone="done", + descriptionDone="timestamps invalidated", command=["./invalidate.sh"], workdir="build/taler-build")) exchangeTestBuild.addStep(ShellCommand( name="builder", description="Building Taler", - descriptionDone="done", + descriptionDone="compiled", command=["make"], workdir="build/taler-build"))