[PATCH] doc: Update field name in gitile-configuration.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Nguy?n Gia Phong
Owner
unassigned
Submitted by
Nguy?n Gia Phong
Severity
normal
N
N
Nguy?n Gia Phong wrote on 23 May 12:17 +0200
(address . guix-patches@gnu.org)(name . Nguy?n Gia Phong)(address . mcsinyx@disroot.org)
ac8302ca1d22e9315d58877d46c765a95a9bd678.1716459466.git.mcsinyx@disroot.org
* 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(-)

Toggle diff (39 lines)
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
N
N
Nguy?n Gia Phong wrote on 23 May 12:27 +0200
[PATCH v2] doc: Update field name in gitile-configuration.
(address . 71142@debbugs.gnu.org)(name . Nguy?n Gia Phong)(address . mcsinyx@disroot.org)
80a0b35b1358e2ed51543cab323e5309d4dd0124.1716460021.git.mcsinyx@disroot.org
* 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(-)

Toggle diff (26 lines)
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
L
L
Ludovic Courtès wrote on 12 Jun 00:22 +0200
(name . Nguy?n Gia Phong)(address . mcsinyx@disroot.org)
87tthzjf1y.fsf@gnu.org
Nguy?n Gia Phong <mcsinyx@disroot.org> skribis:

Toggle quote (5 lines)
> * doc/guix.texi (gitile-configuration): Update field name
> nginx-server-block to nginx.
>
> Change-Id: I215d3d57c1cb88271c580fa1426a661477a775f7

Applied, thanks!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 71142@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 71142
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch