me
/
guix
Archived
1
0
Fork 0

guix: channels: Handle single case with authenticating message.

* guix/channels.scm (authenticate-channel): Handle single case with
authenticating message.

Change-Id: I7759607f37405e6d3bd4b7f5958fd11d908db204
Reviewed-by: Dale Mellor <guix-devel-0brg6a@rdmp.org>
Signed-off-by: Christopher Baines <mail@cbaines.net>
master
Rostislav Svoboda 2024-05-12 09:34:29 +01:00 committed by Christopher Baines
parent 63dfce508a
commit e5fa18b628
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 7 additions and 2 deletions

View File

@ -3,6 +3,8 @@
;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2019 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> ;;; Copyright © 2019 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re> ;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re>
;;; Copyright © 2024 Julien Lepiller <julien@lepiller.eu>
;;; Copyright © 2024 Rostislav Svoboda <Rostislav.Svoboda@gmail.com>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -364,8 +366,11 @@ fails."
(define (make-reporter start-commit end-commit commits) (define (make-reporter start-commit end-commit commits)
(format (current-error-port) (format (current-error-port)
(G_ "Authenticating channel '~a', commits ~a to ~a (~h new \ (N_ "Authenticating channel '~a', commits ~a to ~a (~h new \
commits)...~%") commit)...~%"
"Authenticating channel '~a', commits ~a to ~a (~h new \
commits)...~%"
(length commits))
(channel-name channel) (channel-name channel)
(commit-short-id start-commit) (commit-short-id start-commit)
(commit-short-id end-commit) (commit-short-id end-commit)