From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dmnsh-0005c0-CK for guix-patches@gnu.org; Tue, 29 Aug 2017 17:17:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dmnsc-0000Hx-Dq for guix-patches@gnu.org; Tue, 29 Aug 2017 17:17:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:52492) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dmnsc-0000Hj-AW for guix-patches@gnu.org; Tue, 29 Aug 2017 17:17:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dmnsc-0004x8-3c for guix-patches@gnu.org; Tue, 29 Aug 2017 17:17:02 -0400 Subject: [bug#28283] [PATCH 0/1] gnu: services: version-control: Add cgit. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55726) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dmnsD-0005NL-JS for guix-patches@gnu.org; Tue, 29 Aug 2017 17:16:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dmns8-0008HV-Kz for guix-patches@gnu.org; Tue, 29 Aug 2017 17:16:37 -0400 Received: from mail-lf0-x241.google.com ([2a00:1450:4010:c07::241]:33229) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dmns8-0008FV-DS for guix-patches@gnu.org; Tue, 29 Aug 2017 17:16:32 -0400 Received: by mail-lf0-x241.google.com with SMTP id y15so2855283lfd.0 for ; Tue, 29 Aug 2017 14:16:31 -0700 (PDT) Received: from magnolia (ppp78-37-186-77.pppoe.avangarddsl.ru. [78.37.186.77]) by smtp.gmail.com with ESMTPSA id f95sm681058lfi.24.2017.08.29.14.16.28 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 29 Aug 2017 14:16:28 -0700 (PDT) From: Oleg Pykhalov Date: Wed, 30 Aug 2017 00:16:27 +0300 Message-ID: <87h8wq2hxw.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/x-patch Content-Disposition: inline; filename=0000-cover-letter.patch Content-Description: [PATCH 0/1] gnu: services: version-control: Add cgit. 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: 28283@debbugs.gnu.org >From 65fa66cd761f3a9f8c6e84f8b5f7d8c643fe9731 Mon Sep 17 00:00:00 2001 From: Oleg Pykhalov Date: Wed, 30 Aug 2017 00:06:43 +0300 Subject: [PATCH 0/1] gnu: services: version-control: Add cgit. Hello Guix, Here is cgit based on nginx service. <#part type="text/plain" filename="~/dotfiles/guix/system-cgit.scm" disposition=attachment description=system-cgit.scm> <#/part> I tested with --8<---------------cut here---------------start------------->8--- mkdir /tmp/cgit $(./pre-inst-env guix system vm system-cgit.scm --share=/tmp/cgit=/srv/git) -daemonize -net nic,model=virtio -net user,hostfwd=tcp::10080-:80 icecat localhost:10080 --8<---------------cut here---------------end--------------->8--- Oleg Pykhalov (1): gnu: services: version-control: Add cgit. doc/guix.texi | 63 +++++++++++++++++++++++ gnu/services/version-control.scm | 108 ++++++++++++++++++++++++++++++++++++++- gnu/services/web.scm | 4 ++ 3 files changed, 174 insertions(+), 1 deletion(-) -- 2.14.1