emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#49109: closed ([PATCH] services: guix: Authorize 'bordeaux.guix.gnu.


From: GNU bug Tracking System
Subject: bug#49109: closed ([PATCH] services: guix: Authorize 'bordeaux.guix.gnu.org.pub' by default.)
Date: Sat, 19 Jun 2021 08:37:02 +0000

Your message dated Sat, 19 Jun 2021 09:36:22 +0100
with message-id <87lf768d4p.fsf@cbaines.net>
and subject line Re: [PATCH] services: guix: Authorize 
'bordeaux.guix.gnu.org.pub' by default.
has caused the debbugs.gnu.org bug report #49109,
regarding [PATCH] services: guix: Authorize 'bordeaux.guix.gnu.org.pub' by 
default.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
49109: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49109
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] services: guix: Authorize 'bordeaux.guix.gnu.org.pub' by default. Date: Sat, 19 Jun 2021 09:36:22 +0100 User-agent: mu4e 1.4.15; emacs 27.2
Jack Hill <jackhill@jackhill.us> writes:

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

Thanks, I've pushed this as 2e30e84b64b4cc8ca7f40fbe65d01b2477b75311.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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