all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71142] [PATCH] doc: Update field name in gitile-configuration.
@ 2024-05-23 10:17 guix-patches--- via
  2024-05-23 10:27 ` [bug#71142] [PATCH v2] " guix-patches--- via
  0 siblings, 1 reply; 3+ messages in thread
From: guix-patches--- via @ 2024-05-23 10:17 UTC (permalink / raw)
  To: 71142
  Cc: Nguyễn Gia Phong, Florian Pelz, Ludovic Courtès,
	Matthew Trzcinski, Maxim Cournoyer

* 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#71142] [PATCH v2] doc: Update field name in gitile-configuration.
  2024-05-23 10:17 [bug#71142] [PATCH] doc: Update field name in gitile-configuration guix-patches--- via
@ 2024-05-23 10:27 ` guix-patches--- via
  2024-06-11 22:22   ` bug#71142: " Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: guix-patches--- via @ 2024-05-23 10:27 UTC (permalink / raw)
  To: 71142
  Cc: Nguyễn Gia Phong, Florian Pelz, Ludovic Courtès,
	Matthew Trzcinski, Maxim Cournoyer

* 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#71142: [PATCH v2] doc: Update field name in gitile-configuration.
  2024-05-23 10:27 ` [bug#71142] [PATCH v2] " guix-patches--- via
@ 2024-06-11 22:22   ` Ludovic Courtès
  0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2024-06-11 22:22 UTC (permalink / raw)
  To: Nguyễn Gia Phong
  Cc: Maxim Cournoyer, 71142-done, Florian Pelz, Matthew Trzcinski

Nguyễn Gia Phong <mcsinyx@disroot.org> skribis:

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

Applied, thanks!




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-06-11 22:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-23 10:17 [bug#71142] [PATCH] doc: Update field name in gitile-configuration guix-patches--- via
2024-05-23 10:27 ` [bug#71142] [PATCH v2] " guix-patches--- via
2024-06-11 22:22   ` bug#71142: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.