From f1b90f46724539d5384bcd8c2be92aafc650bc85 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 22 Sep 2013 01:01:25 +0200 Subject: Allow non-ldap group definitions --- README | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'README') diff --git a/README b/README index ed9060c..13c0368 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ How it works mgagit takes : - an ldap directory containing groups, and users with ssh keys - - repositories definitions + - repositories and non-ldap groups definitions And generate the corresponding gitolite configuration and keys directory. @@ -77,12 +77,21 @@ The following configuration options are available : directory containing repos definitions (see repos_config) repos_config: - list of repos definition directories. Use something like - this to include a directory containing repos definitions : + list of repos and / or group definition directories. Use + something like this to include a directory containing repos or + groups definitions : prefix: - prefix in the repos tree + prefix in the repos tree. In case of git_url or include_dir, + this is also used to indicate that the included directory + defines repos (*.repo files). + group_prefix: + This value is prefixed to the defined group names. This is also + used to indicate that the included directory can contain groups + definitions (*.group files). If you don't want to have a prefix, + but still want to define groups, set an empty string. + git_url: url of a git repository containing definitions, that will be cloned and pulled, in 'repodef_dir' -- cgit v1.2.1