diff options
author | Colin Guthrie <colin@mageia.org> | 2013-07-31 15:07:09 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-07-31 15:07:14 +0100 |
commit | 902c6c37590aee5763ea86d62496f64625948479 (patch) | |
tree | 6b643a002c095a6d75bd30ae3c413b8512057e2f /tmpl | |
parent | 106f4ba8dbe3f39c8371ef390f64354d255230a1 (diff) | |
download | mgagit-902c6c37590aee5763ea86d62496f64625948479.tar mgagit-902c6c37590aee5763ea86d62496f64625948479.tar.gz mgagit-902c6c37590aee5763ea86d62496f64625948479.tar.bz2 mgagit-902c6c37590aee5763ea86d62496f64625948479.tar.xz mgagit-902c6c37590aee5763ea86d62496f64625948479.zip |
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*
Diffstat (limited to 'tmpl')
-rw-r--r-- | tmpl/soft_repo.gl | 4 |
1 files changed, 2 insertions, 2 deletions
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 |