taler-deployment

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

commit fccaaa2dfc7fa8738c1e799ab123020d2c5589ca
parent 977c2c5668b0f11b1ef1190210da8a36f78ae5fa
Author: MS <ms@taler.net>
Date:   Thu, 17 Sep 2020 15:37:23 +0200

trying (again) buildbot reconfig

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

diff --git 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="../.." ) )