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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 49109 in the body.
You can then email your comments to 49109 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#49109; Package guix-patches. (Sat, 19 Jun 2021 05:25:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jack Hill <jackhill <at> jackhill.us>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 19 Jun 2021 05:25:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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





Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Sat, 19 Jun 2021 08:37:02 GMT) Full text and rfc822 format available.

Notification sent to Jack Hill <jackhill <at> jackhill.us>:
bug acknowledged by developer. (Sat, 19 Jun 2021 08:37:02 GMT) Full text and rfc822 format available.

Message #10 received at 49109-done <at> debbugs.gnu.org (full text, mbox):

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 1 (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)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 17 Jul 2021 11:24:04 GMT) Full text and rfc822 format available.

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

Previous Next


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