unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#59255] [PATCH] scripts: describe: Add branch information to recutils output.
@ 2022-11-13 21:43 jgart via Guix-patches via
  2022-11-19 18:43 ` bug#59255: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-11-13 21:43 UTC (permalink / raw)
  To: 59255; +Cc: jgart

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#59255: [PATCH] scripts: describe: Add branch information to recutils output.
  2022-11-13 21:43 [bug#59255] [PATCH] scripts: describe: Add branch information to recutils output jgart via Guix-patches via
@ 2022-11-19 18:43 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-11-19 18:43 UTC (permalink / raw)
  To: jgart; +Cc: 59255-done

jgart <jgart@dismail.de> skribis:

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

Applied!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-19 18:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-13 21:43 [bug#59255] [PATCH] scripts: describe: Add branch information to recutils output jgart via Guix-patches via
2022-11-19 18:43 ` bug#59255: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).