From unknown Wed Jun 18 23:06:34 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#48912 <48912@debbugs.gnu.org> To: bug#48912 <48912@debbugs.gnu.org> Subject: Status: [PATCH] hydra: bordeaux: Add a how to code snippet. Reply-To: bug#48912 <48912@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:06:34 +0000 retitle 48912 [PATCH] hydra: bordeaux: Add a how to code snippet. reassign 48912 guix-patches submitter 48912 Joshua Branson severity 48912 normal tag 48912 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 08 04:10:36 2021 Received: (at submit) by debbugs.gnu.org; 8 Jun 2021 08:10:36 +0000 Received: from localhost ([127.0.0.1]:57303 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lqWom-0002nU-9i for submit@debbugs.gnu.org; Tue, 08 Jun 2021 04:10:36 -0400 Received: from lists.gnu.org ([209.51.188.17]:48662) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lqWok-0002nN-PH for submit@debbugs.gnu.org; Tue, 08 Jun 2021 04:10:35 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59606) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lqWok-0005MC-6d for guix-patches@gnu.org; Tue, 08 Jun 2021 04:10:34 -0400 Received: from mx1.dismail.de ([78.46.223.134]:40929) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lqWoh-0003u5-Ff for guix-patches@gnu.org; Tue, 08 Jun 2021 04:10:33 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 6059f80c; Tue, 8 Jun 2021 10:10:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=z7N+vhYbOcjZfyS2iT3Wmzuyd3g3paM/uf+PfAAeAcc=; b= IqRXbne3rwSLG/dJJw7HL7ZsvvOGpGl7sACqSnAXGjbKl6A/fjKg/hpio5fRZSA8 M8iV0g8tMwVFDytgsFX+Hj7f+caBwz7gXobFnGe+Paa3rgMc+22gwRjhB6D9pvaT Wor6kNqK8YD77LYamK4rWL7yUlhf49v19BpPuArXGQM/jVHqgBEQzVoawTabLTdp 3dKVCpgQHrYZCsT5BLoxfsLmw9nLVmHTJ6DQJcYZ714aG6IEGpadez+jAPKOEeJz iyS+5oFkJ4x9EcF0jrMY2IeZoErJq26+uQ8462Z6Shkp3O2419aeyL/d87s/ITEk FgnIlLXnT44CGRjkMHn5Cg== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 327055c4; Tue, 8 Jun 2021 10:10:25 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id cc6122c8; Tue, 8 Jun 2021 10:10:25 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 198cb216 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Tue, 8 Jun 2021 10:10:24 +0200 (CEST) From: Joshua Branson To: guix-patches@gnu.org Subject: [PATCH] hydra: bordeaux: Add a how to code snippet. Date: Tue, 8 Jun 2021 04:10:02 -0400 Message-Id: <20210608081002.26581-1-jbranso@dismail.de> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jbranso@dismail.de; helo=mx1.dismail.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, 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, Joshua Branson 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 (--) * hydra/nginx/html/bordeaux/index.html: (Using These substitutes): Fixed a typo, and added a how to code snippet for users of guix system. --- hydra/nginx/html/bordeaux/index.html | 42 +++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/hydra/nginx/html/bordeaux/index.html b/hydra/nginx/html/bordeaux/index.html index a74f2e2..89042af 100644 --- a/hydra/nginx/html/bordeaux/index.html +++ b/hydra/nginx/html/bordeaux/index.html @@ -36,7 +36,7 @@ arm-linux-gnueabihf availability is limited.

-

Using these substiutes

+

Using these substitutes

The URL to use to fetch substitutes is https://bordeaux.guix.gnu.org, and they're signed with the following key. @@ -47,5 +47,45 @@ ) )

+

+ Users of Guix System can start using these substitutes with a + bit of scheme code that looks like: + +

