From 4a29f9de636dcea8e9f1d8d0275a2248b16f4a34 Mon Sep 17 00:00:00 2001 From: Moritz Gmeiner Date: Sun, 9 Mar 2025 17:35:48 +0100 Subject: [PATCH] updated sync uris --- make.conf/00common | 5 +++-- repos.conf/gentoo.conf | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/make.conf/00common b/make.conf/00common index 501d4db..f8b6fe4 100644 --- a/make.conf/00common +++ b/make.conf/00common @@ -15,8 +15,9 @@ L10N="en en-GB de" LC_MESSAGES=C.utf8 GENTOO_MIRRORS="\ - rsync://ftp.fau.de/gentoo \ - http://ftp.fau.de/gentoo \ + http://tux.rainside.sk/gentoo/ \ rsync://ftp.halifax.rwth-aachen.de/gentoo \ http://ftp.halifax.rwth-aachen.de/gentoo \ + rsync://ftp.fau.de/gentoo \ + http://ftp.fau.de/gentoo \ " diff --git a/repos.conf/gentoo.conf b/repos.conf/gentoo.conf index 6cb6e3b..facb004 100644 --- a/repos.conf/gentoo.conf +++ b/repos.conf/gentoo.conf @@ -4,7 +4,8 @@ main-repo = gentoo [gentoo] location = /var/db/repos/gentoo sync-type = rsync -sync-uri = rsync://rsync.gentoo.org/gentoo-portage +# sync-uri = rsync://rsync.gentoo.org/gentoo-portage +sync-uri = rsync://rsync.de.gentoo.org/gentoo-portage/ auto-sync = yes sync-rsync-verify-jobs = 1 sync-rsync-verify-metamanifest = yes