gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: BB master, change restart comm


From: gnunet
Subject: [taler-deployment] branch master updated: BB master, change restart command.
Date: Tue, 15 Nov 2022 14:59:26 +0100

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 d3f9936  BB master, change restart command.
d3f9936 is described below

commit d3f99366f69ad2fc8ec9e729008bb312debf01d7
Author: MS <ms@taler.net>
AuthorDate: Tue Nov 15 14:59:07 2022 +0100

    BB master, change restart command.
---
 buildbot/master.cfg | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 6fd1a2f..1a6be2b 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -183,7 +183,9 @@ BUILDMASTER_FACTORY.addStep(
         name="restart buildmaster",
         description="trigger buildmaster restart with new configuration",
         descriptionDone="Buildmaster updated",
-        command=["systemctl", "--user", "kill", "--signal", "SIGHUP", 
"buildbot-master"],
+        command=["systemctl", "--user", "restart", "buildbot-master"],
+        # Command below proved not to work.
+        # command=["systemctl", "--user", "kill", "--signal", "SIGHUP", 
"buildbot-master"],
         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]