gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: sighup better than restart


From: gnunet
Subject: [taler-deployment] branch master updated: sighup better than restart
Date: Tue, 15 Sep 2020 15:09:11 +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 723cf50  sighup better than restart
723cf50 is described below

commit 723cf50ba4934ec4561b6011e2aeb129808a6171
Author: MS <ms@taler.net>
AuthorDate: Tue Sep 15 15:09:03 2020 +0200

    sighup better than restart
---
 buildbot/master.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 7555164..d8b57d0 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -392,7 +392,7 @@ BUILDMASTER_FACTORY.addStep(
         name="restart buildmaster",
         description="trigger buildmaster restart with new configuration",
         descriptionDone="Buildmaster updated",
-        command=["systemctl", "--user", "restart", "buildbot-master"],
+        command=["systemctl", "--user", "kill", "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]