[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: syntx
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: syntx |
Date: |
Wed, 15 Jan 2025 22:01:16 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository taler-deployment.
The following commit(s) were added to refs/heads/master by this push:
new 374405b syntx
374405b is described below
commit 374405ba015a92b1427936b471c5d8ae080353be
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jan 15 22:01:14 2025 +0100
syntx
---
buildbot/master.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 381f36d..224a03c 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -257,7 +257,7 @@ BUILDMASTER_FACTORY.addStep(
name="restart buildmaster",
description="trigger buildmaster restart with new configuration",
descriptionDone="Buildmaster updated",
- command=["killall", "-HUP", "/usr/bin/python3"],
+ command=["pkill", "-HUP", "-A", "-u", "buildbot-master", "-f",
"/usr/bin/python3"],
workdir="../.."
)
)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.