taler-deployment

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

commit 2e9e69ae0da3f4c5a15e949e8721e5321bb3665a
parent b8b55fe66b04866c15bdc91a0000fea07855f7e9
Author: MS <ms@taler.net>
Date:   Tue, 15 Sep 2020 14:38:59 +0200

remove comment

Diffstat:
Mbuildbot/master.cfg | 8+-------
1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -382,7 +382,7 @@ def update_deployment(factory): # Create a FACTORY with a deployment.git checkout as the first step. def create_factory_with_deployment(): f = util.BuildFactory() - update_deployment (f); + update_deployment (f) return f # Factory to update the buildmaster itself. @@ -392,12 +392,6 @@ BUILDMASTER_FACTORY.addStep( name="restart buildmaster", description="trigger buildmaster restart with new configuration", descriptionDone="Buildmaster updated", - # This worker has two problems: - # 1 "buildbot reconfig" doesn't work with a systemd-managed - # master, because it either doesn't generate a twistd.pid - # file or it generates a _invalid_ one. - # 2 restarting the master has the problem of _cancelling_ - # the current builds (including this one) command=["systemctl", "--user", "restart", "buildbot-master"], workdir="../../master/" )