mbox series

[bug#63182,0/1] Add cachefilesd service

Message ID cover.1682826783.git.felix.lechner@lease-up.com
Headers show
Series Add cachefilesd service | expand

Message

Felix Lechner April 30, 2023, 4 a.m. UTC
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

Comments

Felix Lechner April 30, 2023, 4:15 a.m. UTC | #1
Hi,

Pending acceptance of this patch, interested users can test the new
service in the Juix channel. [1]

Kind regards
Felix

[1] https://codeberg.org/lechner/juix
Felix Lechner May 12, 2023, 6:49 p.m. UTC | #2
This patch series was rebased to to changes on the 'master' branch.