From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35438) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eTvOR-0007OR-3H for guix-patches@gnu.org; Tue, 26 Dec 2017 15:00:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eTvON-0005Qc-JS for guix-patches@gnu.org; Tue, 26 Dec 2017 15:00:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:44234) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eTvON-0005QL-Gn for guix-patches@gnu.org; Tue, 26 Dec 2017 15:00:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eTvOM-0005zJ-VF for guix-patches@gnu.org; Tue, 26 Dec 2017 15:00:03 -0500 Subject: [bug#29820] [PATCH] services: cgit: Add more configuration fields. Resent-Message-ID: References: <87incy9yv6.fsf@gmail.com> From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur In-reply-to: <87incy9yv6.fsf@gmail.com> Date: Tue, 26 Dec 2017 20:59:41 +0100 Message-ID: <87h8sdb6qa.fsf@lassieur.org> MIME-Version: 1.0 Content-Type: text/plain 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: Oleg Pykhalov Cc: 29820@debbugs.gnu.org Oleg Pykhalov writes: > From 26b620e568dd5ad6d2429138e3d34533cb764036 Mon Sep 17 00:00:00 2001 > From: Oleg Pykhalov > Date: Tue, 12 Dec 2017 02:13:55 +0300 > Subject: [PATCH] services: cgit: Add more configuration fields. > > * gnu/services/version-control.scm (cgit-service-type): Move to separate file. > * gnu/services/cgit.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add this. > * gnu/tests/version-control.scm (gnu): Add this. > * doc/guix.texi (Cgit Service): Document this. > --- Also, could you add a way to use an opaque configuration file? It would be helpful for users who don't have time to update their configuration, or in case there are new cgit configurations that are not yet implemented by the Scheme service. Thank you :-)