From a91b8426af2ed3b36f2559dfd4dda016f0459074 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Thu, 26 Nov 2015 14:06:18 +0000 Subject: mgagit: Allow forced pushes to topic branches for everyone. Well, everyone in the group. topic branches should be a bit more collaborative and we just have to trust people not to abuse this. --- deployment/mgagit/templates/group_owned_repo.gl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deployment/mgagit') diff --git a/deployment/mgagit/templates/group_owned_repo.gl b/deployment/mgagit/templates/group_owned_repo.gl index 18476c2d..14431d6c 100644 --- a/deployment/mgagit/templates/group_owned_repo.gl +++ b/deployment/mgagit/templates/group_owned_repo.gl @@ -7,7 +7,7 @@ repo [% repo %] [% IF r.repos.$repo.lockdown != 'yes' -%] RW master$ = @mga-<%= @group %> RW distro/ = @mga-<%= @group %> - RW topic/ = @mga-<%= @group %> + RW+ topic/ = @mga-<%= @group %> RW refs/tags/ = @mga-<%= @group %> RW master$ = @mga-i18n-committers RW distro/ = @mga-i18n-committers -- cgit v1.2.1