GNU bug report logs - #45859
[PATCH] gnu: genimage: Use GIT-FILE-NAME.

Previous Next

Package: guix-patches;

Reported by: Vincent Legoll <vincent.legoll <at> gmail.com>

Date: Thu, 14 Jan 2021 13:00:02 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Vincent Legoll <vincent.legoll <at> gmail.com>
Subject: bug#45859: closed (Re: [bug#45859] [PATCH] gnu: genimage: Use
 GIT-FILE-NAME.)
Date: Fri, 22 Jan 2021 09:13:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#45859: [PATCH] gnu: genimage: Use GIT-FILE-NAME.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 45859 <at> debbugs.gnu.org.

-- 
45859: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45859
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Vincent Legoll <vincent.legoll <at> gmail.com>
Cc: 45859-done <at> debbugs.gnu.org
Subject: Re: [bug#45859] [PATCH] gnu: genimage: Use GIT-FILE-NAME.
Date: Fri, 22 Jan 2021 10:12:14 +0100
> * gnu/packages/genimage.scm (origin): Use GIT-FILE-NAME.

Pushed, thanks!

Mathieu

[Message part 3 (message/rfc822, inline)]
From: Vincent Legoll <vincent.legoll <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Vincent Legoll <vincent.legoll <at> gmail.com>
Subject: [PATCH] gnu: genimage: Use GIT-FILE-NAME.
Date: Thu, 14 Jan 2021 13:58:45 +0100
* gnu/packages/genimage.scm (origin): Use GIT-FILE-NAME.
---
 gnu/packages/genimage.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/genimage.scm b/gnu/packages/genimage.scm
index c9ed6258a0..bd77e4dc33 100644
--- a/gnu/packages/genimage.scm
+++ b/gnu/packages/genimage.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2018 Danny Milosavljevic <dannym <at> scratchpost.org>
+;;; Copyright © 2021 Vincent Legoll <vincent.legoll <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -47,7 +48,7 @@
               (uri (git-reference
                     (url "https://github.com/pengutronix/genimage")
                     (commit (string-append "v" version))))
-              (file-name (string-append name "-" version "-checkout"))
+              (file-name (git-file-name name version))
               (sha256
                (base32
                 "15jmh17lvm3jw9c92bjarly7iwhmnfl322d91mprfv10ppb9ip54"))
-- 
2.30.0




This bug report was last modified 4 years and 125 days ago.

Previous Next


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