--- Begin Message ---
Subject: |
[PATCH 0/2] Move taylon service to web.scm; add log file for hpcguix-web |
Date: |
Fri, 7 Sep 2018 23:05:21 +0200 |
Hello,
This moves taylon-service-type to web.scm, mostly so we can use admin.scm
from there (and potentially in other places as well.)
Thoughts?
Ludo’.
Ludovic Courtès (2):
services: tailon: Move to (gnu services web).
services: hpcguix-web: Produce a log file and rotate it.
gnu/local.mk | 1 -
gnu/services/admin.scm | 174 +-------------------------------------
gnu/services/web.scm | 188 ++++++++++++++++++++++++++++++++++++++++-
gnu/tests/admin.scm | 127 ----------------------------
gnu/tests/web.scm | 99 +++++++++++++++++++++-
5 files changed, 284 insertions(+), 305 deletions(-)
delete mode 100644 gnu/tests/admin.scm
--
2.18.0
--- End Message ---
--- Begin Message ---
Subject: |
Re: [bug#32660] [PATCH 0/2] Move taylon service to web.scm; add log file for hpcguix-web |
Date: |
Mon, 10 Sep 2018 12:18:50 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Ludovic Courtès <address@hidden> skribis:
> services: tailon: Move to (gnu services web).
> services: hpcguix-web: Produce a log file and rotate it.
Pushed!
--- End Message ---