summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-04-19 14:37:50 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-04-19 14:37:50 +0200
commit3bb2fd676ffd13c429adb2524f954ec629b81dfa (patch)
tree48bd7b9d3b7be84504bd1156eda98e9c3188258a /buildbot
parent83e62f2b41b6f4b9a5456d99221daa1a28de7e4e (diff)
downloaddeployment-3bb2fd676ffd13c429adb2524f954ec629b81dfa.tar.gz
deployment-3bb2fd676ffd13c429adb2524f954ec629b81dfa.tar.bz2
deployment-3bb2fd676ffd13c429adb2524f954ec629b81dfa.zip
changing successful messages in buildbot
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/master.cfg4
1 files 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"))