diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2018-10-18 00:45:05 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2018-10-18 01:12:22 +0200 |
| commit | 39d7fdce453b0ca23ecbed72048647debbaa58a6 (patch) | |
| tree | 1fb6244895e071c1e2e559a19818e1c02b412f5c /gnu/tests/version-control.scm | |
| parent | 03fd37b4eb9ec7600c9292361177ca5a47814cf7 (diff) | |
services: dhcp-client: Deprecate 'dhcp-client-service' procedure.
* gnu/services/networking.scm (dhcp-client-service-type): Add default
value.
* gnu/system/examples/bare-bones.tmpl: Use (service
dhcp-client-service-type) instead of (dhcp-client-service).
* gnu/system/examples/beaglebone-black.tmpl: Likewise.
* gnu/tests/base.scm (%avahi-os): Likewise.
* gnu/tests/databases.scm (%memcached-os): Likewise.
(%mongodb-os): Likewise.
* gnu/tests/dict.scm (%dicod-os): Likewise.
* gnu/tests/mail.scm (%opensmtpd-os): Likewise.
(%exim-os): Likewise.
(%dovecot-os): Likewise.
* gnu/tests/messaging.scm (run-xmpp-test): Likewise.
(run-bitlbee-test): Likewise.
* gnu/tests/monitoring.scm (%prometheus-node-exporter-os): Likewise.
* gnu/tests/networking.scm (%inetd-os): Likewise.
(run-iptables-test): Likewise.
* gnu/tests/nfs.scm (%base-os): Likewise.
* gnu/tests/rsync.scm (%rsync-os): Likewise.
* gnu/tests/ssh.scm (run-ssh-test): Likewise.
* gnu/tests/version-control.scm (%cgit-os): Likewise.
(%git-http-os): Likewise.
(%gitolite-os): Likewise.
* gnu/tests/virtualization.scm (%libvirt-os): Likewise.
* gnu/tests/web.scm (%httpd-os): Likewise.
(%nginx-os): Likewise.
(%varnish-os): Likewise.
(%php-fpm-os): Likewise.
(%hpcguix-web-os): Likewise.
(%tailon-os): Likewise.
* tests/guix-system.sh: Likewise.
* doc/guix.texi (Networking Services): Document
'dhcp-client-service-type' and remove 'dhcp-client-service'.
Diffstat (limited to 'gnu/tests/version-control.scm')
| -rw-r--r-- | gnu/tests/version-control.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/tests/version-control.scm b/gnu/tests/version-control.scm index 4409b8a12b3..230aa9edf9e 100644 --- a/gnu/tests/version-control.scm +++ b/gnu/tests/version-control.scm | |||
| @@ -92,7 +92,7 @@ | |||
| 92 | ;; Operating system under test. | 92 | ;; Operating system under test. |
| 93 | (let ((base-os | 93 | (let ((base-os |
| 94 | (simple-operating-system | 94 | (simple-operating-system |
| 95 | (dhcp-client-service) | 95 | (service dhcp-client-service-type) |
| 96 | (service cgit-service-type | 96 | (service cgit-service-type |
| 97 | (cgit-configuration | 97 | (cgit-configuration |
| 98 | (nginx %cgit-configuration-nginx))) | 98 | (nginx %cgit-configuration-nginx))) |
| @@ -237,7 +237,7 @@ HTTP-PORT." | |||
| 237 | 237 | ||
| 238 | (define %git-http-os | 238 | (define %git-http-os |
| 239 | (simple-operating-system | 239 | (simple-operating-system |
| 240 | (dhcp-client-service) | 240 | (service dhcp-client-service-type) |
| 241 | (service fcgiwrap-service-type) | 241 | (service fcgiwrap-service-type) |
| 242 | (service nginx-service-type %git-nginx-configuration) | 242 | (service nginx-service-type %git-nginx-configuration) |
| 243 | %test-repository-service)) | 243 | %test-repository-service)) |
| @@ -328,7 +328,7 @@ HTTP-PORT." | |||
| 328 | 328 | ||
| 329 | (define %gitolite-os | 329 | (define %gitolite-os |
| 330 | (simple-operating-system | 330 | (simple-operating-system |
| 331 | (dhcp-client-service) | 331 | (service dhcp-client-service-type) |
| 332 | (service openssh-service-type) | 332 | (service openssh-service-type) |
| 333 | (service gitolite-service-type | 333 | (service gitolite-service-type |
| 334 | (gitolite-configuration | 334 | (gitolite-configuration |
