From 2b8ddbb1893669aef2b142af39d6ba8e1b39cc79 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Mon, 15 Sep 2014 22:11:29 +0100 Subject: mgagit: Ensure mga-sysadmin really can push rewrite history. If a sysadmin was assigned as a maintainer of a repo, the extra powers granted to them would actually be overridden which is a bit useless. --- deployment/mgagit/templates/group_owned_repo.gl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'deployment/mgagit/templates') 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 -%] -- cgit v1.2.1