summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-09-17 15:37:23 +0200
committerMS <ms@taler.net>2020-09-17 15:37:23 +0200
commitfccaaa2dfc7fa8738c1e799ab123020d2c5589ca (patch)
tree1b5268f53df53bf658a5dc18ffb4dfc1f6d60c98 /buildbot
parent977c2c5668b0f11b1ef1190210da8a36f78ae5fa (diff)
downloaddeployment-fccaaa2dfc7fa8738c1e799ab123020d2c5589ca.tar.gz
deployment-fccaaa2dfc7fa8738c1e799ab123020d2c5589ca.tar.bz2
deployment-fccaaa2dfc7fa8738c1e799ab123020d2c5589ca.zip
trying (again) buildbot reconfig
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/master.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index d8b57d0..eb05c61 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -392,8 +392,8 @@ BUILDMASTER_FACTORY.addStep(
name="restart buildmaster",
description="trigger buildmaster restart with new configuration",
descriptionDone="Buildmaster updated",
- command=["systemctl", "--user", "kill", "buildbot-master"],
- workdir="../../master/"
+ command=["buildbot", "reconfig", "master"],
+ workdir="../.."
)
)