guix-commits
[Top][All Lists]
Advanced

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

04/07: git-authenticate: Show fingerprint in missing-key error message.


From: guix-commits
Subject: 04/07: git-authenticate: Show fingerprint in missing-key error message.
Date: Tue, 21 Jul 2020 12:43:13 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit b3679394ec5a703de957e4344d2e20b7e306cd39
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Jul 21 18:22:49 2020 +0200

    git-authenticate: Show fingerprint in missing-key error message.
    
    * guix/git-authenticate.scm (commit-signing-key): In the 'missing-key'
    case, add call to 'openpgp-format-fingerprint'.
---
 guix/git-authenticate.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/git-authenticate.scm b/guix/git-authenticate.scm
index 99fd9c3..6cfc7fa 100644
--- a/guix/git-authenticate.scm
+++ b/guix/git-authenticate.scm
@@ -146,7 +146,7 @@ for commit ~a")
                       (message (format #f (G_ "could not authenticate \
 commit ~a: key ~a is missing")
                                        (oid->string commit-id)
-                                       data))))))
+                                       (openpgp-format-fingerprint data)))))))
             ('good-signature data)))))))
 
 (define (read-authorizations port)



reply via email to

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