[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#30833] [PATCH] git-download: Fix recursive checkouts.
From: |
Ludovic Courtès |
Subject: |
[bug#30833] [PATCH] git-download: Fix recursive checkouts. |
Date: |
Sat, 17 Mar 2018 22:24:51 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Hi Eric,
Eric Bavier <address@hidden> skribis:
> The attached patch fixes a regression in recursive git checkouts of
> package source, which I believe was introduced in
> 6dff905e51202bbdebbad8811b6509584d12a796 (2017-09-05!)
Indeed, good catch!
> From 7798ecb3e61b042e4af3c0501f32d6b8888c1a13 Mon Sep 17 00:00:00 2001
> From: Eric Bavier <address@hidden>
> Date: Thu, 15 Mar 2018 23:25:01 -0500
> Subject: [PATCH] git-download: Fix recursive checkouts.
>
> * guix/git-download.scm (git-fetch)<build>: Fix match on INPUTS, which may
> contain package outputs.
LGTM, thank you!
Ludo’.