bug-guix
[Top][All Lists]
Advanced

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

bug#28709: [PATCH 0/4] Content-addressed mirrors for VCS checkouts


From: Ludovic Courtès
Subject: bug#28709: [PATCH 0/4] Content-addressed mirrors for VCS checkouts
Date: Thu, 19 Oct 2017 23:26:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Howdy!

Christopher Baines <address@hidden> skribis:

> On Tue, 17 Oct 2017 10:48:03 +0200
> Ludovic Courtès <address@hidden> wrote:

[...]

>> Ludovic Courtès (4):
>>   download: Remove old-Guile leftovers.
>>   download: Make 'http-fetch' public.
>>   Add (guix progress).
>>   download: Download a nar when a VCS checkout fails.
>> 
>>  Makefile.am                 |   2 +
>>  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 +-----
>>  10 files changed, 470 insertions(+), 249 deletions(-)
>>  create mode 100644 guix/build/download-nar.scm
>>  create mode 100644 guix/progress.scm
>> 
>
> This all sounds good to me Ludo, and I didn't spot anything of note
> when looking through the patches.

Thank you, pushed!

Ludo’.





reply via email to

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