commit 5f3520ec8e8db6a7d686903fa6ed6cef62d37fe6
parent e7f9de0a48c9d62146babe7f01bf397735b2d413
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Wed, 8 Mar 2017 14:40:29 +0100
Fix descriptionDone regarding buildbot.
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -102,22 +102,22 @@ switcher_factory.addStep(Git(repourl='git://git.taler.net/deployment.git',
branch='master'))
switcher_factory.addStep(ShellCommand(name="build",
description="Building inactive blue-green party.",
- descriptionDone="Compilation successful.",
+ descriptionDone="Compile.",
command=["./switch_build.sh"],
workdir="build/taler-build"))
switcher_factory.addStep(ShellCommand(name="build",
description="Starting inactive blue-green party.",
- descriptionDone="Restarted.",
+ descriptionDone="Restarting Taler.",
command=["./switch_restart.sh"],
workdir="build/taler-build"))
switcher_factory.addStep(ShellCommand(name="build",
description="Checking Exchange.",
- descriptionDone="Exchange is responsive.",
+ descriptionDone="Exchange checked.",
command=["./switch_check_exchange.sh"],
workdir="build/taler-build"))
switcher_factory.addStep(ShellCommand(name="build",
description="Checking Merchants Backends.",
- descriptionDone="Both backends are responsive.",
+ descriptionDone="Both backends checked.",
command=["./switch_check_merchant.sh"],
workdir="build/taler-build"))
switcher_factory.addStep(ShellCommand(name="build",