GNU bug report logs -
#77172
[PATCH] doc: Fix default values for gitolite-configuration.
Previous Next
Reported by: Tomas Volf <~@wolfsden.cz>
Date: Sat, 22 Mar 2025 11:05:02 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 77172 in the body.
You can then email your comments to 77172 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
ludo <at> gnu.org, maxim.cournoyer <at> gmail.com, guix-patches <at> gnu.org
:
bug#77172
; Package
guix-patches
.
(Sat, 22 Mar 2025 11:05:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Tomas Volf <~@wolfsden.cz>
:
New bug report received and forwarded. Copy sent to
ludo <at> gnu.org, maxim.cournoyer <at> gmail.com, guix-patches <at> gnu.org
.
(Sat, 22 Mar 2025 11:05:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* doc/guix.texi (Version Control Services)<gitolite-configuration>[package]
[admin-pubkey, rc-file, home-directory]: Use @code.
[user, group]: Use @code. Wrap the value in ".
Change-Id: I1a96826e339d4372d54bb29d22f3fa84f255cb0f
---
doc/guix.texi | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index a59525f52e..b6b1ab11c5 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -41112,7 +41112,7 @@ Version Control Services
Data type representing the configuration for @code{gitolite-service-type}.
@table @asis
-@item @code{package} (default: @var{gitolite})
+@item @code{package} (default: @code{gitolite})
Gitolite package to use. There are optional Gitolite dependencies that
are not included in the default package, such as Redis and git-annex.
These features can be made available by using the @code{make-gitolite}
@@ -41129,21 +41129,21 @@ Version Control Services
(make-gitolite (list redis git-annex))
@end example
-@item @code{user} (default: @var{git})
+@item @code{user} (default: @code{"git"})
User to use for Gitolite. This will be user that you use when accessing
Gitolite over SSH.
-@item @code{group} (default: @var{git})
+@item @code{group} (default: @code{"git"})
Group to use for Gitolite.
-@item @code{home-directory} (default: @var{"/var/lib/gitolite"})
+@item @code{home-directory} (default: @code{"/var/lib/gitolite"})
Directory in which to store the Gitolite configuration and repositories.
-@item @code{rc-file} (default: @var{(gitolite-rc-file)})
+@item @code{rc-file} (default: @code{(gitolite-rc-file)})
A ``file-like'' object (@pxref{G-Expressions, file-like objects}),
representing the configuration for Gitolite.
-@item @code{admin-pubkey} (default: @var{#f})
+@item @code{admin-pubkey} (default: @code{#f})
A ``file-like'' object (@pxref{G-Expressions, file-like objects}) used to
setup Gitolite. This will be inserted in to the @file{keydir} directory
within the gitolite-admin repository.
--
2.48.1
bug closed, send any further explanations to
77172 <at> debbugs.gnu.org and Tomas Volf <~@wolfsden.cz>
Request was from
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Sat, 22 Mar 2025 13:57:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77172
; Package
guix-patches
.
(Sun, 23 Mar 2025 01:47:07 GMT)
Full text and
rfc822 format available.
Message #10 received at 77172-done <at> debbugs.gnu.org (full text, mbox):
Tomas Volf <~@wolfsden.cz> writes:
> * doc/guix.texi (Version Control Services)<gitolite-configuration>[package]
nitpick: I think it's nowadays more conventional to put a space between
each changelog "specifiers", e.g.:
* doc/guix.texi (Version Control Services) <gitolite-configuration>
[package, admin-pubkey, ...]:
Otherwise, LGTM. Applied.
--
Thanks,
Maxim
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 20 Apr 2025 11:24:22 GMT)
Full text and
rfc822 format available.
This bug report was last modified 117 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.