From: "Ludovic Courtès" <ludo@gnu.org>
To: 28709@debbugs.gnu.org
Subject: bug#28709: [PATCH 0/4] Content-addressed mirrors for VCS checkouts
Date: Tue, 17 Oct 2017 10:48:03 +0200 [thread overview]
Message-ID: <20171017084807.15901-1-ludo@gnu.org> (raw)
In-Reply-To: <8760bu60sv.fsf@gnu.org>
Hello,
Here’s a ready-to-merge patch series. Once applied, nars
(aka. “substitutes”) are downloaded and extracted when a VCS checkout
fails. This will address cases such as the recent Guile-Git repository
renaming for people who have disabled substitutes.
I’m Cc’ing 宋文武 because this also moves the progress-report code to
a new (guix progress) module.
Feedback welcome!
Ludo’.
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
--
2.14.2
next prev parent reply other threads:[~2017-10-17 8:49 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-04 21:49 bug#28709: Content-addressed mirrors for Git checkouts Ludovic Courtès
2017-10-17 8:48 ` Ludovic Courtès [this message]
2017-10-17 8:48 ` bug#28709: [PATCH 1/4] download: Remove old-Guile leftovers Ludovic Courtès
2017-10-17 8:48 ` bug#28709: [PATCH 2/4] download: Make 'http-fetch' public Ludovic Courtès
2017-10-17 8:48 ` bug#28709: [PATCH 3/4] Add (guix progress) Ludovic Courtès
2017-10-17 8:48 ` bug#28709: [PATCH 4/4] download: Download a nar when a VCS checkout fails Ludovic Courtès
2017-10-18 17:58 ` bug#28709: [PATCH 0/4] Content-addressed mirrors for VCS checkouts Christopher Baines
2017-10-19 21:26 ` Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171017084807.15901-1-ludo@gnu.org \
--to=ludo@gnu.org \
--cc=28709@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.