create repository portage end repository create repository gentoo-stats end repository create repository eclass-manpages end repository create repository conf-update end repository create repository private/antarus end repository create repository private/blubb end repository create repository private/genone end repository #---------------------------------------------------- # portage #---------------------------------------------------- match /(?:main/)?trunk/ repository portage branch master end match match /main/branches/([^/]+)/ min revision 1890 repository portage branch \1 end match match /main/tags/portage-2.1_pre5/ repository portage branch refs/tags/v2.1_pre5_2760 end match match /main/tags/2.1_pre5/ repository portage branch refs/tags/v2.1_pre5_2761 end match match /main/tags/([^/]+)/ min revision 1890 repository portage branch refs/tags/v\1 end match match /private/genone/branches/portage-modular-sync/ repository portage branch modular-sync end match #---------------------------------------------------- # gentoo-stats #---------------------------------------------------- match /gentoo-stats/branches/([^/]+)/ repository gentoo-stats branch \1 end match match /gentoo-stats/tags/([^/]+)/ repository gentoo-stats branch refs/tags/\1 end match match /gentoo-stats(?:/trunk)?/ repository gentoo-stats branch master end match #---------------------------------------------------- # eclass-manpages #---------------------------------------------------- match /(?:main/)?eclass-manpages/ repository eclass-manpages branch master end match #---------------------------------------------------- # conf-update #---------------------------------------------------- match /private/blubb/conf-update/trunk/ repository conf-update branch master end match match /private/blubb/conf-update/([^/]+)/ repository conf-update branch refs/tags/v\1 end match #---------------------------------------------------- # private/* #---------------------------------------------------- match /private/(?:jstubbs|vapier)/ end match match /(private/[^/]+)/ repository \1 branch master end match