gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: remove comment


From: gnunet
Subject: [taler-deployment] branch master updated: remove comment
Date: Tue, 15 Sep 2020 14:39:04 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 2e9e69a  remove comment
2e9e69a is described below

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

    remove comment
---
 buildbot/master.cfg | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 78f51b9..7555164 100644
--- 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/"
     )

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]