taler-deployment

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

commit 374405ba015a92b1427936b471c5d8ae080353be
parent bc1ddb3d402f2d7b5262fcd142e52d6821455bcf
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 15 Jan 2025 22:01:14 +0100

syntx

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -257,7 +257,7 @@ BUILDMASTER_FACTORY.addStep( name="restart buildmaster", description="trigger buildmaster restart with new configuration", descriptionDone="Buildmaster updated", - command=["killall", "-HUP", "/usr/bin/python3"], + command=["pkill", "-HUP", "-A", "-u", "buildbot-master", "-f", "/usr/bin/python3"], workdir="../.." ) )