Archived
1
0
Fork 0
This repository has been archived on 2024-08-07. You can view files and clone it, but cannot push or open issues or pull requests.
guix/gnu
Ludovic Courtès d466b1fc82
services: Missing services are automatically instantiated.
This simplifies OS configuration: users no longer need to be aware of
what a given service depends on.

See the discussion at
<https://lists.gnu.org/archive/html/guix-devel/2018-01/msg00114.html>.

* gnu/services.scm (missing-target-error): New procedure.
(service-back-edges): Use it.
(instantiate-missing-services): New procedure.
* gnu/system.scm (operating-system-services): Call
'instantiate-missing-services'.
* tests/services.scm ("instantiate-missing-services")
("instantiate-missing-services, no default value"): New tests.
* gnu/services/version-control.scm (cgit-service-type)[extensions]: Add
FCGIWRAP-SERVICE-TYPE.
* gnu/tests/version-control.scm (%cgit-os): Remove NGINX-SERVICE-TYPE
and FCGIWRAP-SERVICE-TYPE instances.
* doc/guix.texi (Log Rotation): Remove 'mcron-service-type' in example.
(Miscellaneous Services): Remove 'nginx-service-type' and
'fcgiwrap-service-type' in Cgit example.
2018-01-21 00:24:03 +01:00
..
bootloader system: Add Nintendo NES Classic Edition installer. 2018-01-20 22:50:56 +01:00
build gnu: Consistently Write ‘file system(s)’. 2018-01-19 17:28:31 +01:00
packages gnu: Add mkbootimg. 2018-01-20 23:07:20 +01:00
services services: Missing services are automatically instantiated. 2018-01-21 00:24:03 +01:00
system system: Add Nintendo NES Classic Edition installer. 2018-01-20 22:50:56 +01:00
tests services: Missing services are automatically instantiated. 2018-01-21 00:24:03 +01:00
artwork.scm
bootloader.scm bootloader: Emit warnings with 'warning'. 2017-08-28 09:56:33 +02:00
local.mk gnu: libexif: Fix CVE-2016-6328. 2018-01-19 17:51:00 -08:00
packages.scm Revert "Add (guix self) and use it when pulling." 2017-11-21 23:53:10 +01:00
services.scm services: Missing services are automatically instantiated. 2018-01-21 00:24:03 +01:00
system.scm services: Missing services are automatically instantiated. 2018-01-21 00:24:03 +01:00
tests.scm tests: marionette-operating-system: Add initrd parameter and kernel-arguments. 2018-01-09 20:02:26 +01:00