From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40940) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g2cXV-0006M7-R1 for guix-patches@gnu.org; Wed, 19 Sep 2018 09:29:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g2cXQ-0007LE-U5 for guix-patches@gnu.org; Wed, 19 Sep 2018 09:29:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40997) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g2cXO-0007KI-7e for guix-patches@gnu.org; Wed, 19 Sep 2018 09:29:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g2cXO-0000tt-4H for guix-patches@gnu.org; Wed, 19 Sep 2018 09:29:02 -0400 Subject: [bug#32771] [PATCH 0/2] Varnish service Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40334) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g2cWY-0005oF-Ks for guix-patches@gnu.org; Wed, 19 Sep 2018 09:28:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g2cWV-0006hx-Cv for guix-patches@gnu.org; Wed, 19 Sep 2018 09:28:10 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:59841) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g2cWV-0006g7-5x for guix-patches@gnu.org; Wed, 19 Sep 2018 09:28:07 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id AE99621FAD for ; Wed, 19 Sep 2018 09:28:05 -0400 (EDT) Received: from localhost (140.226.16.62.customer.cdi.no [62.16.226.140]) by mail.messagingengine.com (Postfix) with ESMTPA id E956D102DE for ; Wed, 19 Sep 2018 09:28:04 -0400 (EDT) From: Marius Bakke Date: Wed, 19 Sep 2018 15:28:03 +0200 Message-Id: <20180919132803.12511-1-mbakke@fastmail.com> MIME-Version: 1.0 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: 32771@debbugs.gnu.org These patches adds a service for the Varnish HTTP proxy. Marius Bakke (2): gnu: varnish: Use absolute file name of "rm". services: Add Varnish service. doc/guix.texi | 82 +++++++++++++++++++++++++++++++++ gnu/packages/web.scm | 4 +- gnu/services/web.scm | 107 ++++++++++++++++++++++++++++++++++++++++++- gnu/tests/web.scm | 41 +++++++++++++++++ 4 files changed, 232 insertions(+), 2 deletions(-) -- 2.19.0