gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fix custom signal sending via


From: gnunet
Subject: [taler-deployment] branch master updated: fix custom signal sending via systemd
Date: Thu, 17 Sep 2020 17:47:37 +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 97da6ef  fix custom signal sending via systemd
97da6ef is described below

commit 97da6ef293ae26ef55a1bc67dc6acf4e5c9ad7aa
Author: MS <ms@taler.net>
AuthorDate: Thu Sep 17 17:46:53 2020 +0200

    fix custom signal sending via systemd
---
 buildbot/master.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index eb05c61..f77475f 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=["buildbot", "reconfig", "master"],
+        command=["systemctl", "kill", "--signal", "SIGHUP"],
         workdir="../.."
     )
 )

-- 
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]