Parent Directory
|
Revision Log
Setup git repository groups for 'artwork', 'doc' and 'qa'
1 | --- |
2 | use_ldap: yes |
3 | ldapserver: <%= @ldap_server %> |
4 | binddn: <%= @binddn %> |
5 | bindpwfile: <%= @bindpwfile %> |
6 | pubkey_dir: <%= @gitolite_keydir %> |
7 | tmpl_dir: <%= @gitolite_tmpldir %> |
8 | gitolite_config: <%= @gitolite_conf %> |
9 | run_gitolite: yes |
10 | repodef_dir: <%= @reposconf_dir %> |
11 | repos_config: |
12 | - prefix: infrastructure/repositories |
13 | gl_template: repodef_repo |
14 | repos: |
15 | - name: artwork |
16 | maintainer: '@mga-sysadmin' |
17 | description: Artwork repository definitions |
18 | - name: doc |
19 | maintainer: '@mga-sysadmin' |
20 | description: Documentation repository definitions |
21 | - name: qa |
22 | maintainer: '@mga-sysadmin' |
23 | description: QA repository definitions |
24 | - name: software |
25 | maintainer: '@mga-sysadmin' |
26 | description: Software repository definitions |
27 | - name: web |
28 | maintainer: '@mga-sysadmin' |
29 | description: Website repository definitions |
30 | - prefix: artwork |
31 | gl_template: artwork_repo |
32 | git_url: file:///git/infrastructure/repositories/artwork.git |
33 | - prefix: doc |
34 | gl_template: doc_repo |
35 | git_url: file:///git/infrastructure/repositories/doc.git |
36 | - prefix: qa |
37 | gl_template: qa_repo |
38 | git_url: file:///git/infrastructure/repositories/qa.git |
39 | - prefix: software |
40 | gl_template: soft_repo |
41 | git_url: file:///git/infrastructure/repositories/software.git |
42 | - prefix: web |
43 | gl_template: web_repo |
44 | git_url: file:///git/infrastructure/repositories/web.git |
45 | www_dir: <%= @vhostdir %> |
ViewVC Help | |
Powered by ViewVC 1.1.28 |