emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#52703: closed ([PATCH 0/2] Improving rsync-service-type)


From: GNU bug Tracking System
Subject: bug#52703: closed ([PATCH 0/2] Improving rsync-service-type)
Date: Tue, 21 Dec 2021 14:51:02 +0000

Your message dated Tue, 21 Dec 2021 15:50:19 +0100
with message-id <87zgou57x0.fsf@gnu.org>
and subject line Re: bug#52703: [PATCH 0/2] Improving rsync-service-type
has caused the debbugs.gnu.org bug report #52703,
regarding [PATCH 0/2] Improving rsync-service-type
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
52703: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52703
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/2] Improving rsync-service-type Date: Tue, 21 Dec 2021 15:18:58 +0100
Hello Guix!

While fiddling around for the infrastructure hackathon, I found that
the rsync service was a bit too limited: it would only let you export
a single directory.

These patches extend it so that users can specify several “modules”,
each of which exports one directory and has its own properties (read-only,
chroot, timeout, etc.).

Backwards compatibility is maintained.

Thoughts?

Ludo’.

Ludovic Courtès (2):
  services: rsync: Allow configuring several rsync "modules".
  tests: rsync: Define several modules.

 doc/guix.texi          |  71 ++++++++++++-----
 gnu/services/rsync.scm | 170 +++++++++++++++++++++++++++++------------
 gnu/tests/rsync.scm    |  40 +++++++++-
 3 files changed, 213 insertions(+), 68 deletions(-)

-- 
2.33.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#52703: [PATCH 0/2] Improving rsync-service-type Date: Tue, 21 Dec 2021 15:50:19 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Ludovic Courtès <ludo@gnu.org> skribis:

>   services: rsync: Allow configuring several rsync "modules".
>   tests: rsync: Define several modules.

We’ve super-fast-tracked these patches on #guix.  Pushed as
3b3bef3e4e3a8f38e8686262cd12e1786a9ac2b0.

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]