taler-deployment

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

commit d34142c2e3bca379127d5ca1703474453ac3cc0e
parent 2f819bddaa7f0ae2d24982e141fb5f13882be04f
Author: MS <ms@taler.net>
Date:   Thu, 17 Sep 2020 18:00:04 +0200

invocation

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -392,7 +392,7 @@ BUILDMASTER_FACTORY.addStep( name="restart buildmaster", description="trigger buildmaster restart with new configuration", descriptionDone="Buildmaster updated", - command=["systemctl", "kill", "--signal", "SIGHUP", "buildbot-master"], + command=["systemctl", "--user", "kill", "--signal", "SIGHUP", "buildbot-master"], workdir="../.." ) )