From 5f3520ec8e8db6a7d686903fa6ed6cef62d37fe6 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Wed, 8 Mar 2017 14:40:29 +0100 Subject: Fix descriptionDone regarding buildbot. --- buildbot/master.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/buildbot/master.cfg b/buildbot/master.cfg index fa76697..7e0f874 100644 --- 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", -- cgit v1.2.3