+(define %my-desktop-services
+  (modify-services
+      %desktop-services
+    (guix-service-type
+     config =>
+     (guix-configuration
+      (inherit config)
+      (substitute-urls
+       (append (list "https://bordeaux.guix.gnu.org/";)
+               %default-substitute-urls))
+      (authorized-keys
+       (append
+        (list
+         (plain-file
+                     "bordeaux.guix.gnu.org.signing.key"
+                     "
+(public-key
+ (ecc
+  (curve Ed25519)
+  (q #7D602902D3A2DBB83F8A0FB98602A754C5493B0B778C8D1DD4E0F41DE14DE34F#)
+  )
+ )"))
+        %default-authorized-guix-keys)))))))
+
+
+(operating-system
+    ...
+    (services (append (list (service dhcp-client-service-type)
+                            (service openssh-service-type
+                                     (openssh-configuration
+                                      (openssh openssh-sans-x)
+                                      (port-number 2222))))
+                      %my-desktop-services)))
+        
+

-- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 08 11:15:00 2021 Received: (at 48912-done) by debbugs.gnu.org; 8 Jun 2021 15:15:00 +0000 Received: from localhost ([127.0.0.1]:59530 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lqdRU-0001uD-0N for submit@debbugs.gnu.org; Tue, 08 Jun 2021 11:15:00 -0400 Received: from mira.cbaines.net ([212.71.252.8]:38664) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lqdRP-0001u1-0R for 48912-done@debbugs.gnu.org; Tue, 08 Jun 2021 11:14:58 -0400 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:8ac0:b4c7:f5c8:7caa]) by mira.cbaines.net (Postfix) with ESMTPSA id 0655D27BC78; Tue, 8 Jun 2021 16:14:54 +0100 (BST) Received: from capella (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 8c459c2a; Tue, 8 Jun 2021 15:14:53 +0000 (UTC) References: <20210608081002.26581-1-jbranso@dismail.de> User-agent: mu4e 1.4.15; emacs 27.2 From: Christopher Baines To: Joshua Branson Subject: Re: [PATCH] hydra: bordeaux: Add a how to code snippet. In-reply-to: <20210608081002.26581-1-jbranso@dismail.de> Date: Tue, 08 Jun 2021 16:14:53 +0100 Message-ID: <875yyotmky.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: 48912-done Cc: 48912-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 Joshua Branson writes: > * hydra/nginx/html/bordeaux/index.html: (Using These substitutes): > Fixed a typo, and added a how to code snippet for users of guix system. Thanks, I've gone ahead, merged and deployed this. I did consider trying to add something like this myself, but I'm still focused on getting this in as a default, which should make things even easier for users. Thanks again, Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmC/iW1fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xf47g//RlZWuzzUC42klqHM+U1u7LK4b/h+51/+ Kdx/xVNJFMmV2PaNoLQ+3aqPIq5rRYwsuSRKL9ultYyp1lW0VCLXYtDslFLNN42Z pV17X/jQhgahrEZskZtLuePPlTwLLS0uH+g6qFt4ewsRdHP1mzPo0hIwniL4CIKn C5RBhqulONYAR2Mzl1l1Uwp8z920YrTuqOKmVlG2cPmDLWJQfA3R0mkvxiU+MSZU HvOZF0I4qvJ+fKHO9+aL2Ubaw9mtRzxBJdSJCV4fIgM5QnRskH9Qxb/FZ+kRCzT1 JmbmthtJSLNajGquA1vIj3G18cDceHni4MaOwYbWZBJu4NGdtrgp5K9lrpM7GXvU Z55sJ9RD/uyF+l/YYAzojqIa/vs0prHU4hxaSv5QPPggz60eOjLSmMndnAUGGEnv SS5gKePyfXHKRonrxkVl212lu/wciXmFzbF2msMVXM+6Qa/iSzMMc1WjUuRu4Sd5 y/llcse0A506xTV/x9jnJ/8GpylyFHl7cDGYdHb8ndDP1oy27FbzWqYuSUvU59Wn FXPhxrToA6j4iOfwkAOewTPQNfUSm/r1H1H6qsxZIVAfr1K/toDfAqscLy7kNXNz sS+KxuZ8I1XfJow4X0sNdwxfXBC+cb1HW8owfIaF5ANkrdR/COiFegwASEPlHizO CHOMxwOLX5o= =d524 -----END PGP SIGNATURE----- --=-=-=-- From unknown Wed Jun 18 23:06:34 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 07 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