taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 82984cd4bc5ab69091c19e432c8f05de270d89a3
parent ea0603aea87d5b5b0754befb74ece39478581421
Author: ms <ms@taler.net>
Date:   Wed, 21 Jul 2021 16:20:22 +0200

stopping services before config

Diffstat:
Mbuildbot/keys.sh | 1+
Mbuildbot/master.cfg | 11+----------
2 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/buildbot/keys.sh b/buildbot/keys.sh @@ -4,4 +4,5 @@ set -eu source "${HOME}/activate" +taler-deployment-stop taler-deployment-prepare diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -1037,16 +1037,7 @@ BUILD_FACTORY.addStep( haltOnFailure=True ) ) -BUILD_FACTORY.addStep( - ShellCommand( - name="config", - description="Generating configuration file.", - descriptionDone="Configuration file generated.", - command=["./config.sh"], - workdir="../../deployment/buildbot", - haltOnFailure=True - ) -) + BUILD_FACTORY.addStep( ShellCommand( name="keys generation and sign",