[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/11: services: cgit: Allow file-like objects for ‘root-readme’.
From: |
guix-commits |
Subject: |
02/11: services: cgit: Allow file-like objects for ‘root-readme’. |
Date: |
Sat, 9 Sep 2023 09:57:43 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 4cf4bd1ebe1c4b206ffd686058acd69261672536
Author: Thomas Albers <thomas@thomaslabs.org>
AuthorDate: Tue Aug 8 18:37:10 2023 +0200
services: cgit: Allow file-like objects for ‘root-readme’.
* gnu/services/cgit.scm (cgit-configuration)[root-readme]: Accept
'file-object' instead of only 'string'
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/services/cgit.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/services/cgit.scm b/gnu/services/cgit.scm
index e33cb9e7db..684ab73f76 100644
--- a/gnu/services/cgit.scm
+++ b/gnu/services/cgit.scm
@@ -581,7 +581,7 @@ removed for the URL and name.")
(string "a fast webinterface for the git dscm")
"Text printed below the heading on the repository index page.")
(root-readme
- (string "")
+ (file-object "")
"The content of the file specified with this option will be included
verbatim below the \"about\" link on the repository index page.")
(root-title
- branch master updated (cab7ae94ec -> 9aed82fe05), guix-commits, 2023/09/09
- 02/11: services: cgit: Allow file-like objects for ‘root-readme’.,
guix-commits <=
- 04/11: gnu: rust-analyzer: Fix build of version 2022-01-10., guix-commits, 2023/09/09
- 06/11: gnu: Add rust-proc-macro2-1.0.34., guix-commits, 2023/09/09
- 07/11: gnu: Add rust-quote-1.0.10., guix-commits, 2023/09/09
- 01/11: gnu: cuirass: Update to 6131880., guix-commits, 2023/09/09
- 09/11: gnu: Add rust-trybuild-1.0.19., guix-commits, 2023/09/09
- 11/11: gnu: vcmi: Update to 1.3.1., guix-commits, 2023/09/09
- 05/11: gnu: Add rust-either-1.6.0., guix-commits, 2023/09/09
- 03/11: gnu: Add rust-notify-5-pre.13., guix-commits, 2023/09/09
- 08/11: gnu: Add rust-serde-json-1.0.73., guix-commits, 2023/09/09
- 10/11: gnu: rust-analyzer: Update required dependencies version., guix-commits, 2023/09/09