taler-deployment

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

commit 723cf50ba4934ec4561b6011e2aeb129808a6171
parent 2e9e69ae0da3f4c5a15e949e8721e5321bb3665a
Author: MS <ms@taler.net>
Date:   Tue, 15 Sep 2020 15:09:03 +0200

sighup better than restart

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", "--user", "restart", "buildbot-master"], + command=["systemctl", "--user", "kill", "buildbot-master"], workdir="../../master/" ) )