Add the "sync" sources for ::gentoo and ::guru repositories that provide the extra combined metadata and md5-cache. While arguably this is not the same thing, the list already includes rsync source which is actually closer to the "sync" repositories than the upstream repositories. --- files/overlays/repositories.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+)
diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index a338df5..ca1a2ca 100755 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -1686,6 +1686,13 @@ <email>bug-wrangl...@gentoo.org</email> </owner> <source type="rsync">rsync://rsync.gentoo.org/gentoo-portage</source> + <!-- repositories with extra metadata and md5-cache --> + <source type="git">https://github.com/gentoo-mirror/gentoo.git</source> + <source type="git">git+ssh://github.com/gentoo-mirror/gentoo.git</source> + <source type="git">https://anongit.gentoo.org/git/repo/sync/gentoo.git</source> + <source type="git">git://anongit.gentoo.org/repo/sync/gentoo.git</source> + <source type="git">git+ssh://g...@git.gentoo.org/repo/sync/gentoo.git</source> + <!-- bare repositories --> <source type="git">https://anongit.gentoo.org/git/repo/gentoo.git</source> <source type="git">git://anongit.gentoo.org/repo/gentoo.git</source> <source type="git">git+ssh://g...@git.gentoo.org/repo/gentoo.git</source> @@ -1924,6 +1931,12 @@ <email>g...@gentoo.org</email> <name>GURU</name> </owner> + <!-- repositories with extra metadata and md5-cache --> + <source type="git">https://github.com/gentoo-mirror/guru.git</source> + <source type="git">git+ssh://github.com/gentoo-mirror/guru.git</source> + <source type="git">https://anongit.gentoo.org/git/repo/sync/guru.git</source> + <source type="git">git+ssh://g...@git.gentoo.org/repo/sync/guru.git</source> + <!-- bare repositories --> <source type="git">https://anongit.gentoo.org/git/repo/proj/guru.git</source> <source type="git">git+ssh://g...@git.gentoo.org/repo/proj/guru.git</source> <feed>https://cgit.gentoo.org/repo/proj/guru.git/atom/</feed>