guix-commits
[Top][All Lists]
Advanced

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

branch master updated (b119620 -> 37ce440)


From: Ludovic Courtès
Subject: branch master updated (b119620 -> 37ce440)
Date: Thu, 19 Oct 2017 17:21:55 -0400 (EDT)

civodul pushed a change to branch master
in repository guix.

      from  b119620   gnu: linux-libre: Update to 4.13.8.
       new  9b396c0   vm: Always use GRUB/i386.
       new  b3ac341   download: Remove old-Guile leftovers.
       new  347fa4a   download: Make 'http-fetch' public.
       new  8c34882   Add (guix progress).
       new  37ce440   download: Download a nar when a VCS checkout fails.

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


Summary of changes:
 Makefile.am                 |   2 +
 gnu/system/vm.scm           |  10 +-
 guix/build/download-nar.scm | 125 ++++++++++++++++++++++++
 guix/build/download.scm     | 216 +++++------------------------------------
 guix/cvs-download.scm       |  38 ++++++--
 guix/git-download.scm       |  37 +++++--
 guix/hg-download.scm        |  36 +++++--
 guix/progress.scm           | 228 ++++++++++++++++++++++++++++++++++++++++++++
 guix/scripts/download.scm   |   4 +-
 guix/scripts/substitute.scm |   5 +-
 guix/utils.scm              |  28 +-----
 11 files changed, 479 insertions(+), 250 deletions(-)
 create mode 100644 guix/build/download-nar.scm
 create mode 100644 guix/progress.scm



reply via email to

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