From unknown Sun Aug 17 22:02:40 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#49109 <49109@debbugs.gnu.org> To: bug#49109 <49109@debbugs.gnu.org> Subject: Status: [PATCH] services: guix: Authorize 'bordeaux.guix.gnu.org.pub' by default. Reply-To: bug#49109 <49109@debbugs.gnu.org> Date: Mon, 18 Aug 2025 05:02:40 +0000 retitle 49109 [PATCH] services: guix: Authorize 'bordeaux.guix.gnu.org.pub'= by default. reassign 49109 guix-patches submitter 49109 Jack Hill severity 49109 normal tag 49109 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 19 01:24:57 2021 Received: (at submit) by debbugs.gnu.org; 19 Jun 2021 05:24:57 +0000 Received: from localhost ([127.0.0.1]:58443 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1luTTV-0000AS-Gb for submit@debbugs.gnu.org; Sat, 19 Jun 2021 01:24:57 -0400 Received: from lists.gnu.org ([209.51.188.17]:59310) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1luTTP-0000AG-61 for submit@debbugs.gnu.org; Sat, 19 Jun 2021 01:24:55 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41434) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1luTTO-0004Nw-UX for guix-patches@gnu.org; Sat, 19 Jun 2021 01:24:50 -0400 Received: from minsky.hcoop.net ([104.248.1.95]:41630) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1luTTF-00063X-PU for guix-patches@gnu.org; Sat, 19 Jun 2021 01:24:50 -0400 Received: from [2001:470:8:9f5:f850:c9a2:75c6:a2d9] (helo=alperton.home.eronel.org) by minsky.hcoop.net with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1luTTD-0003k5-Jt; Sat, 19 Jun 2021 01:24:39 -0400 From: Jack Hill To: guix-patches@gnu.org Subject: [PATCH] services: guix: Authorize 'bordeaux.guix.gnu.org.pub' by default. Date: Sat, 19 Jun 2021 01:24:26 -0400 Message-Id: <20210619052426.23080-1-jackhill@jackhill.us> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=104.248.1.95; envelope-from=jackhill@jackhill.us; helo=minsky.hcoop.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: mail@cbaines.net X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * 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 make-guix-configuration -- 2.32.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 19 04:36:35 2021 Received: (at 49109-done) by debbugs.gnu.org; 19 Jun 2021 08:36:35 +0000 Received: from localhost ([127.0.0.1]:58515 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1luWSt-0006yU-1Y for submit@debbugs.gnu.org; Sat, 19 Jun 2021 04:36:35 -0400 Received: from mira.cbaines.net ([212.71.252.8]:53486) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1luWSn-0006yF-TU for 49109-done@debbugs.gnu.org; Sat, 19 Jun 2021 04:36:30 -0400 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:8ac0:b4c7:f5c8:7caa]) by mira.cbaines.net (Postfix) with ESMTPSA id B6C6E27BC78; Sat, 19 Jun 2021 09:36:24 +0100 (BST) Received: from capella (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id ad3bd703; Sat, 19 Jun 2021 08:36:23 +0000 (UTC) References: <20210619052426.23080-1-jackhill@jackhill.us> User-agent: mu4e 1.4.15; emacs 27.2 From: Christopher Baines To: Jack Hill Subject: Re: [PATCH] services: guix: Authorize 'bordeaux.guix.gnu.org.pub' by default. In-reply-to: <20210619052426.23080-1-jackhill@jackhill.us> Date: Sat, 19 Jun 2021 09:36:22 +0100 Message-ID: <87lf768d4p.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 49109-done Cc: 49109-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain Jack Hill writes: > * gnu/services/base.scm (%default-authorized-guix-keys): Add bordeaux.guix.gnu.org.pub. Thanks, I've pushed this as 2e30e84b64b4cc8ca7f40fbe65d01b2477b75311. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmDNrIdfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XcZkA//fFEeFmZiB14FSf90b2nT24fsAQSo/MSU i4n2J/s6JsXoHaMiiRUypzm/0a3li4CfuhkOI9HxJOIoDG0YZL9MpwtEFgtENBFR qs40CXEa+X/ApVjUhTOg+c3ONvCYfPo0F4eB1nmXWXjQb1AQKfJoBnBisr0nTfZ5 qRNhui/m4xi/hKp2I9rJDmEmOyIHthmIqhiDiz2m+LFX4zLhZHJC5Bx3pBvF05ph 8er2M9hoMDhDDdlTcnyVJ0JxKY68nTW92XtwMAbRFi+tW1l4Dz0TUn5b0fMCNU+t 6vCFSZHyAn4w8Gi4Ew/oSMPirhqvazHx7kRh/A9qqJVjy4QXpl9iX3CpkUup8uvT eS84oNNv8usiKHfafOQR9eP6hQHhR9pmKIANK0muAPqkmHNZjUFEt0MgQ0an+ues c5NVRVf4TIqg6Jel4BMxL4tv3IZJm7RfM7m1LRDN3JsqhvZ6fI3I7UvipE8+2BVb fGU3sWbdtNCIJf0ugNX0eP5gTnvcoZK2J1NnJArdLcBjUiPBUjHRHQqj0y0foenp sPm+uObHjsy8z7pa1S2BWdz3u2PrRHQOvjW5OwMM0rUZrtVpfDXjyaJa1ATeJ45X THfHPZMPwlxPYox1yEjnz9khHc/4W7gBBg6YJEmS4GhYFTouaLlai0pgtV02KqSG EeWXH50yGS0= =7+4h -----END PGP SIGNATURE----- --=-=-=-- From unknown Sun Aug 17 22:02:40 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 17 Jul 2021 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator