guix-commits
[Top][All Lists]
Advanced

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

02/02: guix-install.sh: Use the "ci.guix.info.pub" file name for clarity


From: guix-commits
Subject: 02/02: guix-install.sh: Use the "ci.guix.info.pub" file name for clarity.
Date: Wed, 5 Dec 2018 10:28:41 -0500 (EST)

civodul pushed a commit to branch version-0.16.0
in repository guix.

commit 4a0b87f0ec5b6c2dcf82b372dd20ca7ea6acdd9c
Author: Ludovic Courtès <address@hidden>
Date:   Wed Dec 5 16:19:34 2018 +0100

    guix-install.sh: Use the "ci.guix.info.pub" file name for clarity.
    
    * etc/guix-install.sh (sys_authorize_build_farms): Use the
    "ci.guix.info.pub" file name rather "berlin.guixsd.org.pub".
---
 etc/guix-install.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/guix-install.sh b/etc/guix-install.sh
index 6a01e59..f0bfc93 100755
--- a/etc/guix-install.sh
+++ b/etc/guix-install.sh
@@ -361,8 +361,8 @@ sys_authorize_build_farms()
         case $yn in
             [Yy]*) guix archive --authorize < 
"${ROOT_HOME}/.config/guix/current/share/guix/hydra.gnu.org.pub" &&
                          _msg "${PAS}Authorized public key for hydra.gnu.org";
-                   guix archive --authorize < 
"${ROOT_HOME}/.config/guix/current/share/guix/berlin.guixsd.org.pub" &&
-                       _msg "${PAS}Authorized public key for 
berlin.guixsd.org";
+                   guix archive --authorize < 
"${ROOT_HOME}/.config/guix/current/share/guix/ci.guix.info.pub" &&
+                       _msg "${PAS}Authorized public key for ci.guix.info";
                    break;;
             [Nn]*) _msg "${INF}Skipped authorizing build farm public keys"
                    break;;



reply via email to

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