From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 05 04:52:33 2020 Received: (at submit) by debbugs.gnu.org; 5 Jul 2020 08:52:33 +0000 Received: from localhost ([127.0.0.1]:60011 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1js0O1-0000QT-7z for submit@debbugs.gnu.org; Sun, 05 Jul 2020 04:52:33 -0400 Received: from lists.gnu.org ([209.51.188.17]:57620) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1js0Ny-0000QL-O1 for submit@debbugs.gnu.org; Sun, 05 Jul 2020 04:52:32 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37080) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1js0Nx-0008AB-Mk for guix-patches@gnu.org; Sun, 05 Jul 2020 04:52:30 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:53528) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1js0Nu-0000OH-7e for guix-patches@gnu.org; Sun, 05 Jul 2020 04:52:28 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=VRgta1D4hFgDbiEwdkgtjNAmliyiaOpa9KIFaM2JU74=; b=eJfje41GUFU+m+L8K0p6yUrE3Z J38LhWcI41oFJiONFkbA4l6/2ft0iYxAoOcdcIFobUv2a7EyFOD/RaIffCZda14vJwKq9uHLGJ/U1 jtOqSnZFEIo4+lzXYpKlp79LvzH4PyrqCyCjDVq1uDhA8ryOF2TxsH2wMR4OzSj+iCOU=; Received: from [192.168.2.1] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1js0Ni-000FjP-2b; Sun, 05 Jul 2020 14:22:14 +0530 From: Arun Isaac To: guix-patches@gnu.org Subject: [PATCH] doc: Fix texinfo identifiers in Version Control Services. Date: Sun, 5 Jul 2020 14:21:56 +0530 Message-Id: <20200705085156.9488-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=139.59.75.54; envelope-from=arunisaac@systemreboot.net; helo=mugam.systemreboot.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/05 03:59:35 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Arun Isaac X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * doc/guix.texi (Version Control Services): Use @code, @file, @indicateurl texinfo identifiers correctly. --- doc/guix.texi | 45 +++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index ce17c2de8e..e9f99de0ef 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -52,7 +52,7 @@ Copyright @copyright{} 2017, 2019, 2020 Maxim Cournoyer@* Copyright @copyright{} 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice@* Copyright @copyright{} 2017 George Clemmer@* Copyright @copyright{} 2017 Andy Wingo@* -Copyright @copyright{} 2017, 2018, 2019 Arun Isaac@* +Copyright @copyright{} 2017, 2018, 2019, 2020 Arun Isaac@* Copyright @copyright{} 2017 nee@* Copyright @copyright{} 2018 Rutger Helling@* Copyright @copyright{} 2018 Oleg Pykhalov@* @@ -24926,39 +24926,40 @@ access to exported@footnote{By creating the magic file Data type representing the configuration for @code{git-daemon-service}. @table @asis -@item @code{package} (default: @var{git}) +@item @code{package} (default: @code{git}) Package object of the Git distributed version control system. -@item @code{export-all?} (default: @var{#f}) +@item @code{export-all?} (default: @code{#f}) Whether to allow access for all Git repositories, even if they do not have the @file{git-daemon-export-ok} file. @item @code{base-path} (default: @file{/srv/git}) Whether to remap all the path requests as relative to the given path. -If you run git daemon with @var{(base-path "/srv/git")} on example.com, -then if you later try to pull @code{git://example.com/hello.git}, git -daemon will interpret the path as @code{/srv/git/hello.git}. +If you run git daemon with @code{(base-path "/srv/git")} on example.com, +then if you later try to pull @indicateurl{git://example.com/hello.git}, +git daemon will interpret the path as @file{/srv/git/hello.git}. -@item @code{user-path} (default: @var{#f}) +@item @code{user-path} (default: @code{#f}) Whether to allow @code{~user} notation to be used in requests. When -specified with empty string, requests to @code{git://host/~alice/foo} is -taken as a request to access @code{foo} repository in the home directory -of user @code{alice}. If @var{(user-path "path")} is specified, the -same request is taken as a request to access @code{path/foo} repository -in the home directory of user @code{alice}. - -@item @code{listen} (default: @var{'()}) +specified with empty string, requests to +@indicateurl{git://host/~alice/foo} is taken as a request to access +@code{foo} repository in the home directory of user @code{alice}. If +@code{(user-path "path")} is specified, the same request is taken as a +request to access @file{path/foo} repository in the home directory of +user @code{alice}. + +@item @code{listen} (default: @code{'()}) Whether to listen on specific IP addresses or hostnames, defaults to all. -@item @code{port} (default: @var{#f}) +@item @code{port} (default: @code{#f}) Whether to listen on an alternative port, which defaults to 9418. -@item @code{whitelist} (default: @var{'()}) +@item @code{whitelist} (default: @code{'()}) If not empty, only allow access to this list of directories. -@item @code{extra-options} (default: @var{'()}) -Extra options will be passed to @code{git daemon}, please run +@item @code{extra-options} (default: @code{'()}) +Extra options will be passed to @command{git daemon}, please run @command{man git-daemon} for more information. @end table @@ -24990,14 +24991,14 @@ Package object of the Git distributed version control system. @item @code{git-root} (default: @file{/srv/git}) Directory containing the Git repositories to expose to the world. -@item @code{export-all?} (default: @var{#f}) +@item @code{export-all?} (default: @code{#f}) Whether to expose access for all Git repositories in @var{git-root}, even if they do not have the @file{git-daemon-export-ok} file. @item @code{uri-path} (default: @file{/git/}) -Path prefix for Git access. With the default @code{/git/} prefix, this -will map @code{http://@var{server}/git/@var{repo}.git} to -@code{/srv/git/@var{repo}.git}. Requests whose URI paths do not begin +Path prefix for Git access. With the default @file{/git/} prefix, this +will map @indicateurl{http://@var{server}/git/@var{repo}.git} to +@file{/srv/git/@var{repo}.git}. Requests whose URI paths do not begin with this prefix are not passed on to this Git instance. @item @code{fcgiwrap-socket} (default: @code{127.0.0.1:9000}) -- 2.26.2 From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 06 08:43:24 2020 Received: (at 42214) by debbugs.gnu.org; 6 Jul 2020 12:43:24 +0000 Received: from localhost ([127.0.0.1]:33766 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jsQSy-0005JO-5C for submit@debbugs.gnu.org; Mon, 06 Jul 2020 08:43:24 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:35203) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jsQSv-0005J1-3w for 42214@debbugs.gnu.org; Mon, 06 Jul 2020 08:43:22 -0400 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 1514E2000D; Mon, 6 Jul 2020 12:43:13 +0000 (UTC) From: Nicolas Goaziou To: Arun Isaac Subject: Re: [bug#42214] [PATCH] doc: Fix texinfo identifiers in Version Control Services. References: <20200705085156.9488-1-arunisaac@systemreboot.net> Date: Mon, 06 Jul 2020 14:43:12 +0200 In-Reply-To: <20200705085156.9488-1-arunisaac@systemreboot.net> (Arun Isaac's message of "Sun, 5 Jul 2020 14:21:56 +0530") Message-ID: <87a70c7r1b.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 42214 Cc: 42214@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hello, Arun Isaac writes: > * doc/guix.texi (Version Control Services): Use @code, @file, @indicateurl > texinfo identifiers correctly. Thank you. Some nit-picking follows. > +If you run git daemon with @code{(base-path "/srv/git")} on example.com, Git daemon or @command{git daemon} and @samp{example.com} > +specified with empty string, requests to > +@indicateurl{git://host/~alice/foo} is taken as a request to access > +@code{foo} repository in the home directory of user @code{alice}. If > +@code{(user-path "path")} is specified, the same request is taken as a Maybe @code{(user-path "@var{path}")} > +request to access @file{path/foo} repository in the home directory of and then @samp{@var{path}/foo} > +Path prefix for Git access. With the default @file{/git/} prefix, this @samp{/git/} > +will map @indicateurl{http://@var{server}/git/@var{repo}.git} to > +@file{/srv/git/@var{repo}.git}. Requests whose URI paths do not begin In any case, it looks good. Regards, -- Nicolas Goaziou From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 06 11:53:43 2020 Received: (at 42214-done) by debbugs.gnu.org; 6 Jul 2020 15:53:44 +0000 Received: from localhost ([127.0.0.1]:34731 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jsTR9-0001l7-PT for submit@debbugs.gnu.org; Mon, 06 Jul 2020 11:53:43 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:60756) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jsTR6-0001kw-UF for 42214-done@debbugs.gnu.org; Mon, 06 Jul 2020 11:53:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=sN5i1+oGQww0VCiubFKf4s3S/RtGOvuiZUhDOS2EssY=; b=aRl/kEidEg9lnES1vT7MT6B2J LZ1hyZm7ilZSsKHGyIhDGtUXniHpMudYJX1Fnc9pGDqs1e106a2DSt3T9noRREBRtr/612IES/MFg cjwqQESokOc2HiV3iuel7TRQa6Z8rvO/ypfctddLE5GJIpAFFJ2HQ92MwK7lZ244vtUG4=; Received: from [192.168.2.1] (helo=steel) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1jsTR3-000aQO-1P; Mon, 06 Jul 2020 21:23:37 +0530 From: Arun Isaac To: Nicolas Goaziou Subject: Re: [bug#42214] [PATCH] doc: Fix texinfo identifiers in Version Control Services. In-Reply-To: <87a70c7r1b.fsf@nicolasgoaziou.fr> References: <20200705085156.9488-1-arunisaac@systemreboot.net> <87a70c7r1b.fsf@nicolasgoaziou.fr> Date: Mon, 06 Jul 2020 21:23:36 +0530 Message-ID: <87fta4abcv.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 42214-done Cc: 42214-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain Pushed with suggested changes, thanks for the review! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAl8DSQAACgkQLiXui2GA K7NPbgf9E6uuj7ag0x6CnT1xKmjjiGx3bbkPhKcOiJof7fa3ON8vPwoBFIp9GOGJ 91u/5n00k/SbxnBOQH7vksq+LpJkpuXLi2hyb+vvM9nflOOWl2zbUGleyAtkOdEJ AD1RhBtEt4dbkZaOcfBOweqYlfdFL5JVnSL/2hBPmbUB/y3G00JhbYeIbDEdPXkY wygMATYZebwwj/BcJwGh+5X6fANXzIlYzMeogDcT8NeWmCqh+iS46PbHWHkbiYBP YT3gJKkV5HZvgKJY35zt2htiCOhTnG9boLFjHacvSjysZLd5gJz4g4mt996+Nn2z VAywRZo6+AT2OTOM/Z837LEZF4LnvQ== =Au3p -----END PGP SIGNATURE----- --=-=-=-- From unknown Sun Sep 07 01:27:57 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 04 Aug 2020 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator