gnuboot-patches
[Top][All Lists]
Advanced

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

[PATCH] Fix .guix-authorizations for Denis 'GNUtoo' Carikli.


From: Denis 'GNUtoo' Carikli
Subject: [PATCH] Fix .guix-authorizations for Denis 'GNUtoo' Carikli.
Date: Mon, 14 Oct 2024 15:30:58 +0200

My main key fingerprint was used inside .guix-authorizations, but all
my commits are signed with a subkey and 'guix git authenticate' only
works if we put my subkey inside .guix-authorizations.

I also remember that at some point I had verified that 'guix git
authenticate' worked for my key, so I probably lost the changes that
made it work (using my subkey) at some point while moving to another
repository to do tests that don't interfere with my main work on
GNU Boot.

This was broken from the start in the commit
bf2b91df54aa71ecbfab891d32000ad2d6af6093("Add .guix-authorizations
file for "guix git authenticate"").

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
---
 .guix-authorizations | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.guix-authorizations b/.guix-authorizations
index 3f0efec..396c750 100644
--- a/.guix-authorizations
+++ b/.guix-authorizations
@@ -1,7 +1,7 @@
 (authorizations
  (version 0)               ;current file format version
 
- (("FB31 DBA3 AB8D B76A 4157  329F 7651 568F 8037 4459"
+ (("782F 9DDB E36B A7F3 D4DE  4906 5F5D FCC1 4177 E263"
    (name "GNUtoo"))
   ("E23C 26A5 DEEE C5FA 9CDD  D57A 57BC 26A3 6871 16F6"
    (name "neox"))))
-- 
2.46.0




reply via email to

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