commit bc1ddb3d402f2d7b5262fcd142e52d6821455bcf
parent 9e0c4ed1a42155093512a31f75038c12e7b40355
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 15 Jan 2025 21:52:31 +0100
syntx
Diffstat:
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", "python3"],
+ command=["killall", "-HUP", "/usr/bin/python3"],
workdir="../.."
)
)