unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55752] [PATCH 0/5] Add 'guix system edit' and 'guix home edit'
@ 2022-06-01 15:41 Ludovic Courtès
  2022-06-01 15:42 ` [bug#55752] [PATCH 1/5] edit: Extract 'spawn-editor' procedure Ludovic Courtès
  0 siblings, 1 reply; 9+ messages in thread
From: Ludovic Courtès @ 2022-06-01 15:41 UTC (permalink / raw)
  To: 55752; +Cc: Ludovic Courtès

Hello Guix!

This is the long-overdue addition of ‘guix system edit’ and
‘guix home edit’ to edit service type definitions.

Thoughts?

Ludo’.

Ludovic Courtès (5):
  edit: Extract 'spawn-editor' procedure.
  guix system: Add 'edit' sub-command.
  home: services: Add 'lookup-home-service-types' procedure.
  guix home: Add 'edit' sub-command.
  DRAFT news: Add entry for 'guix system edit' and 'guix home edit'.

 Makefile.am                  |  5 ++-
 doc/guix.texi                | 26 ++++++++++++++
 etc/news.scm                 | 28 +++++++++++++++
 gnu/home/services.scm        | 12 +++++++
 guix/scripts/edit.scm        | 30 +++++++++-------
 guix/scripts/home.scm        |  7 +++-
 guix/scripts/home/edit.scm   | 66 ++++++++++++++++++++++++++++++++++++
 guix/scripts/system.scm      |  7 +++-
 guix/scripts/system/edit.scm | 64 ++++++++++++++++++++++++++++++++++
 po/guix/POTFILES.in          |  2 ++
 tests/home-services.scm      | 46 +++++++++++++++++++++++++
 11 files changed, 278 insertions(+), 15 deletions(-)
 create mode 100644 guix/scripts/home/edit.scm
 create mode 100644 guix/scripts/system/edit.scm
 create mode 100644 tests/home-services.scm


base-commit: fed51b26141548a5bae349a5e1d8d6f681320f4f
-- 
2.36.1





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

end of thread, other threads:[~2022-06-04 10:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-01 15:41 [bug#55752] [PATCH 0/5] Add 'guix system edit' and 'guix home edit' Ludovic Courtès
2022-06-01 15:42 ` [bug#55752] [PATCH 1/5] edit: Extract 'spawn-editor' procedure Ludovic Courtès
2022-06-01 15:42   ` [bug#55752] [PATCH 2/5] guix system: Add 'edit' sub-command Ludovic Courtès
2022-06-01 15:43   ` [bug#55752] [PATCH 3/5] home: services: Add 'lookup-home-service-types' procedure Ludovic Courtès
2022-06-01 15:43   ` [bug#55752] [PATCH 4/5] guix home: Add 'edit' sub-command Ludovic Courtès
2022-06-01 15:43   ` [bug#55752] [PATCH 5/5] DRAFT news: Add entry for 'guix system edit' and 'guix home edit' Ludovic Courtès
2022-06-02 11:41     ` Maxime Devos
2022-06-02 13:26       ` Ludovic Courtès
2022-06-04 10:10       ` bug#55752: [PATCH 0/5] Add " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).