1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

services: gitolite-rc-file: Add host-name field.

* gnu/services/version-control.scm (<gitolite-rc-file>): Add host-name field.
(gitolite-rc-file-compiler): Handle it during configuration file generation.
* doc/guix.texi (Version Control Services): Document it.

Change-Id: I1231ed47a294ff48b35a301f76ae8e9cbfcd9b95
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Tomas Volf
2025-04-01 00:10:09 +02:00
committed by Maxim Cournoyer
parent 9306539f08
commit 5466a46a72
2 changed files with 11 additions and 1 deletions

View File

@@ -41065,6 +41065,10 @@ For historical reasons, this field defaults to @code{#f}. The default
value from gitolite however is @code{1} (written as @code{#t} in this
configuration).
@item @code{host-name} (default: @code{#f})
The host name of this gitolite instance. It is used by the mirroring
feature.
@item @code{roles} (default: @code{'(("READERS" . 1) ("WRITERS" . ))})
Set the role names allowed to be used by users running the perms command.