[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated (0a9d31f -> 8c579b5)
From: |
Admin |
Subject: |
[taler-deployment] branch master updated (0a9d31f -> 8c579b5) |
Date: |
Wed, 12 Feb 2025 13:28:25 +0100 |
This is an automated email from the git hooks/post-receive script.
dvn pushed a change to branch master
in repository taler-deployment.
from 0a9d31f include server-side scripts in Git
new a6cc0d2 head: we don't run rysnc service anymore
new 8c579b5 buildbot: debug inputs path more thoroughly
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
buildbot/master.cfg | 3 +++
head.taler.net/rsyncd.conf | 13 -------------
head.taler.net/rsyncd.service | 12 ------------
3 files changed, 3 insertions(+), 25 deletions(-)
delete mode 100644 head.taler.net/rsyncd.conf
delete mode 100644 head.taler.net/rsyncd.service
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 34b83b9..8a41113 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -235,9 +235,12 @@ def container_add_step(HALT_ON_FAILURE,
# Inputs directory
inputs_path = f"/home/container-worker/container_inputs/{repoName}"
+ print(f"adding {inputs_path}")
if os.path.isdir(inputs_path):
print(f"adding {inputs_path}")
runCommand += ["--volume", f"{inputs_path}:/inputs:ro"]
+ else:
+ print(f"inputs directory not found at {inputs_path}")
if CONTAINER_BUILD:
runCommand += ["--volume",
f"/run/user/{pwd.getpwnam('container-worker').pw_uid}/podman/podman.sock:/run/podman/podman.sock",
diff --git a/head.taler.net/rsyncd.conf b/head.taler.net/rsyncd.conf
deleted file mode 100644
index 613dea6..0000000
--- a/head.taler.net/rsyncd.conf
+++ /dev/null
@@ -1,13 +0,0 @@
-max connections = 4
-log file = /home/head/.local/var/log/rsync.log
-lock file = /home/head/.local/var/run/rsyncd.lock
-timeout = 300
-use chroot = no
-
-[incoming]
- comment = Inbox for head.taler.net images
- path = /home/head/incoming
- read only = no
- write only = no
- #uid = head
- #gid = head
diff --git a/head.taler.net/rsyncd.service b/head.taler.net/rsyncd.service
deleted file mode 100644
index cf3791b..0000000
--- a/head.taler.net/rsyncd.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=fast remote file copy program daemon
-ConditionPathExists=/home/head/.config/rsyncd.conf
-Documentation=man:rsync(1) man:rsyncd.conf(5)
-
-[Service]
-ExecStart=/usr/bin/rsync --daemon --no-detach --address 127.0.0.1 --port
424240 --config=/home/head/.config/rsyncd.conf
-RestartSec=1
-Restart=on-failure
-
-[Install]
-WantedBy=default.target
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-deployment] branch master updated (0a9d31f -> 8c579b5),
Admin <=