GNU bug report logs - #31488
[PATCH] gnu: git: Add "credential-netrc" output.

Previous Next

Package: guix-patches;

Reported by: Pierre Neidhardt <ambrevar <at> gmail.com>

Date: Fri, 18 May 2018 09:23:01 UTC

Severity: normal

Tags: patch

Done: Gábor Boskovits <boskovits <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


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

From: "Tobias Geerinckx-Rice" <me <at> tobias.gr>
To: "Pierre Neidhardt" <ambrevar <at> gmail.com>, 31488 <at> debbugs.gnu.org
Subject: Re: [bug#31488] [PATCH] gnu: git: Add "credential-netrc" output.
Date: Fri, 18 May 2018 13:05:37 +0000
May 18, 2018 2:50 PM, "Tobias Geerinckx-Rice" <me <at> tobias.gr> wrote:
> INSTALL-FILE already implies MKDIR-P. That's one of its main features over COPY-FILE.

Or only, in fact.

  (define (install-file file directory)
    (mkdir-p directory)
    (copy-file file (string-append directory "/" (basename file))))

There are quite a few spurious MKDIR-Ps still lurking in Guix that might
have been confusing.

Tidying time,

T G-R

Sent from a Web browser. Excuse or enjoy my brevity.




This bug report was last modified 6 years and 334 days ago.

Previous Next


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