all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#52716] [PATCH] channels: Add 'branch' to 'channel->code' output.
@ 2021-12-21 20:56 Brice Waegeneire
  2021-12-23 16:45 ` Mathieu Othacehe
  0 siblings, 1 reply; 3+ messages in thread
From: Brice Waegeneire @ 2021-12-21 20:56 UTC (permalink / raw)
  To: 52716

* guix/channels.scm (channel->code): Add 'branch' to output.
---
 guix/channels.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/guix/channels.scm b/guix/channels.scm
index e4e0428eb5..5f47834c10 100644
--- a/guix/channels.scm
+++ b/guix/channels.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2018, 2019, 2020, 2021 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2019 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1009,7 +1010,8 @@ (define* (channel->code channel #:key (include-introduction? #t))
     `(channel
       (name ',(channel-name channel))
       (url ,(channel-url channel))
+      (branch ,(channel-branch channel))
       (commit ,(channel-commit channel))
       ,@(if intro
             `((introduction (make-channel-introduction

-- 
2.34.0





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

* [bug#52716] [PATCH] channels: Add 'branch' to 'channel->code' output.
  2021-12-21 20:56 [bug#52716] [PATCH] channels: Add 'branch' to 'channel->code' output Brice Waegeneire
@ 2021-12-23 16:45 ` Mathieu Othacehe
  2021-12-25 18:50   ` bug#52716: " Brice Waegeneire
  0 siblings, 1 reply; 3+ messages in thread
From: Mathieu Othacehe @ 2021-12-23 16:45 UTC (permalink / raw)
  To: Brice Waegeneire; +Cc: 52716


Hello Brice,

> * guix/channels.scm (channel->code): Add 'branch' to output.

Seems fine!

Thanks,

Mathieu




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

* bug#52716: [PATCH] channels: Add 'branch' to 'channel->code' output.
  2021-12-23 16:45 ` Mathieu Othacehe
@ 2021-12-25 18:50   ` Brice Waegeneire
  0 siblings, 0 replies; 3+ messages in thread
From: Brice Waegeneire @ 2021-12-25 18:50 UTC (permalink / raw)
  To: Mathieu Othacehe; +Cc: 52716-close

Hello Mathieu,

Mathieu Othacehe <othacehe@gnu.org> writes:

>> * guix/channels.scm (channel->code): Add 'branch' to output.
>
> Seems fine!

Thank you for the review, pushed as b891f8519dbea5457d9ad154974b1ab1459b4b8b.

Cheers
- Brice




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

end of thread, other threads:[~2021-12-25 18:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-21 20:56 [bug#52716] [PATCH] channels: Add 'branch' to 'channel->code' output Brice Waegeneire
2021-12-23 16:45 ` Mathieu Othacehe
2021-12-25 18:50   ` bug#52716: " Brice Waegeneire

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.