From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fyNx5-0001ot-Az for guix-patches@gnu.org; Fri, 07 Sep 2018 17:06:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fyNx4-0006zc-I5 for guix-patches@gnu.org; Fri, 07 Sep 2018 17:06:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:44846) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fyNx4-0006ym-DZ for guix-patches@gnu.org; Fri, 07 Sep 2018 17:06:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fyNx4-0000x4-3O for guix-patches@gnu.org; Fri, 07 Sep 2018 17:06:02 -0400 Subject: [bug#32660] [PATCH 0/2] Move taylon service to web.scm; add log file for hpcguix-web Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49555) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fyNwe-0001od-EQ for guix-patches@gnu.org; Fri, 07 Sep 2018 17:05:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fyNwd-00068n-Jf for guix-patches@gnu.org; Fri, 07 Sep 2018 17:05:36 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Date: Fri, 7 Sep 2018 23:05:21 +0200 Message-Id: <20180907210521.15645-1-ludo@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 32660@debbugs.gnu.org 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