taler-deployment

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

commit b1a09fc5989eb81c695485a404ff4dcb148f47d1
parent d9667202ae292f5796567193ef9666ba800015a9
Author: MS <ms@taler.net>
Date:   Tue, 15 Nov 2022 21:36:25 +0100

Revert d3f99366f (cancels running jobs)

Diffstat:
Mbuildbot/master.cfg | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

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