aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mgagit
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/mgagit')
-rw-r--r--deployment/mgagit/templates/group_owned_repo.gl8
1 files changed, 4 insertions, 4 deletions
diff --git a/deployment/mgagit/templates/group_owned_repo.gl b/deployment/mgagit/templates/group_owned_repo.gl
index c032746d..6ac7fb93 100644
--- a/deployment/mgagit/templates/group_owned_repo.gl
+++ b/deployment/mgagit/templates/group_owned_repo.gl
@@ -1,9 +1,5 @@
[% SET maintainer = r.repos.$repo.maintainer %]
repo [% repo %]
- RW+ master$ = @mga-sysadmin
- RW+ distro/ = @mga-sysadmin
- RW+ topic/ = @mga-sysadmin
- RW+ refs/tags/ = @mga-sysadmin
RW master$ = [% maintainer %]
RW distro/ = [% maintainer %]
RW topic/ = [% maintainer %]
@@ -17,6 +13,10 @@ repo [% repo %]
RW distro/ = @mga-i18n-committers
RW topic/ = @mga-i18n-committers
[% END -%]
+ RW+ master$ = @mga-sysadmin
+ RW+ distro/ = @mga-sysadmin
+ RW+ topic/ = @mga-sysadmin
+ RW+ refs/tags/ = @mga-sysadmin
RW+ user/USER/ = @all
R = @all
[% IF r.repos.$repo.noemail -%]