From 902c6c37590aee5763ea86d62496f64625948479 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Wed, 31 Jul 2013 15:07:09 +0100 Subject: soft_repo.gl: Rename the release/* branches to distro/*. The rationale here is to make it more apparent to maintainers that the branches are not per-local-release version, but for major distro releases should any updates need to be pushed to stable releases. Due to the history, we will import software with previous Mandriva and MES distro branches, which the import script helpfully renames for us to distro/mdv* and distro/mes* appropriately. For our own distro branches in the future, we should name them distro/mga* --- tmpl/soft_repo.gl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tmpl') diff --git a/tmpl/soft_repo.gl b/tmpl/soft_repo.gl index d326153..97bf66b 100644 --- a/tmpl/soft_repo.gl +++ b/tmpl/soft_repo.gl @@ -1,11 +1,11 @@ [% SET maintainer = r.repos.$repo.maintainer %] repo [% repo %] RW master$ = [% maintainer %] - RW release/ = [% maintainer %] + RW distro/ = [% maintainer %] RW refs/tags/ = [% maintainer %] [% IF r.repos.$repo.lockdown != 'yes' -%] RW master$ = @mga-packagers - RW release/ = @mga-packagers + RW distro/ = @mga-packagers RW refs/tags/ = @mga-packagers [% END -%] RW+ user/USER/ = @all -- cgit v1.2.1