[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/15: services: hosts: Do not export '%host'.
From: |
guix-commits |
Subject: |
11/15: services: hosts: Do not export '%host'. |
Date: |
Thu, 23 Feb 2023 10:33:53 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 35e64a87937c9bae12b207d50cb28f199211a5d2
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Feb 23 16:10:24 2023 +0100
services: hosts: Do not export '%host'.
This was not meant to be exported.
* gnu/services/base.scm (%host): Do not export.
* doc/guix.texi (Base Services): Remove mention.
---
doc/guix.texi | 6 ------
gnu/services/base.scm | 1 -
2 files changed, 7 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 85768a4b60..fa4d94c1d7 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -18084,12 +18084,6 @@ Additional aliases that map to the same
@code{canonical-name}.
@defun host address canonical-name [aliases]
Procedure for creating @code{host} records.
@end defun
-
-@quotation Note
-The constructor for the @code{host} record-type is @code{%host} though
-the procedure @code{host} results in more concise definitions when there are
-multiple @code{host} records.
-@end quotation
@end defvar
@deffn {Scheme Procedure} login-service @var{config}
diff --git a/gnu/services/base.scm b/gnu/services/base.scm
index 3f55feb5a0..35b03a877b 100644
--- a/gnu/services/base.scm
+++ b/gnu/services/base.scm
@@ -106,7 +106,6 @@
virtual-terminal-service-type
host
- %host
host?
host-address
host-canonical-name
- 01/15: gnu: ucx: Mark POWER9 as supported., (continued)
- 01/15: gnu: ucx: Mark POWER9 as supported., guix-commits, 2023/02/23
- 03/15: gnu: infiniband-diags: Use gexps., guix-commits, 2023/02/23
- 04/15: gnu: ibutils: Use gexps., guix-commits, 2023/02/23
- 06/15: gnu: psm2: Use gexps., guix-commits, 2023/02/23
- 05/15: gnu: ibutils: Fix compilation., guix-commits, 2023/02/23
- 12/15: doc: Further clarify documentation of 'host' and 'hosts-service-type'., guix-commits, 2023/02/23
- 07/15: gnu: openmpi: Use gexps., guix-commits, 2023/02/23
- 08/15: doc: hosts-service-type: Relocate to Base Services., guix-commits, 2023/02/23
- 09/15: system: Do not export local-host-entries., guix-commits, 2023/02/23
- 10/15: doc: hosts-service-type: Improve documentation., guix-commits, 2023/02/23
- 11/15: services: hosts: Do not export '%host'.,
guix-commits <=
- 13/15: gnu: lightning: Update to 2.2.1, guix-commits, 2023/02/23
- 15/15: gnu: gnulib: Allow only one directory name in GNULIB_SRCDIR., guix-commits, 2023/02/23
- 14/15: gnu: Add aspell-dict-bg., guix-commits, 2023/02/23