aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2013-07-31 15:08:06 +0100
committerColin Guthrie <colin@mageia.org>2013-07-31 15:08:06 +0100
commit6d002b732e08f00ea83a8c85a2aa8c438d038c73 (patch)
treeec1a6d3cf95101a06242f4b65991bb6b9cafc8ba
parent902c6c37590aee5763ea86d62496f64625948479 (diff)
downloadmgagit-6d002b732e08f00ea83a8c85a2aa8c438d038c73.tar
mgagit-6d002b732e08f00ea83a8c85a2aa8c438d038c73.tar.gz
mgagit-6d002b732e08f00ea83a8c85a2aa8c438d038c73.tar.bz2
mgagit-6d002b732e08f00ea83a8c85a2aa8c438d038c73.tar.xz
mgagit-6d002b732e08f00ea83a8c85a2aa8c438d038c73.zip
soft_repo.gl: Allow topic branches.
While we may not use these too much in the future, we will need them for importing branches from subversion. The use of the term "topic" here is somewhat arbitrary but it avoids cluttering up the main namespace and allows us to restrict things and preserve some semblence of order :)
-rw-r--r--tmpl/soft_repo.gl2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmpl/soft_repo.gl b/tmpl/soft_repo.gl
index 97bf66b..c28d3fb 100644
--- a/tmpl/soft_repo.gl
+++ b/tmpl/soft_repo.gl
@@ -2,10 +2,12 @@
repo [% repo %]
RW master$ = [% maintainer %]
RW distro/ = [% maintainer %]
+ RW topic/ = [% maintainer %]
RW refs/tags/ = [% maintainer %]
[% IF r.repos.$repo.lockdown != 'yes' -%]
RW master$ = @mga-packagers
RW distro/ = @mga-packagers
+ RW topic/ = @mga-packagers
RW refs/tags/ = @mga-packagers
[% END -%]
RW+ user/USER/ = @all