GNU bug report logs - #59255
[PATCH] scripts: describe: Add branch information to recutils output.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Sun, 13 Nov 2022 21:44:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <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: jgart <jgart <at> dismail.de>
Subject: bug#59255: closed (Re: bug#59255: [PATCH] scripts: describe: Add
 branch information to recutils output.)
Date: Sat, 19 Nov 2022 18:44:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#59255: [PATCH] scripts: describe: Add branch information to recutils output.

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 59255 <at> debbugs.gnu.org.

-- 
59255: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59255
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: jgart <jgart <at> dismail.de>
Cc: 59255-done <at> debbugs.gnu.org
Subject: Re: bug#59255: [PATCH] scripts: describe: Add branch information to
 recutils output.
Date: Sat, 19 Nov 2022 19:43:37 +0100
jgart <jgart <at> dismail.de> skribis:

> * guix/scripts/describe.scm (channel->recutils): Add branch information.

Applied!

[Message part 3 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] scripts: describe: Add branch information to recutils output.
Date: Sun, 13 Nov 2022 15:43:24 -0600
* guix/scripts/describe.scm (channel->recutils): Add branch information.
---
 guix/scripts/describe.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/scripts/describe.scm b/guix/scripts/describe.scm
index e2233c78a5..80cd0ce00a 100644
--- a/guix/scripts/describe.scm
+++ b/guix/scripts/describe.scm
@@ -137,6 +137,7 @@ (define intro
 
   (format port "name: ~a~%" (channel-name channel))
   (format port "url: ~a~%" (channel-url channel))
+  (format port "branch: ~a~%" (channel-branch channel))
   (format port "commit: ~a~%" (channel-commit channel))
   (when intro
     (format port "introductioncommit: ~a~%"
-- 
2.38.1




This bug report was last modified 2 years and 262 days ago.

Previous Next


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