commit:     af0ee1cdd1c4b8892f1229115d74147857dc537e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 22 15:43:10 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 27 15:05:24 2025 +0000
URL:        https://gitweb.gentoo.org/data/api.git/commit/?id=af0ee1cd

repositories: Add the "sync" repos for gentoo & guru

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.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 files/overlays/repositories.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index a338df52..ca1a2ca0 100755
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -1686,6 +1686,13 @@
       <email>[email protected]</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://[email protected]/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://[email protected]/repo/gentoo.git</source>
@@ -1924,6 +1931,12 @@
       <email>[email protected]</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://[email protected]/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://[email protected]/repo/proj/guru.git</source>
     <feed>https://cgit.gentoo.org/repo/proj/guru.git/atom/</feed>

Reply via email to