guix-commits
[Top][All Lists]
Advanced

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

branch master updated (8334e7c36b -> ac826aef9c)


From: guix-commits
Subject: branch master updated (8334e7c36b -> ac826aef9c)
Date: Sat, 4 Jun 2022 06:09:54 -0400 (EDT)

civodul pushed a change to branch master
in repository guix.

    from 8334e7c36b gnu: Add emacs-color-theme-modern.
     new c332f1f4fb doc: Capitalize and tweak cross-compilation-related node 
names.
     new 104b4e25ab cache: Catch invalid 'last-expiry-cleanup'.
     new f9fb00ff08 edit: Extract 'spawn-editor' procedure.
     new 3f83c0b7c7 guix system: Add 'edit' sub-command.
     new 8eb17cebc1 home: services: Add 'lookup-home-service-types' procedure.
     new 35c1edb20a guix home: Add 'edit' sub-command.
     new ac826aef9c news: Add entry for 'guix system edit' and 'guix home edit'.

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.am                  |  5 +++-
 doc/guix.texi                | 42 ++++++++++++++++++++++------
 etc/news.scm                 | 41 +++++++++++++++++++++++++++
 gnu/home/services.scm        | 12 ++++++++
 guix/cache.scm               |  9 ++++--
 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/cache.scm              | 15 ++++++++++
 tests/home-services.scm      | 46 ++++++++++++++++++++++++++++++
 13 files changed, 321 insertions(+), 25 deletions(-)
 create mode 100644 guix/scripts/home/edit.scm
 create mode 100644 guix/scripts/system/edit.scm
 create mode 100644 tests/home-services.scm



reply via email to

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