guix-commits
[Top][All Lists]
Advanced

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

branch master updated (07dbdbd -> 9a63227)


From: guix-commits
Subject: branch master updated (07dbdbd -> 9a63227)
Date: Sat, 25 Jul 2020 13:13:51 -0400 (EDT)

civodul pushed a change to branch master
in repository guix.

    from 07dbdbd  gnu: beets: Support replaygain plugin.
     new a5e2fc7  utils: Move <location> and '&error-location' to (guix 
diagnostics).
     new 6a79eed  utils: Remove compatibility re-export of 'memoize'.
     new f9a8dd0  utils: Move '&fix-hint' to (guix diagnostics).
     new 7a0bf3d  file-systems: Convey hint via '&fix-hint'.
     new efe037f  ui: Factorize '&message' handling.
     new 860f3d7  diagnostics: Add a procedural variant of diagnostic 
procedures.
     new 252a192  diagnostics: Add '&formatted-message'.
     new d51bfe2  Use 'formatted-message' instead of '&message' where 
appropriate.
     new 9a63227  guix system: Report file system errors using 'report-error'.

The 9 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:
 gnu.scm                             |  10 +-
 gnu/machine.scm                     |   2 +-
 gnu/machine/digital-ocean.scm       |   7 +-
 gnu/machine/ssh.scm                 |  36 +++----
 gnu/packages.scm                    |   6 +-
 gnu/services.scm                    |  32 +++----
 gnu/system.scm                      |   9 +-
 gnu/system/file-systems.scm         |  11 ++-
 gnu/system/mapped-devices.scm       |  36 +++----
 gnu/tests.scm                       |   2 +-
 guix/channels.scm                   |  18 ++--
 guix/cve.scm                        |  15 ++-
 guix/diagnostics.scm                | 181 +++++++++++++++++++++++++++++++++---
 guix/git-authenticate.scm           |  86 ++++++++---------
 guix/import/pypi.scm                |   4 +-
 guix/inferior.scm                   |   3 +-
 guix/lint.scm                       |  16 +++-
 guix/profiles.scm                   |   1 +
 guix/remote.scm                     |   9 +-
 guix/scripts/graph.scm              |   9 +-
 guix/scripts/offload.scm            |  10 +-
 guix/scripts/system.scm             |  23 +++--
 guix/scripts/system/reconfigure.scm |   1 -
 guix/ssh.scm                        |  26 ++----
 guix/ui.scm                         |  82 +++++++++-------
 guix/upstream.scm                   |  11 ++-
 guix/utils.scm                      |  82 ++++------------
 tests/channels.scm                  |  24 +++--
 tests/lint.scm                      |   2 +-
 tests/packages.scm                  |  14 +--
 tests/pypi.scm                      |   1 -
 31 files changed, 440 insertions(+), 329 deletions(-)



reply via email to

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