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

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

bug#53154: closed ([PATCH] services: laminar: Set LAMINAR_BIND_RPC envir


From: GNU bug Tracking System
Subject: bug#53154: closed ([PATCH] services: laminar: Set LAMINAR_BIND_RPC environment variable.)
Date: Tue, 11 Jan 2022 06:57:02 +0000

Your message dated Tue, 11 Jan 2022 12:26:34 +0530
with message-id <87ee5e92vx.fsf@systemreboot.net>
and subject line Re: bug#53154: Acknowledgement ([PATCH] services: laminar: Set 
LAMINAR_BIND_RPC environment variable.)
has caused the debbugs.gnu.org bug report #53154,
regarding [PATCH] services: laminar: Set LAMINAR_BIND_RPC environment variable.
to be marked as done.

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


-- 
53154: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53154
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] services: laminar: Set LAMINAR_BIND_RPC environment variable. Date: Mon, 10 Jan 2022 11:28:12 +0530
Earlier, the bind-rpc field of <laminar-configuration> was not used at
all. This was a bug.

* gnu/services/ci.scm (laminar-shepherd-service): Use bind-rpc to set
LAMINAR_BIND_RPC environment variable.
---
 gnu/services/ci.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/services/ci.scm b/gnu/services/ci.scm
index 0c3566bcaf..172f85fe8e 100644
--- a/gnu/services/ci.scm
+++ b/gnu/services/ci.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2018, 2019, 2020, 2021 Christopher Baines <mail@cbaines.net>
-;;; Copyright © 2021 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2021, 2022 Arun Isaac <arunisaac@systemreboot.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -84,6 +84,8 @@ (define laminar-shepherd-service
                                         #$home-directory)
                         ,(string-append "LAMINAR_BIND_HTTP="
                                         #$bind-http)
+                        ,(string-append "LAMINAR_BIND_RPC="
+                                        #$bind-rpc)
                         ,(string-append "LAMINAR_TITLE="
                                         #$title)
                         ,(string-append "LAMINAR_KEEP_RUNDIRS="
-- 
2.34.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#53154: Acknowledgement ([PATCH] services: laminar: Set LAMINAR_BIND_RPC environment variable.) Date: Tue, 11 Jan 2022 12:26:34 +0530
Pushed, thanks!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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