guix-commits
[Top][All Lists]
Advanced

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

branch master updated (cf0abb6 -> c4ac8cf)


From: guix-commits
Subject: branch master updated (cf0abb6 -> c4ac8cf)
Date: Sat, 30 Oct 2021 18:52:31 -0400 (EDT)

civodul pushed a change to branch master
in repository guix.

    from cf0abb6  gnu: Add r-formattable.
     new d5eb05f  guix home: import: Make the user to specify a destination 
directory.
     new e4d09d2  guix home: import: Allow multiple modules to be imported for 
each service.
     new 3be1a98  guix home: import: Fix module name for Bash service.
     new e12e8aa  guix home: import: Don’t use 'slurp-file-gexp'.
     new 256bd71  guix home: import: Delete duplicate modules when importing.
     new 87c04b0  doc: Document the ‘guix home import’ subcommand.
     new 40acbaf  Add tests for ‘guix home import’.
     new ea19381  guix home: import: Call ‘local-file’ with ‘name’
     new 341fba2  home: import: Compare procedures with 'eq?'.
     new f3933ae  home: import: Clarify "destination directory".
     new 96728c5  home: import: Factorize triplicated 'version-spec' procedure.
     new 6f4ca78  home: import: Avoid duplication of 'manifest->code'.
     new 7711a6c  doc: Mention "guix home import" upfront.
     new 971a69d  doc: Avoid misuse of @ref.
     new c4ac8cf  doc: Mention 'guix home reconfigure' upfront.

The 15 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                  |   1 +
 doc/guix.texi                |  71 +++++++++-
 guix/scripts/home.scm        |  24 ++--
 guix/scripts/home/import.scm | 301 ++++++++++++++++---------------------------
 guix/scripts/package.scm     |  47 ++++---
 tests/home-import.scm        | 187 +++++++++++++++++++++++++++
 6 files changed, 403 insertions(+), 228 deletions(-)
 create mode 100644 tests/home-import.scm



reply via email to

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