all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#54344] [PATCH 0/3] Add 'guix home extension-graph' and 'shepherd-graph'
@ 2022-03-11 21:32 Ludovic Courtès
  2022-03-11 21:34 ` [bug#54344] [PATCH 1/3] graph: Factorize 'lookup-backend' Ludovic Courtès
  0 siblings, 1 reply; 6+ messages in thread
From: Ludovic Courtès @ 2022-03-11 21:32 UTC (permalink / raw)
  To: 54344; +Cc: Ludovic Courtès, Andrew Tropin

Hello!

These patches implement ‘guix home extension-graph’ and ‘guix home
shepherd-graph’, similar to what ‘guix system’ provides.  Until now
these two commands were silently ignored.

Thoughts?

Ludo’.

Ludovic Courtès (3):
  graph: Factorize 'lookup-backend'.
  home: services: Export record type accessors.
  guix home: Implement the 'extension-graph' and 'shepherd-graph'
    actions.

 doc/guix.texi                  |  31 +++++++++
 gnu/home/services/shepherd.scm |  21 +++++-
 guix/graph.scm                 |  14 +++-
 guix/scripts/graph.scm         |   9 +--
 guix/scripts/home.scm          | 117 +++++++++++++++++++++++++--------
 guix/scripts/system.scm        |  14 ++--
 po/guix/POTFILES.in            |   1 +
 tests/guix-home.sh             |   8 +++
 8 files changed, 165 insertions(+), 50 deletions(-)


base-commit: 5397c18157f12e9127b5a9a59b0aa5a4eb058839
-- 
2.34.0





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

end of thread, other threads:[~2022-03-18 15:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-11 21:32 [bug#54344] [PATCH 0/3] Add 'guix home extension-graph' and 'shepherd-graph' Ludovic Courtès
2022-03-11 21:34 ` [bug#54344] [PATCH 1/3] graph: Factorize 'lookup-backend' Ludovic Courtès
2022-03-11 21:34   ` [bug#54344] [PATCH 2/3] home: services: Export record type accessors Ludovic Courtès
2022-03-11 21:34   ` [bug#54344] [PATCH 3/3] guix home: Implement the 'extension-graph' and 'shepherd-graph' actions Ludovic Courtès
2022-03-17  5:14     ` Andrew Tropin
2022-03-18 15:11       ` bug#54344: [PATCH 0/3] Add 'guix home extension-graph' and 'shepherd-graph' 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.