diff options
author | Colin Guthrie <colin@mageia.org> | 2013-07-31 15:08:06 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-07-31 15:08:06 +0100 |
commit | 6d002b732e08f00ea83a8c85a2aa8c438d038c73 (patch) | |
tree | ec1a6d3cf95101a06242f4b65991bb6b9cafc8ba /tmpl | |
parent | 902c6c37590aee5763ea86d62496f64625948479 (diff) | |
download | mgagit-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 :)
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 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 |