[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: stopping services before confi
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: stopping services before config |
Date: |
Wed, 21 Jul 2021 16:20:55 +0200 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new 82984cd stopping services before config
82984cd is described below
commit 82984cd4bc5ab69091c19e432c8f05de270d89a3
Author: ms <ms@taler.net>
AuthorDate: Wed Jul 21 16:20:22 2021 +0200
stopping services before config
---
buildbot/keys.sh | 1 +
buildbot/master.cfg | 11 +----------
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",
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: stopping services before config,
gnunet <=