[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: -more scripts
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: -more scripts |
Date: |
Sun, 12 Jan 2025 15:09:30 +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 5fc4e6c -more scripts
5fc4e6c is described below
commit 5fc4e6c5354cfe3affa7b2584080e18abdf147b3
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jan 12 15:09:28 2025 +0100
-more scripts
---
buildbot/make-buildbot-containerworker.sh | 2 ++
systemd-services/buildbot-worker-container.service | 6 +++---
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/buildbot/make-buildbot-containerworker.sh
b/buildbot/make-buildbot-containerworker.sh
index 3fffe2e..95f48f3 100755
--- a/buildbot/make-buildbot-containerworker.sh
+++ b/buildbot/make-buildbot-containerworker.sh
@@ -10,6 +10,8 @@ if ! test "container-worker" = $(whoami); then
exit 1
fi
+mkdir -p workspace
+
if [[ ! -d worker ]]; then
buildbot-worker create-worker --umask=0o22 ~/worker 127.0.0.1:9988
container-worker container-pass
fi
diff --git a/systemd-services/buildbot-worker-container.service
b/systemd-services/buildbot-worker-container.service
index ea4120c..98a0f7e 100644
--- a/systemd-services/buildbot-worker-container.service
+++ b/systemd-services/buildbot-worker-container.service
@@ -6,9 +6,9 @@ AssertPathExists=/home/container-worker/worker
User=container-worker
Group=container-worker
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
+ExecStart=/home/container-worker/.local/bin/buildbot-worker start --nodaemon
worker
+ExecReload=/home/container-worker/.local/bin/buildbot-worker sighup worker
+ExecStop=/home/container-worker/.local/bin/buildbot-worker stop worker
Restart=always
[Install]
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.