From unknown Sat Aug 09 01:09:27 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#71142] [PATCH] doc: Update field name in gitile-configuration. Resent-From: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong Original-Sender: "Debbugs-submit" Resent-CC: pelzflorian@pelzflorian.de, ludo@gnu.org, matt@excalamus.com, maxim.cournoyer@gmail.com, guix-patches@gnu.org Resent-Date: Thu, 23 May 2024 10:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 71142 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 71142@debbugs.gnu.org Cc: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong , Florian Pelz , Ludovic =?UTF-8?Q?Court=C3=A8s?= , Matthew Trzcinski , Maxim Cournoyer X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Xcc: Florian Pelz , Ludovic =?UTF-8?Q?Court=C3=A8s?= , Matthew Trzcinski , Maxim Cournoyer Received: via spool by submit@debbugs.gnu.org id=B.171645951225387 (code B ref -1); Thu, 23 May 2024 10:19:02 +0000 Received: (at submit) by debbugs.gnu.org; 23 May 2024 10:18:32 +0000 Received: from localhost ([127.0.0.1]:58873 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sA5Wq-0006bP-3O for submit@debbugs.gnu.org; Thu, 23 May 2024 06:18:32 -0400 Received: from lists.gnu.org ([209.51.188.17]:47838) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sA5Wj-0006bH-Hi for submit@debbugs.gnu.org; Thu, 23 May 2024 06:18:30 -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 1sA5Wc-0007Y8-Q5 for guix-patches@gnu.org; Thu, 23 May 2024 06:18:18 -0400 Received: from layka.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sA5WZ-0007W5-GE for guix-patches@gnu.org; Thu, 23 May 2024 06:18:17 -0400 X-Virus-Scanned: SPAM Filter at disroot.org From: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1716459492; bh=cOAxhizkMgU7L5k6X26c66JUyIvyddyi4TTMrrRuTqE=; h=From:To:Cc:Subject:Date; b=bJIi2lXOlJHOhgIn7jN5BSPfGiFaiGrdU6wRSoaWdL9FnyXGcN+9hzT4PDEkCZADL V96+DH1ObfiyheGsQpOTCwJq5WQS6ygM5C5J4PjHImeCWfGmbiJZWlpx5yAD33V+wf Nmx797Ln9P5R2y9u1Mg1ooVFc6pZh3jbuNlQTSRbHrGppm39FqbXBKhUiFo00vr8ZM sRhX6tEmNBWWir4w/JwiHBUjRV+FKL07A34DolYVSF6nWcudRFJZo2ZnEj7bObUCXB SIZlEyv4neYDK8IARYYUCupWHHFthtbH7HABYQ84H+i/dvhYDi99u0uPmWi8b9ghTN n75IgCvXvDEMQ== Date: Thu, 23 May 2024 19:17:46 +0900 Message-ID: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=mcsinyx@disroot.org; helo=layka.disroot.org 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 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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 (gitile-configuration): Update field name nginx-server-block to nginx. Change-Id: I215d3d57c1cb88271c580fa1426a661477a775f7 --- doc/guix.texi | 4 ++-- gnu/services/version-control.scm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index ba12f249a98b..dc0cfacaacab 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -38908,7 +38908,7 @@ Version Control Services (index-title "My git repositories") (intro '((p "This is all my public work!"))) (footer '((p "This is the end"))) - (nginx-server-block + (nginx (nginx-server-configuration (ssl-certificate "/etc/certs/myweb.site/fullchain.pem") @@ -39003,7 +39003,7 @@ Version Control Services The footer content, as a list of sxml expressions. This is shown on every page served by Gitile. -@item @code{nginx-server-block} +@item @code{nginx} An nginx server block that will be extended and used as a reverse proxy by Gitile to serve its pages, and as a normal web server to serve its assets. diff --git a/gnu/services/version-control.scm b/gnu/services/version-control.scm index 00ca7b600efc..7fedd7327d6e 100644 --- a/gnu/services/version-control.scm +++ b/gnu/services/version-control.scm @@ -68,7 +68,7 @@ (define-module (gnu services version-control) gitile-configuration-package gitile-configuration-host gitile-configuration-port - gitile-configuration-database + gitile-configuration-home-directory gitile-configuration-repositories gitile-configuration-git-base-url gitile-configuration-index-title base-commit: 604e51b2f51141b2b8d1d3d71bf9412ab7760563 -- 2.41.0 From unknown Sat Aug 09 01:09:27 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#71142] [PATCH v2] doc: Update field name in gitile-configuration. Resent-From: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong Original-Sender: "Debbugs-submit" Resent-CC: pelzflorian@pelzflorian.de, ludo@gnu.org, matt@excalamus.com, maxim.cournoyer@gmail.com, guix-patches@gnu.org Resent-Date: Thu, 23 May 2024 10:28:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 71142 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 71142@debbugs.gnu.org Cc: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong , Florian Pelz , Ludovic =?UTF-8?Q?Court=C3=A8s?= , Matthew Trzcinski , Maxim Cournoyer X-Debbugs-Original-Xcc: Florian Pelz , Ludovic =?UTF-8?Q?Court=C3=A8s?= , Matthew Trzcinski , Maxim Cournoyer Received: via spool by 71142-submit@debbugs.gnu.org id=B71142.171646005625768 (code B ref 71142); Thu, 23 May 2024 10:28:01 +0000 Received: (at 71142) by debbugs.gnu.org; 23 May 2024 10:27:36 +0000 Received: from localhost ([127.0.0.1]:58892 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sA5fb-0006hY-Ng for submit@debbugs.gnu.org; Thu, 23 May 2024 06:27:35 -0400 Received: from layka.disroot.org ([178.21.23.139]:57844) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sA5fZ-0006hS-Vm for 71142@debbugs.gnu.org; Thu, 23 May 2024 06:27:34 -0400 X-Virus-Scanned: SPAM Filter at disroot.org From: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1716460046; bh=kVq5/yOnnCk3Jqk5BNSr+wR5t86MvSYCKsi//DG74Bk=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=h2OjoT7n4NuGC7MT73IsjPmp4pezBKXiSgzex5LceBc1Klm4LuAgt6GpLwnxhi8nZ lziysfFfU7P2T1FLe4xBY4jMI6NPvOoZyb9VzAmfBVhfBOsOzx8iiIuyIkiRM1e4cL RGSmXaIriFdlY/7fxL5KIM/3T16kasOAN7hH7RfB8rI3DduWPTRRFQQUKEmEWpkFVn stGqA+bb+NxhKdUaHOKNUgc/H8zSzrtOB49Gd6k4jYS4cNTFvZDoUnUar5zNpEEjSn ZZgN4qtcNifqDCDl8KLoxmJPX/ox4TNMiUhUez+PCKoBtmhwkIYzuBBKPGgYAOcG7R RN9pvt+fxUQmg== Date: Thu, 23 May 2024 19:27:01 +0900 Message-ID: <80a0b35b1358e2ed51543cab323e5309d4dd0124.1716460021.git.mcsinyx@disroot.org> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) 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 (-) * doc/guix.texi (gitile-configuration): Update field name nginx-server-block to nginx. Change-Id: I215d3d57c1cb88271c580fa1426a661477a775f7 --- doc/guix.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index ba12f249a98b..dc0cfacaacab 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -38908,7 +38908,7 @@ Version Control Services (index-title "My git repositories") (intro '((p "This is all my public work!"))) (footer '((p "This is the end"))) - (nginx-server-block + (nginx (nginx-server-configuration (ssl-certificate "/etc/certs/myweb.site/fullchain.pem") @@ -39003,7 +39003,7 @@ Version Control Services The footer content, as a list of sxml expressions. This is shown on every page served by Gitile. -@item @code{nginx-server-block} +@item @code{nginx} An nginx server block that will be extended and used as a reverse proxy by Gitile to serve its pages, and as a normal web server to serve its assets. base-commit: 854ccfeb2cf910eda609a026e865b595e64e0cc4 -- 2.41.0 From unknown Sat Aug 09 01:09:27 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong Subject: bug#71142: closed (Re: [bug#71142] [PATCH v2] doc: Update field name in gitile-configuration.) Message-ID: References: <87tthzjf1y.fsf@gnu.org> X-Gnu-PR-Message: they-closed 71142 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 71142@debbugs.gnu.org Date: Tue, 11 Jun 2024 22:23:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1718144582-24109-1" This is a multi-part message in MIME format... ------------=_1718144582-24109-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #71142: [PATCH] doc: Update field name in gitile-configuration. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 71142@debbugs.gnu.org. --=20 71142: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D71142 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1718144582-24109-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 71142-done) by debbugs.gnu.org; 11 Jun 2024 22:22:10 +0000 Received: from localhost ([127.0.0.1]:37010 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sH9sY-0006Fa-B1 for submit@debbugs.gnu.org; Tue, 11 Jun 2024 18:22:10 -0400 Received: from eggs.gnu.org ([209.51.188.92]:55888) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sH9sW-0006FN-J2 for 71142-done@debbugs.gnu.org; Tue, 11 Jun 2024 18:22:09 -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 1sH9sS-0006uK-Kn; Tue, 11 Jun 2024 18:22:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=cJmjcvitKoHDuCQByqCGYH0+1VvW2yc4llLSU50wvww=; b=Zyq0tTouMNO1AdVEwl2x Z6hpY4Id51Vvs14gCUngbd77zmk4UNTCqRlNNliY9iKuyDcrLpU2Z5HkHC59yPYZSycgxVF8IHjN7 Dl7aPkezETJsbf7R80Bi/csZOQ9UPlZNIIPmTC4Iwg5oFzjVWXcFCajeqdOWM72d+BVeIjxbgPjFn K7TRkl39HyjfrYa1IepyTw7u5iZDSwQEwF+72VBZFT1z/h5AlkjrVlRMLax/GhJPOVJViha5VPB6+ LhCDz9/D09ND8cBkgcuA53XDn7HZird5AvjVGZPw7zijV88a4LG1fLTnVHqGJD9KCXuCAlcrQ7/Dk U5j5sqZ1NPCFOw==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: =?utf-8?Q?Nguy=E1=BB=85n?= Gia Phong Subject: Re: [bug#71142] [PATCH v2] doc: Update field name in gitile-configuration. In-Reply-To: <80a0b35b1358e2ed51543cab323e5309d4dd0124.1716460021.git.mcsinyx@disroot.org> (=?utf-8?Q?=22Nguy=E1=BB=85n?= Gia Phong"'s message of "Thu, 23 May 2024 19:27:01 +0900") References: <80a0b35b1358e2ed51543cab323e5309d4dd0124.1716460021.git.mcsinyx@disroot.org> Date: Wed, 12 Jun 2024 00:22:01 +0200 Message-ID: <87tthzjf1y.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) 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: 71142-done Cc: Maxim Cournoyer , 71142-done@debbugs.gnu.org, Florian Pelz , Matthew Trzcinski 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 (---) Nguy=E1=BB=85n Gia Phong skribis: > * doc/guix.texi (gitile-configuration): Update field name > nginx-server-block to nginx. > > Change-Id: I215d3d57c1cb88271c580fa1426a661477a775f7 Applied, thanks! ------------=_1718144582-24109-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 23 May 2024 10:18:32 +0000 Received: from localhost ([127.0.0.1]:58873 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sA5Wq-0006bP-3O for submit@debbugs.gnu.org; Thu, 23 May 2024 06:18:32 -0400 Received: from lists.gnu.org ([209.51.188.17]:47838) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sA5Wj-0006bH-Hi for submit@debbugs.gnu.org; Thu, 23 May 2024 06:18:30 -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 1sA5Wc-0007Y8-Q5 for guix-patches@gnu.org; Thu, 23 May 2024 06:18:18 -0400 Received: from layka.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sA5WZ-0007W5-GE for guix-patches@gnu.org; Thu, 23 May 2024 06:18:17 -0400 X-Virus-Scanned: SPAM Filter at disroot.org From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1716459492; bh=cOAxhizkMgU7L5k6X26c66JUyIvyddyi4TTMrrRuTqE=; h=From:To:Cc:Subject:Date; b=bJIi2lXOlJHOhgIn7jN5BSPfGiFaiGrdU6wRSoaWdL9FnyXGcN+9hzT4PDEkCZADL V96+DH1ObfiyheGsQpOTCwJq5WQS6ygM5C5J4PjHImeCWfGmbiJZWlpx5yAD33V+wf Nmx797Ln9P5R2y9u1Mg1ooVFc6pZh3jbuNlQTSRbHrGppm39FqbXBKhUiFo00vr8ZM sRhX6tEmNBWWir4w/JwiHBUjRV+FKL07A34DolYVSF6nWcudRFJZo2ZnEj7bObUCXB SIZlEyv4neYDK8IARYYUCupWHHFthtbH7HABYQ84H+i/dvhYDi99u0uPmWi8b9ghTN n75IgCvXvDEMQ== To: guix-patches@gnu.org Subject: [PATCH] doc: Update field name in gitile-configuration. Date: Thu, 23 May 2024 19:17:46 +0900 Message-ID: MIME-Version: 1.0 X-Debbugs-Cc: Florian Pelz , Ludovic Courtès , Matthew Trzcinski , Maxim Cournoyer Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=mcsinyx@disroot.org; helo=layka.disroot.org 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 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= 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 (gitile-configuration): Update field name nginx-server-block to nginx. Change-Id: I215d3d57c1cb88271c580fa1426a661477a775f7 --- doc/guix.texi | 4 ++-- gnu/services/version-control.scm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index ba12f249a98b..dc0cfacaacab 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -38908,7 +38908,7 @@ Version Control Services (index-title "My git repositories") (intro '((p "This is all my public work!"))) (footer '((p "This is the end"))) - (nginx-server-block + (nginx (nginx-server-configuration (ssl-certificate "/etc/certs/myweb.site/fullchain.pem") @@ -39003,7 +39003,7 @@ Version Control Services The footer content, as a list of sxml expressions. This is shown on every page served by Gitile. -@item @code{nginx-server-block} +@item @code{nginx} An nginx server block that will be extended and used as a reverse proxy by Gitile to serve its pages, and as a normal web server to serve its assets. diff --git a/gnu/services/version-control.scm b/gnu/services/version-control.scm index 00ca7b600efc..7fedd7327d6e 100644 --- a/gnu/services/version-control.scm +++ b/gnu/services/version-control.scm @@ -68,7 +68,7 @@ (define-module (gnu services version-control) gitile-configuration-package gitile-configuration-host gitile-configuration-port - gitile-configuration-database + gitile-configuration-home-directory gitile-configuration-repositories gitile-configuration-git-base-url gitile-configuration-index-title base-commit: 604e51b2f51141b2b8d1d3d71bf9412ab7760563 -- 2.41.0 ------------=_1718144582-24109-1--