From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55962) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fducQ-0002GX-7P for guix-patches@gnu.org; Fri, 13 Jul 2018 05:44:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fducM-0000Jt-5L for guix-patches@gnu.org; Fri, 13 Jul 2018 05:44:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49824) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fducM-0000JV-1o for guix-patches@gnu.org; Fri, 13 Jul 2018 05:44:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fducL-00054j-LS for guix-patches@gnu.org; Fri, 13 Jul 2018 05:44:01 -0400 Subject: [bug#32121] [PATCH 4/5] database: Call a specification 'jobset' instead of 'project'. Resent-Message-ID: References: <20180710230247.16639-1-clement@lassieur.org> <20180710230247.16639-4-clement@lassieur.org> <87muuvldrv.fsf@gnu.org> <87wotz1nso.fsf@lassieur.org> From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur In-reply-to: <87wotz1nso.fsf@lassieur.org> Date: Fri, 13 Jul 2018 11:43:26 +0200 Message-ID: <87va9j1nep.fsf@lassieur.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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 32121@debbugs.gnu.org Cl=C3=A9ment Lassieur writes: > This will somehow break a minor part of Tatiana's work because the main > page will look like Correction: It used to look like: > --8<---------------cut here---------------start------------->8--- > Projects/Specifications > > | Name | Branch | > |--------------+--------------| > | guix-modular | master | > | guix-modular | core-updates | > --8<---------------cut here---------------end--------------->8--- > > instead of And it would look like:. > --8<---------------cut here---------------start------------->8--- > Projects/Specifications > > | Name | > |---------------------------| > | guix-modular-master | > | guix-modular-core-updates | > --8<---------------cut here---------------end--------------->8--- instead.