From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 17 15:11:57 2023 Received: (at submit) by debbugs.gnu.org; 17 Jul 2023 19:11:57 +0000 Received: from localhost ([127.0.0.1]:50935 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qLTdU-00068Q-Q6 for submit@debbugs.gnu.org; Mon, 17 Jul 2023 15:11:57 -0400 Received: from lists.gnu.org ([2001:470:142::17]:41816) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qLTdQ-00068B-6z for submit@debbugs.gnu.org; Mon, 17 Jul 2023 15:11:55 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLTdI-0006i3-6n for guix-patches@gnu.org; Mon, 17 Jul 2023 15:11:44 -0400 Received: from relay.yourmailgateway.de ([46.38.247.119]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLTdF-0005XW-KK for guix-patches@gnu.org; Mon, 17 Jul 2023 15:11:43 -0400 Received: from mors-relay-8404.netcup.net (localhost [127.0.0.1]) by mors-relay-8404.netcup.net (Postfix) with ESMTPS id 4R4WsG6zCGz80WG for ; Mon, 17 Jul 2023 21:11:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pelzflorian.de; s=key2; t=1689621091; bh=ICD/6SmFQX5Twx0Yu/rqrNoZms7FQOJRmogosvzSd+E=; h=From:To:Cc:Subject:Date:From; b=AuVSlkCQZ2QeqQAQRGIKljTXseFfsF83zxIj4aOteLCuikMkN8x3rEl2X5YymsNoI D2ZCcaczxJUnIkuiJKGJ+MklxINGy8EU5ocq7JjOkhYZbT5VHw8NUp0w7SKkCqoNvA O4hDtlGa0RLE2lD49MxYnEKDGeU2kHV9FRZ1oHbjvnczHv+hfY6TjTcJ8meuoV63Tk rBUDqUIBi95eZ5QEXZYiHtxwB1zMOtzdU8vpvyHvk3hHf+KxGmE/FZHQoEJSvyxL5q 8BS1caBcTuu6vAmDGzr6mvUT1eicB1507WmmPaKSXTWH1OcbkQKHCHm3pLoytBSIq0 TKsdm5uM1owSw== Received: from policy02-mors.netcup.net (unknown [46.38.225.35]) by mors-relay-8404.netcup.net (Postfix) with ESMTPS id 4R4WsG6bStz4x9X for ; Mon, 17 Jul 2023 21:11:30 +0200 (CEST) Received: from mxe217.netcup.net (unknown [10.243.12.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by policy02-mors.netcup.net (Postfix) with ESMTPS id 4R4WsG50Nwz8sWf for ; Mon, 17 Jul 2023 21:11:30 +0200 (CEST) Received: from florianrock64.fritz.box (ip92344de0.dynamic.kabel-deutschland.de [146.52.77.224]) by mxe217.netcup.net (Postfix) with ESMTPSA id 38B858165B; Mon, 17 Jul 2023 21:11:29 +0200 (CEST) From: Florian Pelz To: guix-patches@gnu.org Subject: [PATCH] doc: Fix typos. Date: Mon, 17 Jul 2023 21:06:12 +0200 Message-ID: <20230717190858.19649-2-pelzflorian@pelzflorian.de> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-NC-CID: t7zbUr5pS4I62zuF45j5jxA7Povko65AxAA+oDrX87+jrHyNOt1GlSX/ Received-SPF: pass client-ip=46.38.247.119; envelope-from=pelzflorian@pelzflorian.de; helo=relay.yourmailgateway.de 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, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Florian Pelz 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: -0.1 (/) * doc/guix.texi (Creating a Channel): Fix typos. --- Not confident about the commas, but still. doc/guix.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index 9af1b4417b..ee03de04dc 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -5776,7 +5776,7 @@ a package collection. This involves the following steps: @enumerate @item -Channels live in a Git repository so the first step, when creating a +A channel lives in a Git repository so the first step, when creating a channel, is to create its repository: @example @@ -5790,7 +5790,7 @@ The next step is to create files containing package modules (@pxref{Package Modules}), each of which will contain one or more package definitions (@pxref{Defining Packages}). A channel can provide things other than packages, such as build systems or services; we're -using packages as most common use case. +using packages as it's the most common use case. For example, Alice might want to provide a module called @code{(alice packages greetings)} that will provide her favorite ``hello world'' @@ -5815,7 +5815,7 @@ that. @item With this first module in place, the next step is to test the packages it provides. This can be done with @command{guix build}, which needs to -be fold to look for modules in the Git checkout. For example, assuming +be told to look for modules in the Git checkout. For example, assuming @code{(alice packages greetings)} provides a package called @code{hi-from-alice}, Alice will run this command from the Git checkout: @@ -5856,7 +5856,7 @@ example, @code{(alice packages greetings)} will automatically be found by the @command{guix} command. @end enumerate -VoilĂ ! +VoilĂ ! @c What follows stems from discussions at @c as well as base-commit: 3755941f038ec66fba568fa88d6b2d295e196723 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 17 16:08:01 2023 Received: (at 64690) by debbugs.gnu.org; 17 Jul 2023 20:08:01 +0000 Received: from localhost ([127.0.0.1]:50976 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qLUVl-0007b9-78 for submit@debbugs.gnu.org; Mon, 17 Jul 2023 16:08:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39500) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qLUVi-0007ap-Dg for 64690@debbugs.gnu.org; Mon, 17 Jul 2023 16:07:59 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLUVc-0005E7-3w; Mon, 17 Jul 2023 16:07:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=RUwmQulYVEpOF7RraGq0v/7VBcMchLBJ48Azb8l4Jjs=; b=VGPMzyb6QTXOdPQhZxhN LgO46Dh3BIjzFmYL9ghQjxSI168kHzNRgeLj4DFxXsO31pRHCc0OvMDpslyPKQeXBrN8eHbE5JlZy 1+VKO3RyZwy15XoBc+xLOtNqKyuS9PXvaqDONTFqB5y7iOgX8BuPvWZcL44yj6qY8If3qlEGO/yoL kegcfLLZqyLPqFdVPTZRTaPljy8lv97a4l33ZJBkgAbk3UeKoFXFdUaiK3Sc+YEkQ34if6d8Rblgg /K6GXCngQg1FtAfTGun8AFxiBHqWngyKkCqhEorBb8qVu8jwqeUt3tD5Wk3NOU0eGnC3/vOP9yWf4 wqzZq+45MrO+Kw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLUVb-0003sk-Na; Mon, 17 Jul 2023 16:07:51 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Florian Pelz Subject: Re: bug#64690: [PATCH] doc: Fix typos. References: <20230717190858.19649-2-pelzflorian@pelzflorian.de> Date: Mon, 17 Jul 2023 22:07:49 +0200 In-Reply-To: <20230717190858.19649-2-pelzflorian@pelzflorian.de> (Florian Pelz's message of "Mon, 17 Jul 2023 21:06:12 +0200") Message-ID: <871qh6pai2.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 64690 Cc: 64690@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: -3.3 (---) Hello! Florian Pelz skribis: > * doc/guix.texi (Creating a Channel): Fix typos. LGTM! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 17 20:17:00 2023 Received: (at 64690-done) by debbugs.gnu.org; 18 Jul 2023 00:17:00 +0000 Received: from localhost ([127.0.0.1]:51201 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qLYOi-0005G9-6W for submit@debbugs.gnu.org; Mon, 17 Jul 2023 20:17:00 -0400 Received: from relay.yourmailgateway.de ([188.68.63.102]:47909) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qLYOb-0005Fs-HU for 64690-done@debbugs.gnu.org; Mon, 17 Jul 2023 20:16:58 -0400 Received: from mors-relay-2502.netcup.net (localhost [127.0.0.1]) by mors-relay-2502.netcup.net (Postfix) with ESMTPS id 4R4fdb6W6Cz60K4; Tue, 18 Jul 2023 02:16:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pelzflorian.de; s=key2; t=1689639411; bh=kp1sJjT8X4UkaKJxYHDLcdIgDKTt/cQBs68cYynRw5k=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=R9m8gbZRulkCbYCHMHRTxFUUJpW572A3L/JMUPBbGJBFfdUrvJ/kBIPlQJWeBYsii 3KR+CxUBQ90Tjbp3rhz55pZzsz6AsnriiYFpsJ46nO3MbFqSRNLt+qy2DO9DYV+EpW YwPyEGHo6lOAOtaQg73FZCxlHtDYKUJSV3f/n5YycwzzxccKSIdJVTXk2MhDWiYm8a Fh6iMBYSSbwk2x3yNvNgVUSvnktuQ5JK8xf8XxdHW4mri2fAW3tNCLuDvFMaFdyZJq /B6pTaH7K2QkZyiKclts6Z1UAURaCmz7FWoi7icaopkJ9RFBGeAjRPQ/Jj+nkHiw7n 6bYGs+YSfNwBA== Received: from policy02-mors.netcup.net (unknown [46.38.225.35]) by mors-relay-2502.netcup.net (Postfix) with ESMTPS id 4R4fdb5lQXz4xNZ; Tue, 18 Jul 2023 02:16:51 +0200 (CEST) Received: from mxe217.netcup.net (unknown [10.243.12.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by policy02-mors.netcup.net (Postfix) with ESMTPS id 4R4fdb32DBz8sZd; Tue, 18 Jul 2023 02:16:51 +0200 (CEST) Received: from florianrock64 (ip92344de0.dynamic.kabel-deutschland.de [146.52.77.224]) by mxe217.netcup.net (Postfix) with ESMTPSA id 032FF8162E; Tue, 18 Jul 2023 02:16:49 +0200 (CEST) From: "pelzflorian (Florian Pelz)" To: 64690-done@debbugs.gnu.org Subject: Re: bug#64690: [PATCH] doc: Fix typos. References: <20230717190858.19649-2-pelzflorian@pelzflorian.de> <871qh6pai2.fsf@gnu.org> Date: Tue, 18 Jul 2023 02:16:48 +0200 In-Reply-To: <871qh6pai2.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Mon, 17 Jul 2023 22:07:49 +0200") Message-ID: <87jzuy6plb.fsf@pelzflorian.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 032FF8162E X-Rspamd-Server: rspamd-worker-8404 X-NC-CID: Su49IjOr08rEZpc8r34yNAnTH6CtND+yGsLrNTy0+X3BGy48FvOh4TMW X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 64690-done Cc: Ludovic =?utf-8?Q?Court=C3=A8s?= 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 (-) Thanks! Pushed as 3a3752400d7a70a295a27b66f29457aeeaa2cf27. Regards, Florian From unknown Sun Jun 22 11:39:45 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, 15 Aug 2023 11:24:13 +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