aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--tmpl/soft_repo.gl2
2 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8bcc679..6555739 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+
+- soft_repo.gl: allow pushing tags
+
Version 0.7
- soft_repo.gl: remove '<>' from gitweb.owner as gitolite doesn't like this
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