From 35c6661ae988d4af659a39dd65d1553b05cf2d20 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 27 Dec 2022 04:30:14 +0000 Subject: [PATCH] Switch HTTP mirror to rsync for more efficient partial download support. Create sections for each country of mirror locations. Add GB and JP mirrors. --- portage/make.conf | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/portage/make.conf b/portage/make.conf index 1e7d42b..0effd80 100644 --- a/portage/make.conf +++ b/portage/make.conf @@ -3,7 +3,7 @@ # Copyright 2022-2023 Inference # SPDX-License-Identifier: BSD-3-Clause-Clear -# Version: 0.0.2.2 +# Version: 1.0.0.3 # System. @@ -19,7 +19,12 @@ PKGDIR="/var/cache/bin/" LC_MESSAGES=C ## Gentoo mirrors. -GENTOO_MIRRORS="https://mirror.init7.net/gentoo/" +### GB. +GENTOO_MIRRORS="rsync://mirror.bytemark.co.uk/gentoo/ rsync://rsync.mirrorservice.org/sites/distfiles.gentoo.org/" +### CH. +GENTOO_MIRRORS="rsync://mirror.init7.net/gentoo/" +### JP. +GENTOO_MIRRORS="rsync://ftp.iij.ad.jp/pub/linux/gentoo/ rsync://ftp.jaist.ac.jp/pub/Linux/gentoo/" ## Emerge. EMERGE_DEFAULT_OPTS="--ask --verbose"