commit 61b18431b5d873d64e0bd75bbab34216f12fdc83
parent d318cff767d94817e54d2aaa8d02a5a0aa185adb
Author: MS <ms@taler.net>
Date: Thu, 10 Sep 2020 12:25:48 +0200
restart BB instead of reconfig
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -391,7 +391,7 @@ BUILDMASTER_FACTORY.addStep(
name="restart buildmaster",
description="trigger buildmaster restart with new configuration",
descriptionDone="Buildmaster updated",
- command=["buildbot", "reconfig"],
+ command=["systemctl", "--user", "restart", "buildbot-master"],
workdir="../../master/"
)
)