diff options
author | Nicolas Vigier <boklm@mars-attacks.org> | 2013-07-16 09:08:21 +0200 |
---|---|---|
committer | Nicolas Vigier <boklm@mars-attacks.org> | 2013-07-16 09:08:21 +0200 |
commit | b83de597a8145f7e920ec517f34398f13690b434 (patch) | |
tree | 20926a7a60fd79c91278bf58a45dbab21ed3c930 /tmpl | |
parent | add35482b12d4bbecff7f5e741e970ec53f0b44b (diff) | |
download | mgagit-b83de597a8145f7e920ec517f34398f13690b434.tar mgagit-b83de597a8145f7e920ec517f34398f13690b434.tar.gz mgagit-b83de597a8145f7e920ec517f34398f13690b434.tar.bz2 mgagit-b83de597a8145f7e920ec517f34398f13690b434.tar.xz mgagit-b83de597a8145f7e920ec517f34398f13690b434.zip |
soft_repo.gl: allow pushing tags
Diffstat (limited to 'tmpl')
-rw-r--r-- | tmpl/soft_repo.gl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmpl/soft_repo.gl b/tmpl/soft_repo.gl index 11d8a82..70f6c46 100644 --- a/tmpl/soft_repo.gl +++ b/tmpl/soft_repo.gl @@ -2,9 +2,11 @@ repo [% repo %] RW master = [% maintainer %] RW release/ = [% maintainer %] + RW refs/tags/ = [% maintainer %] [% IF r.repos.$repo.lockdown != 'yes' -%] RW master = @mga-packagers RW release/ = @mga-packagers + RW refs/tags/ = @mga-packagers [% END -%] RW+ user/USER/ = @all R = @all |