aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mgagit
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2015-05-18 09:31:15 +0100
committerColin Guthrie <colin@mageia.org>2015-05-18 09:31:15 +0100
commitec4e5b5916c35034d3101a94289fd14a502abcbc (patch)
tree2f185fda1d55a14259fb65bab4e873adc78a6d7a /deployment/mgagit
parente7a7d748314ea5341ca42b8e871e77bad65d4f9a (diff)
downloadpuppet-ec4e5b5916c35034d3101a94289fd14a502abcbc.tar
puppet-ec4e5b5916c35034d3101a94289fd14a502abcbc.tar.gz
puppet-ec4e5b5916c35034d3101a94289fd14a502abcbc.tar.bz2
puppet-ec4e5b5916c35034d3101a94289fd14a502abcbc.tar.xz
puppet-ec4e5b5916c35034d3101a94289fd14a502abcbc.zip
mgagit: Give owners force push power on master.
The owners should be trusted to use this with care. (This is mainly to give TV this power on the drak*/urpm* repos)
Diffstat (limited to 'deployment/mgagit')
-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 5d75280a..18476c2d 100644
--- a/deployment/mgagit/templates/group_owned_repo.gl
+++ b/deployment/mgagit/templates/group_owned_repo.gl
@@ -1,6 +1,6 @@
[% SET maintainer = r.repos.$repo.maintainer %]
repo [% repo %]
- RW master$ = [% maintainer %]
+ RW+ master$ = [% maintainer %]
RW+ distro/ = [% maintainer %]
RW+ topic/ = [% maintainer %]
RW+ refs/tags/ = [% maintainer %]