summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-06-08 17:31:59 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-06-08 17:31:59 +0200
commit8bb8f083e83fc3fe6709235beb78f3fa1ada9f87 (patch)
treea9611974f9919ad1def7ba681b06f178a4a0cd11
parent58f88abfa73eaef8cbbab7a445b33207976172d8 (diff)
downloaddeployment-8bb8f083e83fc3fe6709235beb78f3fa1ada9f87.tar.gz
deployment-8bb8f083e83fc3fe6709235beb78f3fa1ada9f87.tar.bz2
deployment-8bb8f083e83fc3fe6709235beb78f3fa1ada9f87.zip
Proper names for build steps.
-rw-r--r--buildbot/master.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 4c64999..dbafad8 100644
--- 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"],