diff options
author | Nicolas Vigier <boklm@mars-attacks.org> | 2013-06-24 13:06:51 +0200 |
---|---|---|
committer | Nicolas Vigier <boklm@mars-attacks.org> | 2013-06-24 13:08:15 +0200 |
commit | 5f03340117231b301ce96f0d420d6ac890e6df6e (patch) | |
tree | f5f39644608d04744d737e8c348428f89e2d2dc4 | |
parent | b6d03855ca73e7346aadfb5138255742d038f17b (diff) | |
download | mgagit-5f03340117231b301ce96f0d420d6ac890e6df6e.tar mgagit-5f03340117231b301ce96f0d420d6ac890e6df6e.tar.gz mgagit-5f03340117231b301ce96f0d420d6ac890e6df6e.tar.bz2 mgagit-5f03340117231b301ce96f0d420d6ac890e6df6e.tar.xz mgagit-5f03340117231b301ce96f0d420d6ac890e6df6e.zip |
Add example configuration
-rw-r--r-- | mgagit.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mgagit.conf b/mgagit.conf new file mode 100644 index 0000000..08f10d1 --- /dev/null +++ b/mgagit.conf @@ -0,0 +1,7 @@ +--- +gitolite_config: /var/lib/git/.gitolite/conf/gitolite.conf +pubkey_dir: /home/boklm/.gitolite/keydir +repos_config: + - prefix: software + include_dir: /var/lib/git/repodef/software + gl_template: soft_repo |