GNU bug report logs - #30833
[PATCH] git-download: Fix recursive checkouts.

Previous Next

Package: guix-patches;

Reported by: Eric Bavier <ericbavier <at> centurylink.net>

Date: Fri, 16 Mar 2018 04:29:02 UTC

Severity: normal

Tags: fixed, patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Eric Bavier <ericbavier <at> centurylink.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] git-download: Fix recursive checkouts.
Date: Thu, 15 Mar 2018 23:28:07 -0500
[Message part 1 (text/plain, inline)]
Hello Guix,

The attached patch fixes a regression in recursive git checkouts of
package source, which I believe was introduced in
6dff905e51202bbdebbad8811b6509584d12a796 (2017-09-05!)

This would have only affected 6 packages:

scheme@(guile-user)> (format #t "~{~a~%~}"
  (fold-packages
   (lambda (p r) 
     (if (and=> (package-source p)
                (lambda (s) 
                  (and (git-reference? (origin-uri s))
                       (git-reference-recursive? (origin-uri s))))) 
       (cons p r)
       r))
   '())
#<package brotli <at> 0.1-1.e992cce gnu/packages/compression.scm:912 2928000>
#<package aseba <at> 1.6.0-0.3b35de8 gnu/packages/robotics.scm:79 3199e40>
#<package cool-retro-term <at> 1.0.1-1.dd799cf gnu/packages/terminals.scm:446 2e28b40>
#<package termite <at> 13 gnu/packages/terminals.scm:102 2e25240>
#<package wget2 <at> 1.0.0 gnu/packages/wget.scm:126 2728900>
#<package zile-on-guile <at> 2.4.14-0.fd09781 gnu/packages/zile.scm:83 3c660c0>
$8 = #t

`~Eric
[0001-git-download-Fix-recursive-checkouts.patch (text/x-patch, attachment)]
[Message part 3 (application/pgp-signature, inline)]

This bug report was last modified 7 years and 142 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.