mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
services: gitolite-rc-file: Add extra-content field.
* gnu/services/version-control.scm (<gitolite-rc-file>): Add extra-content field. (gitolite-rc-file-compiler): Handle it during configuration file generation. * doc/guix.texi (Version Control Services): Document it. Change-Id: I5082e1d7a27cc746641ba9ec8ae07c703da5f279 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
5466a46a72
commit
0110eeee0a
2 changed files with 9 additions and 2 deletions
|
@ -41075,6 +41075,9 @@ Set the role names allowed to be used by users running the perms command.
|
|||
@item @code{enable} (default: @code{'("help" "desc" "info" "perms" "writable" "ssh-authkeys" "git-config" "daemon" "gitweb")})
|
||||
This setting controls the commands and features to enable within Gitolite.
|
||||
|
||||
@item @code{extra-content} (default: @code{""})
|
||||
Extra content to add verbatim into the @code{%RC} hash.
|
||||
|
||||
@end table
|
||||
@end deftp
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue