guix-commits
[Top][All Lists]
Advanced

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

branch master updated (d53ca79370 -> 2f441fc738)


From: guix-commits
Subject: branch master updated (d53ca79370 -> 2f441fc738)
Date: Sat, 9 Mar 2024 13:49:03 -0500 (EST)

civodul pushed a change to branch master
in repository guix.

    from d53ca79370 gnu: Register patch.
     new cfc63f673f lint: Switch to SRFI-71.
     new 3328dec087 lint: archival: Fix crash in non-Git case.
     new 47a0e5d9fb lint: archival: Trigger “Save Code Now” for VCSes other 
than Git.
     new a813d6890b swh: Add ‘type’ field to <visit>.
     new ed9d7d8431 swh: ‘origin-visits’ takes an optional ‘max’ parameter.
     new ddd455c0dd swh: ‘lookup-origin-revision’ handles branches pointing to 
directories.
     new 2a9f817ffd hg-download: Use ‘swh-download-directory-by-nar-hash’.
     new 0e73f933b2 svn-download: Use ‘swh-download-directory-by-nar-hash’.
     new 8a42fc7140 bzr-download: Implement nar fallback.
     new 3e9bea7ee3 download-nar: Distinguish ‘output’ and ‘item’ parameter.
     new abd0cca2a9 perform-download: Allow use of ‘download-nar’ for ‘--check’ 
builds.
     new 2f441fc738 download: Honor ‘GUIX_DOWNLOAD_METHODS’ environment 
variable.

The 12 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:
 guix/build/bzr.scm                |   3 +-
 guix/build/download-nar.scm       |  12 +--
 guix/build/download.scm           |  50 ++++++++++---
 guix/build/git.scm                |  27 ++++---
 guix/bzr-download.scm             |  57 ++++++++++----
 guix/cvs-download.scm             |  24 ++++--
 guix/download.scm                 |  53 +++++--------
 guix/git-download.scm             |  20 ++---
 guix/hg-download.scm              |  36 ++++++---
 guix/lint.scm                     | 151 ++++++++++++++++++++++++--------------
 guix/scripts/perform-download.scm |  69 ++++++++++-------
 guix/svn-download.scm             |  88 +++++++++++++++-------
 guix/swh.scm                      |  71 ++++++++++--------
 tests/lint.scm                    |  20 +++++
 tests/swh.scm                     |  74 +++++++++++++++++++
 15 files changed, 508 insertions(+), 247 deletions(-)



reply via email to

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