aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mgagit/templates/mgagit.conf
blob: 1c1020bc8d852157605dfae4c741ad63dfcdc00a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
use_ldap: yes
ldapserver: <%= @ldap_server %>
binddn: <%= @binddn %>
bindpwfile: <%= @bindpwfile %>
pubkey_dir: <%= @gitolite_keydir %>
tmpl_dir: <%= @gitolite_tmpldir %>
gitolite_config: <%= @gitolite_conf %>
run_gitolite: yes
repodef_dir: <%= @reposconf_dir %>
repos_config:
  - prefix: infrastructure/repositories
    gl_template: repodef_repo
    repos:
      - name: artwork
        maintainer: '@mga-sysadmin'
        description: Artwork repository definitions
      - name: doc
        maintainer: '@mga-sysadmin'
        description: Documentation repository definitions
      - name: org
        maintainer: '@mga-sysadm'
        description: Organization repository definitions
      - name: qa
        maintainer: '@mga-sysadmin'
        description: QA repository definitions
      - name: software
        maintainer: '@mga-sysadmin'
        description: Software repository definitions
      - name: web
        maintainer: '@mga-sysadmin'
        description: Website repository definitions
  - prefix: artwork
    gl_template: artwork_repo
    git_url: file:///git/infrastructure/repositories/artwork.git
  - prefix: doc
    gl_template: doc_repo
    git_url: file:///git/infrastructure/repositories/doc.git
  - prefix: org
    gl_template: org_repo
    git_url: file:///git/infrastructure/repositories/org.git
  - prefix: qa
    gl_template: qa_repo
    git_url: file:///git/infrastructure/repositories/qa.git
  - prefix: software
    gl_template: soft_repo
    git_url: file:///git/infrastructure/repositories/software.git
  - prefix: web
    gl_template: web_repo
    git_url: file:///git/infrastructure/repositories/web.git
www_dir: <%= @vhostdir %>