From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#28709: [PATCH 0/4] Content-addressed mirrors for VCS checkouts Date: Thu, 19 Oct 2017 23:26:03 +0200 Message-ID: <87376ej0d0.fsf@gnu.org> References: <8760bu60sv.fsf@gnu.org> <20171017084807.15901-1-ludo@gnu.org> <20171018185804.33c61a5b@cbaines.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52583) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e5ILJ-0002Du-Fi for bug-guix@gnu.org; Thu, 19 Oct 2017 17:27:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e5ILG-0006fv-BP for bug-guix@gnu.org; Thu, 19 Oct 2017 17:27:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:42107) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e5ILG-0006fm-84 for bug-guix@gnu.org; Thu, 19 Oct 2017 17:27:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e5ILG-0000aN-1x for bug-guix@gnu.org; Thu, 19 Oct 2017 17:27:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <20171018185804.33c61a5b@cbaines.net> (Christopher Baines's message of "Wed, 18 Oct 2017 18:58:04 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Christopher Baines Cc: 28709-done@debbugs.gnu.org Howdy! Christopher Baines skribis: > On Tue, 17 Oct 2017 10:48:03 +0200 > Ludovic Court=C3=A8s wrote: [...] >> Ludovic Court=C3=A8s (4): >> download: Remove old-Guile leftovers. >> download: Make 'http-fetch' public. >> Add (guix progress). >> download: Download a nar when a VCS checkout fails. >>=20 >> 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 >>=20 > > This all sounds good to me Ludo, and I didn't spot anything of note > when looking through the patches. Thank you, pushed! Ludo=E2=80=99.