guix-commits
[Top][All Lists]
Advanced

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

branch master updated: services: guix: Refer to 'berlin.guixsd.org.pub'.


From: guix-commits
Subject: branch master updated: services: guix: Refer to 'berlin.guixsd.org.pub'.
Date: Fri, 10 Jul 2020 05:48:36 -0400

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

civodul pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ec4c404  services: guix: Refer to 'berlin.guixsd.org.pub'.
ec4c404 is described below

commit ec4c404c0575b340a04b3922fb828ac5417832dd
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Jul 10 11:42:35 2020 +0200

    services: guix: Refer to 'berlin.guixsd.org.pub'.
    
    This partly reverts d283bb960f927dd5f7bb8b96bc697221e4e8ad39.
    
    * gnu/services/base.scm (%default-authorized-guix-keys): Refer to 
berlin.guixsd.org.pub.
---
 gnu/services/base.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/services/base.scm b/gnu/services/base.scm
index 83dc406..0b82a90 100644
--- a/gnu/services/base.scm
+++ b/gnu/services/base.scm
@@ -1481,7 +1481,9 @@ 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")))
+  ;; TODO: Change to "berlin.guix.gnu.org.pub" when the 'guix' package is
+  ;; updated.
+  (list (file-append guix "/share/guix/berlin.guixsd.org.pub")))
 
 (define-record-type* <guix-configuration>
   guix-configuration make-guix-configuration



reply via email to

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