commit 8bb8f083e83fc3fe6709235beb78f3fa1ada9f87
parent 58f88abfa73eaef8cbbab7a445b33207976172d8
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Fri, 8 Jun 2018 17:31:59 +0200
Proper names for build steps.
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -243,7 +243,7 @@ SWITCHER_FACTORY.addStep(git_step(
"git://git.taler.net/deployment.git"))
SWITCHER_FACTORY.addStep(ShellCommand(
- name="build",
+ name="config",
description="Generating configuration file.",
descriptionDone="Configuration file generated.",
command=["./config.sh"],
@@ -259,7 +259,7 @@ SWITCHER_FACTORY.addStep(ShellCommand(
haltOnFailure=True))
SWITCHER_FACTORY.addStep(ShellCommand(
- name="build",
+ name="keys generation and sign",
description="Generating exchange keys, and auditor-sign them.",
descriptionDone="Exchange keys generated, and auditor-signed.",
command=["./keys.sh"],
@@ -267,7 +267,7 @@ SWITCHER_FACTORY.addStep(ShellCommand(
haltOnFailure=True))
SWITCHER_FACTORY.addStep(ShellCommand(
- name="build",
+ name="wire details sign",
description="Signing exchange wire details.",
descriptionDone="Exchange wire details got signed.",
command=["./sign.sh"],