[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: services: guix: Refer to 'berlin.guix.gnu.org.pub
From: |
guix-commits |
Subject: |
branch master updated: services: guix: Refer to 'berlin.guix.gnu.org.pub'. |
Date: |
Sat, 11 Jul 2020 21:42:18 -0400 |
This is an automated email from the git hooks/post-receive script.
cwebber pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new ea4915a services: guix: Refer to 'berlin.guix.gnu.org.pub'.
ea4915a is described below
commit ea4915a74bc4c03495d4910c1e32a92c790b6626
Author: Christopher Lemmer Webber <cwebber@dustycloud.org>
AuthorDate: Sat Jul 11 21:42:04 2020 -0400
services: guix: Refer to 'berlin.guix.gnu.org.pub'.
Commit 6680880f9b8dceb4f2f3f91bd2b13c659b53835e pushes out a new guix
package with a new key location, so we need to update to the new key
in order for systems to build correctly.
* gnu/services/base.scm (%default-authorized-guix-keys): Refer to
berlin.guix.gnu.org.pub.
---
gnu/services/base.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/services/base.scm b/gnu/services/base.scm
index 0b82a90..9b4cd13 100644
--- a/gnu/services/base.scm
+++ b/gnu/services/base.scm
@@ -1483,7 +1483,7 @@ archive' public keys, with GUIX."
;; List of authorized substitute keys.
;; TODO: Change to "berlin.guix.gnu.org.pub" when the 'guix' package is
;; updated.
- (list (file-append guix "/share/guix/berlin.guixsd.org.pub")))
+ (list (file-append guix "/share/guix/berlin.guix.gnu.org.pub")))
(define-record-type* <guix-configuration>
guix-configuration make-guix-configuration
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: services: guix: Refer to 'berlin.guix.gnu.org.pub'.,
guix-commits <=