diff options
author | Colin Guthrie <colin@mageia.org> | 2013-09-22 13:20:03 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-09-22 13:20:03 +0000 |
commit | c386de04ddd3668cbe71acb2e8cf6f5b6e0bb96e (patch) | |
tree | 9ec4f1bbad1f02836de3a3f74a3ec4131f39ba61 /deployment/mgagit/templates/group_owned_repo.gl | |
parent | c6928fe90637594b90e3644be611b254d9867335 (diff) | |
download | puppet-c386de04ddd3668cbe71acb2e8cf6f5b6e0bb96e.tar puppet-c386de04ddd3668cbe71acb2e8cf6f5b6e0bb96e.tar.gz puppet-c386de04ddd3668cbe71acb2e8cf6f5b6e0bb96e.tar.bz2 puppet-c386de04ddd3668cbe71acb2e8cf6f5b6e0bb96e.tar.xz puppet-c386de04ddd3668cbe71acb2e8cf6f5b6e0bb96e.zip |
Allow i18n team to commit to the repos.
Longer term, we likely want to remove this and replace it with a synthesised
repo that allows all translations to live in one place for easier
translations, but for the short term this is the easiest solution.
Diffstat (limited to 'deployment/mgagit/templates/group_owned_repo.gl')
-rw-r--r-- | deployment/mgagit/templates/group_owned_repo.gl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deployment/mgagit/templates/group_owned_repo.gl b/deployment/mgagit/templates/group_owned_repo.gl index 588ab375..ff5e3a02 100644 --- a/deployment/mgagit/templates/group_owned_repo.gl +++ b/deployment/mgagit/templates/group_owned_repo.gl @@ -13,6 +13,9 @@ repo [% repo %] RW distro/ = @mga-<%= @group %> RW topic/ = @mga-<%= @group %> RW refs/tags/ = @mga-<%= @group %> + RW master$ = @mga-i18n-committers + RW distro/ = @mga-i18n-committers + RW topic/ = @mga-i18n-committers [% END -%] RW+ user/USER/ = @all R = @all |