aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2015-11-26 14:06:18 +0000
committerColin Guthrie <colin@mageia.org>2015-11-26 14:06:18 +0000
commita91b8426af2ed3b36f2559dfd4dda016f0459074 (patch)
tree115bcc560e96f8816e5002cbee734f12f23cbd6d
parent5cfce4b26f18d32a551ba9ce171a439b0c99955f (diff)
downloadpuppet-a91b8426af2ed3b36f2559dfd4dda016f0459074.tar
puppet-a91b8426af2ed3b36f2559dfd4dda016f0459074.tar.gz
puppet-a91b8426af2ed3b36f2559dfd4dda016f0459074.tar.bz2
puppet-a91b8426af2ed3b36f2559dfd4dda016f0459074.tar.xz
puppet-a91b8426af2ed3b36f2559dfd4dda016f0459074.zip
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.
-rw-r--r--deployment/mgagit/templates/group_owned_repo.gl2
1 files changed, 1 insertions, 1 deletions
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