From 6d002b732e08f00ea83a8c85a2aa8c438d038c73 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Wed, 31 Jul 2013 15:08:06 +0100 Subject: 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 :) --- tmpl/soft_repo.gl | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.1