guix-commits
[Top][All Lists]
Advanced

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

branch master updated: services: laminar: Set LAMINAR_BIND_RPC environme


From: guix-commits
Subject: branch master updated: services: laminar: Set LAMINAR_BIND_RPC environment variable.
Date: Tue, 11 Jan 2022 01:56:14 -0500

This is an automated email from the git hooks/post-receive script.

arunisaac pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c1f8dffa54 services: laminar: Set LAMINAR_BIND_RPC environment 
variable.
c1f8dffa54 is described below

commit c1f8dffa549edc0873c8b6956d9b288b51bea521
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Mon Jan 10 11:16:39 2022 +0530

    services: laminar: Set LAMINAR_BIND_RPC environment variable.
    
    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 @@
                                         #$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="



reply via email to

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