diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-09-07 22:29:40 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-09-10 12:12:50 +0200 |
commit | 19de8273eefceac1ba6ddc8d7e374a13f57c678b (patch) | |
tree | 66d77ef9a6500cc3feb630bf5c3c3a977d2bac21 /gnu/local.mk | |
parent | d930374014eb159ef1e01d7c54d04fadd4889e4a (diff) | |
download | patches-19de8273eefceac1ba6ddc8d7e374a13f57c678b.tar patches-19de8273eefceac1ba6ddc8d7e374a13f57c678b.tar.gz |
services: tailon: Move to (gnu services web).
This allows (gnu services admin) to remain deeper in the module graph
and to be used by (gnu services web).
* gnu/services/admin.scm (<tailon-configuration-file>)
(tailon-configuration-files-string)
(tailon-configuration-file-compiler, <tailon-configuration>)
(tailon-shepherd-service, %tailon-accounts)
(tailon-service-type): Move to...
* gnu/services/web.scm: ... here.
* gnu/tests/admin.scm: Remove. Move test to...
* gnu/tests/web.scm (%tailon-os)
(run-tailon-test, %test-tailon): ... here.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 374e25165e..bc01a3cd36 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -529,7 +529,6 @@ GNU_SYSTEM_MODULES = \ %D%/build/vm.scm \ \ %D%/tests.scm \ - %D%/tests/admin.scm \ %D%/tests/audio.scm \ %D%/tests/base.scm \ %D%/tests/databases.scm \ |