From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f60O2-0007qY-0E for guix-patches@gnu.org; Tue, 10 Apr 2018 17:01:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f60Ny-0000NJ-KC for guix-patches@gnu.org; Tue, 10 Apr 2018 17:01:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:37580) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f60Ny-0000NE-GQ for guix-patches@gnu.org; Tue, 10 Apr 2018 17:01:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f60Ny-0002qc-8o for guix-patches@gnu.org; Tue, 10 Apr 2018 17:01:02 -0400 Subject: [bug#31089] [PATCH 5/5] services: cgit: Add support for project-list. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180407170709.22160-1-clement@lassieur.org> <20180407170709.22160-5-clement@lassieur.org> Date: Tue, 10 Apr 2018 23:00:57 +0200 In-Reply-To: <20180407170709.22160-5-clement@lassieur.org> ("=?UTF-8?Q?Cl=C3=A9ment?= Lassieur"'s message of "Sat, 7 Apr 2018 19:07:09 +0200") Message-ID: <87in8y6ak6.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Cc: 31089@debbugs.gnu.org Cl=C3=A9ment Lassieur skribis: > * doc/guix.texi (Version Control Services): Update accordingly. > * gnu/services/cgit.scm (cgit-configuration)[project-list]: New field. > (serialize-project-list): New procedure that uses PLAIN-FILE to generate a > file from the string list given by the user as input. > (serialize-cgit-configuration): Make sure to serialize 'project-list' bef= ore > 'repostory-directory'. Pretty cool. LGTM, thanks! Ludo'.