taler-deployment

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

commit f674722e08687e04e097d93d1cc5283296e7b691
parent 7845c01eeb1cdb1fba0e5f8db69761868fbe3a4d
Author: MS <ms@taler.net>
Date:   Mon, 14 Sep 2020 14:39:40 +0200

BB: kill->restart

Diffstat:
Mbuildbot/master.cfg | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -398,7 +398,7 @@ BUILDMASTER_FACTORY.addStep( # file or it generates a _invalid_ one. # 2 restarting the master has the problem of _cancelling_ # the current builds (including this one) - command=["systemctl", "--user", "kill", "buildbot-master"], + command=["systemctl", "--user", "restart", "buildbot-master"], workdir="../../master/" ) )