all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#63182] [PATCH 0/1] Add cachefilesd service
@ 2023-04-30  4:00 Felix Lechner via Guix-patches via
  2023-04-30  4:02 ` [bug#63182] [PATCH 1/1] gnu: services: Add cachefilesd service. (Closes: #63182) Felix Lechner via Guix-patches via
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Felix Lechner via Guix-patches via @ 2023-04-30  4:00 UTC (permalink / raw)
  To: 63182; +Cc: Felix Lechner

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





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-08-15 20:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-30  4:00 [bug#63182] [PATCH 0/1] Add cachefilesd service Felix Lechner via Guix-patches via
2023-04-30  4:02 ` [bug#63182] [PATCH 1/1] gnu: services: Add cachefilesd service. (Closes: #63182) Felix Lechner via Guix-patches via
2023-04-30  4:15 ` [bug#63182] Also available in Juix channel Felix Lechner via Guix-patches via
2023-05-12 18:49 ` [bug#63182] rebased Felix Lechner via Guix-patches via
2023-05-12 18:50 ` [bug#63182] [PATCH v2] gnu: services: Add cachefilesd service. (Closes: #63182) Felix Lechner via Guix-patches via
2023-05-28 23:36 ` Felix Lechner via Guix-patches via
2023-08-15 20:40   ` bug#63182: [PATCH 0/1] Add cachefilesd service Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.