[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: -fix paths
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: -fix paths |
Date: |
Sun, 12 Jan 2025 14:44:10 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new 481a01d -fix paths
481a01d is described below
commit 481a01d545728b1eb760523cbbe7d3884d566536
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jan 12 14:44:08 2025 +0100
-fix paths
---
buildbot/make-buildbot-master.sh | 2 +-
systemd-services/buildbot-worker-buildmaster.service | 10 ++++++----
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/buildbot/make-buildbot-master.sh b/buildbot/make-buildbot-master.sh
index b4fbfbb..d8657b3 100755
--- a/buildbot/make-buildbot-master.sh
+++ b/buildbot/make-buildbot-master.sh
@@ -35,5 +35,5 @@ if [[ ! -d ./master ]]; then
fi
if [[ ! -d worker ]]; then
- buildbot-worker create-worker --umask=0o22 ~/worker localhost:9989
buildmaster-worker buildmaster-pass
+ buildbot-worker create-worker --umask=0o22 ~/worker 127.0.0.1:9988
buildmaster-worker buildmaster-pass
fi
diff --git a/systemd-services/buildbot-worker-buildmaster.service
b/systemd-services/buildbot-worker-buildmaster.service
index 4a642b6..831b803 100644
--- a/systemd-services/buildbot-worker-buildmaster.service
+++ b/systemd-services/buildbot-worker-buildmaster.service
@@ -3,10 +3,12 @@ Description=Buildbot buildmaster worker
AssertPathExists=/home/buildbot-master/worker
[Service]
-WorkingDirectory=/home/buildbot-master/worker
-ExecStart=/usr/bin/buildbot start --nodaemon master
-ExecReload=/usr/bin/buildbot sighup master
-ExecStop=/usr/bin/buildbot stop master
+User=buildbot-master
+Group=buildbot-master
+WorkingDirectory=~
+ExecStart=/home/buildbot-master/.local/bin/buildbot-worker start --nodaemon
worker
+ExecReload=/home/buildbot-master/.local/bin/buildbot-worker sighup worker
+ExecStop=/home/buildbot-master/.local/bin/buildbot-worker stop worker
Restart=always
[Install]
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-deployment] branch master updated: -fix paths,
gnunet <=