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

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

bug#63182: closed ([PATCH 0/1] Add cachefilesd service)


From: GNU bug Tracking System
Subject: bug#63182: closed ([PATCH 0/1] Add cachefilesd service)
Date: Tue, 15 Aug 2023 20:41:01 +0000

Your message dated Tue, 15 Aug 2023 22:40:01 +0200
with message-id <875y5g82fy.fsf_-_@gnu.org>
and subject line Re: bug#63182: [PATCH 0/1] Add cachefilesd service
has caused the debbugs.gnu.org bug report #63182,
regarding [PATCH 0/1] Add cachefilesd service
to be marked as done.

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


-- 
63182: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63182
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/1] Add cachefilesd service Date: Sat, 29 Apr 2023 21:00:08 -0700
Hi,

This bug replaces Bug#41180, which is apparently too old to trigger a CI
pipeline. The patch also required changes because listing serializers "after"
the docstring has been deprecated.

The serializers are still after the docstring but now use some form of record
syntax starting with "(serializer (..))".

Bug#41180 will be closed in the near future with a reference to this bug.

Kind regards
Felix

Felix Lechner (1):
  gnu: services: Add cachefilesd service. (Closes: #41180)

 doc/guix.texi             |  90 +++++++++++++++++
 gnu/local.mk              |   1 +
 gnu/services/linux.scm    | 199 +++++++++++++++++++++++++++++++++++++-
 gnu/tests/cachefilesd.scm |  71 ++++++++++++++
 4 files changed, 360 insertions(+), 1 deletion(-)
 create mode 100644 gnu/tests/cachefilesd.scm


base-commit: 85c137adde84055d78b16d84e5ae4817995bce28
-- 
2.39.2




--- End Message ---
--- Begin Message --- Subject: Re: bug#63182: [PATCH 0/1] Add cachefilesd service Date: Tue, 15 Aug 2023 22:40:01 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hi,

Felix Lechner <felix.lechner@lease-up.com> skribis:

> Thanks to Bruno Victal "mirai" for cooperating on this patch and for
> generously sharing a wealth of insights about Guix services.
>
> Thanks to Jean-Baptiste Note for an early version of this service!
>
> Co-authored-by: Bruno Victal <mirai@makinata.eu>

Applied with small edits to ‘guix.texi’ and a commit log that follows
our conventions.

Thanks to the two of you!

Ludo’.


--- End Message ---

reply via email to

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