taler-deployment

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

commit 5310e58bd923eecee249b0fa1c7aebb28f8af3e5
parent 60768e49d968696591ee415be5e8ea3cc8c93962
Author: MS <ms@taler.net>
Date:   Thu, 10 Sep 2020 15:23:46 +0200

sighup to BB master

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -397,7 +397,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=["false"], + command=["systemctl", "--user", "kill", "buildbot-master"], workdir="../../master/" ) )