emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#59254: closed ([PATCH] scripts: describe: Add branch information to


From: GNU bug Tracking System
Subject: bug#59254: closed ([PATCH] scripts: describe: Add branch information to json output.)
Date: Sat, 19 Nov 2022 18:43:02 +0000

Your message dated Sat, 19 Nov 2022 19:42:34 +0100
with message-id <87mt8m946d.fsf_-_@gnu.org>
and subject line Re: bug#59254: [PATCH] scripts: describe: Add branch 
information to json output.
has caused the debbugs.gnu.org bug report #59254,
regarding [PATCH] scripts: describe: Add branch information to json output.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
59254: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59254
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] scripts: describe: Add branch information to json output. Date: Sun, 13 Nov 2022 15:31:01 -0600
* guix/scripts/describe.scm (channel->json): 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 0c310e3da8..dbc040c54d 100644
--- a/guix/scripts/describe.scm
+++ b/guix/scripts/describe.scm
@@ -119,6 +119,7 @@ (define (channel->json channel)
    (let ((intro (channel-introduction channel)))
      `((name . ,(channel-name channel))
        (url . ,(channel-url channel))
+       (branch . ,(channel-branch channel))
        (commit . ,(channel-commit channel))
        ,@(if intro
              `((introduction
-- 
2.38.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#59254: [PATCH] scripts: describe: Add branch information to json output. Date: Sat, 19 Nov 2022 19:42:34 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
jgart <jgart@dismail.de> skribis:

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

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]