diff options
author | Nicolas Vigier <boklm@mars-attacks.org> | 2013-07-15 18:18:33 +0200 |
---|---|---|
committer | Nicolas Vigier <boklm@mars-attacks.org> | 2013-07-15 18:18:33 +0200 |
commit | 852b1688fbf5129d0e365586b6d87a59fe31ba29 (patch) | |
tree | 8084da4d1af3a09cdce5d28dd8c8f8efd811d78d /README | |
parent | 510d51e76a470039c11f9a20b8a2e4ae3dce1bb5 (diff) | |
download | mgagit-852b1688fbf5129d0e365586b6d87a59fe31ba29.tar mgagit-852b1688fbf5129d0e365586b6d87a59fe31ba29.tar.gz mgagit-852b1688fbf5129d0e365586b6d87a59fe31ba29.tar.bz2 mgagit-852b1688fbf5129d0e365586b6d87a59fe31ba29.tar.xz mgagit-852b1688fbf5129d0e365586b6d87a59fe31ba29.zip |
In repos_config, allow giving a git_url instead of a directory path
The git url will be cloned automatically (if target directory does not
exist), or pulled automatically.
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -39,9 +39,14 @@ The following configuration options are available : pubkey_dir: directory containing users ssh keys, used by gitolite tmpl_dir: templates directory gitolite_config: gitolite configuration file + repodef_dir: 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 : - prefix: prefix in the repos tree - include_dir: path to the directory containing definitions + git_url: url of a git repository containing definitions, that will be + cloned and pulled, in 'repodef_dir' + include_dir: alternatively, you can specify the path to a directory + containing definitions (if it's not from a git repository, + or if you don't want to be pulled automatically) gl_template: template file used to define the repos |