/[adm]/puppet/deployment/mgagit/templates/group_owned_repo.gl
ViewVC logotype

Annotation of /puppet/deployment/mgagit/templates/group_owned_repo.gl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3326 - (hide annotations) (download)
Wed Aug 21 19:55:36 2013 UTC (10 years, 8 months ago) by colin
File size: 1025 byte(s)
mgagit: Attempt to envelope the emails so they make it to the commits mailing lists
1 colin 3319 [% SET maintainer = r.repos.$repo.maintainer %]
2     repo [% repo %]
3     RW master$ = [% maintainer %]
4     RW distro/ = [% maintainer %]
5     RW topic/ = [% maintainer %]
6     RW refs/tags/ = [% maintainer %]
7     [% IF r.repos.$repo.lockdown != 'yes' -%]
8 colin 3320 RW master$ = @mga-<%= @group %>
9     RW distro/ = @mga-<%= @group %>
10     RW topic/ = @mga-<%= @group %>
11     RW refs/tags/ = @mga-<%= @group %>
12 colin 3319 [% END -%]
13     RW+ user/USER/ = @all
14     R = @all
15     [% IF r.repos.$repo.noemail -%]
16     config hooks.mailinglist = ""
17     [% ELSE -%]
18     [% IF r.repos.$repo.mailinglist -%]
19     config hooks.mailinglist = "[% r.repos.$repo.mailinglist %]"
20     [% ELSE -%]
21 colin 3320 config hooks.mailinglist = "<%= @ml %>-commits@ml.mageia.org"
22 colin 3319 [% END -%]
23     [% END -%]
24     config hooks.emailprefix = "[% repo %] "
25 colin 3326 config hooks.envelopesender = "root@mageia.org"
26 colin 3319 config gitweb.description = "[% r.repos.$repo.description %]"
27     [% IF r.users.$maintainer -%]
28     config gitweb.owner = "[% r.users.$maintainer.cn.0 %] [[% maintainer %]]"
29     [% END -%]

  ViewVC Help
Powered by ViewVC 1.1.30