GNU bug report logs - #49109
[PATCH] services: guix: Authorize 'bordeaux.guix.gnu.org.pub' by default.

Previous Next

Package: guix-patches;

Reported by: Jack Hill <jackhill <at> jackhill.us>

Date: Sat, 19 Jun 2021 05:25:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Jack Hill <jackhill <at> jackhill.us>
Subject: bug#49109: closed (Re: [PATCH] services: guix: Authorize
 'bordeaux.guix.gnu.org.pub' by default.)
Date: Sat, 19 Jun 2021 08:37:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#49109: [PATCH] services: guix: Authorize 'bordeaux.guix.gnu.org.pub' by default.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 49109 <at> debbugs.gnu.org.

-- 
49109: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49109
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Jack Hill <jackhill <at> jackhill.us>
Cc: 49109-done <at> debbugs.gnu.org
Subject: Re: [PATCH] services: guix: Authorize 'bordeaux.guix.gnu.org.pub'
 by default.
Date: Sat, 19 Jun 2021 09:36:22 +0100
[Message part 3 (text/plain, inline)]
Jack Hill <jackhill <at> jackhill.us> writes:

> * gnu/services/base.scm (%default-authorized-guix-keys): Add bordeaux.guix.gnu.org.pub.

Thanks, I've pushed this as 2e30e84b64b4cc8ca7f40fbe65d01b2477b75311.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Jack Hill <jackhill <at> jackhill.us>
To: guix-patches <at> gnu.org
Cc: mail <at> cbaines.net
Subject: [PATCH] services: guix: Authorize 'bordeaux.guix.gnu.org.pub' by
 default.
Date: Sat, 19 Jun 2021 01:24:26 -0400
* gnu/services/base.scm (%default-authorized-guix-keys): Add bordeaux.guix.gnu.org.pub.
---

Authorize bordeaux by default so the behaviour matches what was recently
described on the blog.

I tested this change with `make as-derivation` and reconfiguring my
system and observed bordeaux's key in /etc/guix/acl

 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 bad755e62d..3be2e984c3 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
-- 
2.32.0




This bug report was last modified 3 years and 334 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.