gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: restart BB instead of reconfig


From: gnunet
Subject: [taler-deployment] branch master updated: restart BB instead of reconfig
Date: Thu, 10 Sep 2020 12:25:53 +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 61b1843  restart BB instead of reconfig
61b1843 is described below

commit 61b18431b5d873d64e0bd75bbab34216f12fdc83
Author: MS <ms@taler.net>
AuthorDate: Thu Sep 10 12:25:48 2020 +0200

    restart BB instead of reconfig
---
 buildbot/master.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 543a705..06b7e29 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -391,7 +391,7 @@ BUILDMASTER_FACTORY.addStep(
         name="restart buildmaster",
         description="trigger buildmaster restart with new configuration",
         descriptionDone="Buildmaster updated",
-        command=["buildbot", "reconfig"],
+        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]