From 3bb2fd676ffd13c429adb2524f954ec629b81dfa Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Tue, 19 Apr 2016 14:37:50 +0200 Subject: changing successful messages in buildbot --- buildbot/master.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildbot/master.cfg b/buildbot/master.cfg index d4b813e..a5e97e5 100644 --- 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")) -- cgit v1.2.3