summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorms <ms@taler.net>2021-07-21 16:20:22 +0200
committerms <ms@taler.net>2021-07-21 16:20:35 +0200
commit82984cd4bc5ab69091c19e432c8f05de270d89a3 (patch)
treeb01a62d2b1a978ca524d51a7e009fbd84fb1a620
parentea0603aea87d5b5b0754befb74ece39478581421 (diff)
downloaddeployment-82984cd4bc5ab69091c19e432c8f05de270d89a3.tar.gz
deployment-82984cd4bc5ab69091c19e432c8f05de270d89a3.tar.bz2
deployment-82984cd4bc5ab69091c19e432c8f05de270d89a3.zip
stopping services before config
-rwxr-xr-xbuildbot/keys.sh1
-rw-r--r--buildbot/master.cfg11
2 files changed, 2 insertions, 10 deletions
diff --git a/buildbot/keys.sh b/buildbot/keys.sh
index ff3e3cb..fe52dfb 100755
--- 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
index 3fac57d..97016f4 100644
--- 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",