guix-commits
[Top][All Lists]
Advanced

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

branch master updated: services: guix: Authorize 'bordeaux.guix.gnu.org.


From: guix-commits
Subject: branch master updated: services: guix: Authorize 'bordeaux.guix.gnu.org.pub' by default.
Date: Sat, 19 Jun 2021 04:33:42 -0400

This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2e30e84  services: guix: Authorize 'bordeaux.guix.gnu.org.pub' by 
default.
2e30e84 is described below

commit 2e30e84b64b4cc8ca7f40fbe65d01b2477b75311
Author: Jack Hill <jackhill@jackhill.us>
AuthorDate: Sat Jun 19 01:24:26 2021 -0400

    services: guix: Authorize 'bordeaux.guix.gnu.org.pub' by default.
    
    This follows on from the changes in 
4985a4272497bf9ba87a2190353d915da9b55906.
    
    * gnu/services/base.scm (%default-authorized-guix-keys): Add
    bordeaux.guix.gnu.org.pub.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/services/base.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/services/base.scm b/gnu/services/base.scm
index bad755e..3be2e98 100644
--- a/gnu/services/base.scm
+++ b/gnu/services/base.scm
@@ -1502,7 +1502,8 @@ archive' public keys, with GUIX."
 
 (define %default-authorized-guix-keys
   ;; List of authorized substitute keys.
-  (list (file-append guix "/share/guix/berlin.guix.gnu.org.pub")))
+  (list (file-append guix "/share/guix/berlin.guix.gnu.org.pub")
+        (file-append guix "/share/guix/bordeaux.guix.gnu.org.pub")))
 
 (define-record-type* <guix-configuration>
   guix-configuration make-guix-configuration



reply via email to

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