GNU bug report logs - #78109
[PATCH Cuirass 0/3] Configuration of a Guix mirror.

Previous Next

Package: guix-patches;

Reported by: Romain GARBAGE <romain.garbage <at> inria.fr>

Date: Mon, 28 Apr 2025 10:05:04 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Romain GARBAGE <romain.garbage <at> inria.fr>
To: 78109 <at> debbugs.gnu.org
Cc: ludovic.courtes <at> inria.fr, Romain GARBAGE <romain.garbage <at> inria.fr>
Subject: [bug#78109] [PATCH Cuirass 1/3] parameters: Add %guix-mirror-url.
Date: Mon, 28 Apr 2025 12:08:46 +0200
* src/cuirass/parameters.scm (%guix-mirror-url): New variable.
---
 src/cuirass/parameters.scm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/cuirass/parameters.scm b/src/cuirass/parameters.scm
index 2f28dcc..4edfc19 100644
--- a/src/cuirass/parameters.scm
+++ b/src/cuirass/parameters.scm
@@ -32,7 +32,9 @@
             %mastodon-instance-url
             %mastodon-instance-token
 
-            %forgejo-notification-type))
+            %forgejo-notification-type
+
+            %guix-mirror-url))
 
 ;; This variable is looked up by 'mu-message-send'.
 (define-public mu-debug 0)
@@ -78,3 +80,7 @@
 ;; The type of notification to send to a Forgejo server.
 (define %forgejo-notification-type
   (make-parameter 'create-review))
+
+;; The URL of a Guix mirror.
+(define %guix-mirror-url
+  (make-parameter #f))

base-commit: 91549453f00466e3778a1ceb191de11f5c94ef84
-- 
2.49.0





This bug report was last modified 92 days ago.

Previous Next


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