guix-commits
[Top][All Lists]
Advanced

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

01/02: hydra/build-machines: Oops, typo in childhurd-net-options.


From: Jan Nieuwenhuizen
Subject: 01/02: hydra/build-machines: Oops, typo in childhurd-net-options.
Date: Wed, 2 Sep 2020 01:56:34 -0400 (EDT)

janneke pushed a commit to branch master
in repository maintenance.

commit 35dd1de08f1b812a22184e925b089ffc471c52de
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed Sep 2 07:52:13 2020 +0200

    hydra/build-machines: Oops, typo in childhurd-net-options.
    
    * hydra/modules/sysadmin/build-machines.scm (berlin-new-build-machine-os)
    [childhurd-net-options]: Remove stray dot from parameter list.
---
 hydra/modules/sysadmin/build-machines.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/build-machines.scm 
b/hydra/modules/sysadmin/build-machines.scm
index b4afcbe..0a3e113 100644
--- a/hydra/modules/sysadmin/build-machines.scm
+++ b/hydra/modules/sysadmin/build-machines.scm
@@ -118,7 +118,7 @@ EMULATED-ARCHITECTURES, unless it's empty."
                        (mcron-configuration (jobs (list gc-job))))
               (operating-system-user-services %hurd-vm-operating-system)))))
 
-  (define (childhurd-net-options . config)
+  (define (childhurd-net-options config)
     "Expose SSH and VNC ports on 0.0.0.0; for first Childhurd VM those
 are 10022 and 15900."
     (let ((id 0))



reply via email to

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