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

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

bug#55752: closed ([PATCH 0/5] Add 'guix system edit' and 'guix home edi


From: GNU bug Tracking System
Subject: bug#55752: closed ([PATCH 0/5] Add 'guix system edit' and 'guix home edit')
Date: Sat, 04 Jun 2022 10:11:02 +0000

Your message dated Sat, 04 Jun 2022 12:10:27 +0200
with message-id <87o7z8g2ng.fsf_-_@gnu.org>
and subject line Re: bug#55752: [PATCH 0/5] Add 'guix system edit' and 'guix 
home edit'
has caused the debbugs.gnu.org bug report #55752,
regarding [PATCH 0/5] Add 'guix system edit' and 'guix home edit'
to be marked as done.

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


-- 
55752: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55752
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/5] Add 'guix system edit' and 'guix home edit' Date: Wed, 1 Jun 2022 17:41:40 +0200
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




--- End Message ---
--- Begin Message --- Subject: Re: bug#55752: [PATCH 0/5] Add 'guix system edit' and 'guix home edit' Date: Sat, 04 Jun 2022 12:10:27 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Pushed as ac826aef9c1527a9237ef31b7dadd814384e057b, thanks!


--- End Message ---

reply via email to

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