From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52387) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ddehq-0001EE-S8 for guix-patches@gnu.org; Fri, 04 Aug 2017 11:40:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ddehm-00019j-Cl for guix-patches@gnu.org; Fri, 04 Aug 2017 11:40:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39293) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ddehm-00019Q-8W for guix-patches@gnu.org; Fri, 04 Aug 2017 11:40:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ddehm-0003n6-0v for guix-patches@gnu.org; Fri, 04 Aug 2017 11:40:02 -0400 Subject: [bug#27955] [cuirass] doc: Clarify the relationship of "repo_name" and "name". Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51658) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ddehU-0000kW-VM for guix-patches@gnu.org; Fri, 04 Aug 2017 11:39:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ddehQ-0000Os-GA for guix-patches@gnu.org; Fri, 04 Aug 2017 11:39:44 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:52215) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ddehQ-0000Nz-6H for guix-patches@gnu.org; Fri, 04 Aug 2017 11:39:40 -0400 Received: from jasmine.lan (c-73-165-108-70.hsd1.pa.comcast.net [73.165.108.70]) by mail.messagingengine.com (Postfix) with ESMTPA id 3E7AD7E464 for ; Fri, 4 Aug 2017 11:39:39 -0400 (EDT) From: Leo Famulari Date: Fri, 4 Aug 2017 11:39:31 -0400 Message-Id: <092937e3fc134d6ed7a9cea6471d8b97811e530e.1501861144.git.leo@famulari.name> 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: 27955@debbugs.gnu.org I *think* this patch is correct. I'm currently trying to get started with Cuirass and this tripped me up. * doc/cuirass.texi (Specifications): Mention "name". --- doc/cuirass.texi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/cuirass.texi b/doc/cuirass.texi index 2899ffb..76f1ecc 100644 --- a/doc/cuirass.texi +++ b/doc/cuirass.texi @@ -216,7 +216,9 @@ Entries in this table must have values for the following text fields: @table @code @item repo_name This field holds the name of the repository. This field is also the -primary key of this table. +primary key of this table. Although this field is called +@code{repo_name} in the database, it's called @code{name} in the +specification itself. @item url The URL of the repository. -- 2.13.3