1 |
misc |
753 |
class repositories::subversion { |
2 |
|
|
|
3 |
|
|
subversion::repository { "/svn/adm/": |
4 |
|
|
group => "mga-sysadmin", |
5 |
|
|
commit_mail => ['mageia-sysadm@mageia.org', "sysadmin-commits@ml.$domain"], |
6 |
misc |
808 |
syntax_check => ['check_puppet_templates','check_puppet'], |
7 |
misc |
753 |
cia_post => true, |
8 |
|
|
cia_module => "sysadm", |
9 |
|
|
} |
10 |
|
|
|
11 |
|
|
subversion::repository { "/svn/soft/": |
12 |
|
|
group => "mga-packagers", |
13 |
|
|
commit_mail => ['mageia-sysadm@mageia.org'], |
14 |
|
|
cia_post => true, |
15 |
|
|
cia_module => "soft", |
16 |
|
|
} |
17 |
|
|
|
18 |
|
|
subversion::repository { "/svn/web/": |
19 |
|
|
group => "mga-committers", |
20 |
|
|
cia_post => true, |
21 |
|
|
cia_module => "web", |
22 |
|
|
} |
23 |
|
|
|
24 |
|
|
subversion::repository { "/svn/packages/": |
25 |
boklm |
764 |
group => "mga-packagers-committers", |
26 |
misc |
753 |
no_binary => true, |
27 |
|
|
cia_post => true, |
28 |
|
|
cia_module => "packages", |
29 |
|
|
cia_ignore_author => '^schedbot$', |
30 |
|
|
} |
31 |
|
|
|
32 |
misc |
757 |
file { "/svn/binrepos/": |
33 |
|
|
ensure => directory |
34 |
|
|
} |
35 |
|
|
|
36 |
misc |
753 |
subversion::repository { "/svn/binrepos/cauldron/": |
37 |
boklm |
764 |
group => "mga-packagers-committers", |
38 |
misc |
753 |
cia_post => true, |
39 |
|
|
cia_module => "binrepos", |
40 |
|
|
cia_ignore_author => '^schedbot$', |
41 |
|
|
} |
42 |
|
|
|
43 |
|
|
} |