[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: -fix configs
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: -fix configs |
Date: |
Wed, 15 Jan 2025 21:46:38 +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 9e0c4ed -fix configs
9e0c4ed is described below
commit 9e0c4ed1a42155093512a31f75038c12e7b40355
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jan 15 21:46:36 2025 +0100
-fix configs
---
buildbot/make-buildbot-containerworker.sh | 2 +-
buildbot/make-buildbot-linkchecker.sh | 2 +-
buildbot/make-buildbot-sitesworker.sh | 2 +-
buildbot/master.cfg | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/buildbot/make-buildbot-containerworker.sh
b/buildbot/make-buildbot-containerworker.sh
index 9879b92..c766d4b 100755
--- a/buildbot/make-buildbot-containerworker.sh
+++ b/buildbot/make-buildbot-containerworker.sh
@@ -17,7 +17,7 @@ mkdir -p workspace
if [[ ! -d worker ]];
then
- buildbot-worker create-worker --umask=0o22 ~/worker 127.0.0.1:9988
container-worker container-pass
+ buildbot-worker create-worker --umask=0o22 ~/worker 127.0.0.1:19989
container-worker container-pass
echo $HOSTNAME > worker/info/host
echo "GNUnet.org admins <admin@gnunet.org>" > worker/info/admin
fi
diff --git a/buildbot/make-buildbot-linkchecker.sh
b/buildbot/make-buildbot-linkchecker.sh
index d7aabdd..8243353 100755
--- a/buildbot/make-buildbot-linkchecker.sh
+++ b/buildbot/make-buildbot-linkchecker.sh
@@ -22,7 +22,7 @@ fi
if [[ ! -d worker ]];
then
- buildbot-worker create-worker --umask=0o22 ~/worker 127.0.0.1:9988
linkchecker-worker linkchecker-pass
+ buildbot-worker create-worker --umask=0o22 ~/worker 127.0.0.1:19989
linkchecker-worker linkchecker-pass
echo $HOSTNAME > worker/info/host
echo "GNUnet.org admins <admin@gnunet.org>" > worker/info/admin
fi
diff --git a/buildbot/make-buildbot-sitesworker.sh
b/buildbot/make-buildbot-sitesworker.sh
index 86244ff..209718b 100755
--- a/buildbot/make-buildbot-sitesworker.sh
+++ b/buildbot/make-buildbot-sitesworker.sh
@@ -15,7 +15,7 @@ pip install --user --break-system-packages buildbot-worker
sphinxcontrib.video
if [[ ! -d worker ]];
then
- buildbot-worker create-worker --umask=0o22 ~/worker 127.0.0.1:9988
sites-worker sites-pass
+ buildbot-worker create-worker --umask=0o22 ~/worker 127.0.0.1:19989
sites-worker sites-pass
echo $HOSTNAME > worker/info/host
echo "GNUnet.org admins <admin@gnunet.org>" > worker/info/admin
fi
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index cb1fb1a..274c45e 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=["systemctl", "--user", "kill", "--signal", "SIGHUP",
"buildbot-master"],
+ command=["killall", "-HUP", "python3"],
workdir="../.."
)
)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: -fix configs,
gnunet <=