Move all GENTOO_MIRROR variables to single GENTOO_MIRROR variable due to multiple variables not being supported.
This commit is contained in:
parent
bf3e218afd
commit
275dbedc21
@ -3,7 +3,7 @@
|
|||||||
# Copyright 2022-2023 Inference
|
# Copyright 2022-2023 Inference
|
||||||
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
||||||
|
|
||||||
# Version: 1.0.1.4
|
# Version: 2.0.0.5
|
||||||
|
|
||||||
|
|
||||||
# System.
|
# System.
|
||||||
@ -21,12 +21,7 @@ LC_MESSAGES=C
|
|||||||
## Gentoo mirrors.
|
## Gentoo mirrors.
|
||||||
## ONLY IPV4 + IPV6 DUAL-STACK MIRRORS SHOULD BE USED! IPV4 IS BEING PHASED OUT!
|
## ONLY IPV4 + IPV6 DUAL-STACK MIRRORS SHOULD BE USED! IPV4 IS BEING PHASED OUT!
|
||||||
## IF IPV6-ONLY IS SUPPORTED BY ISP, IPV6-ONLY MIRRORS SHOULD BE PREFERRED!
|
## IF IPV6-ONLY IS SUPPORTED BY ISP, IPV6-ONLY MIRRORS SHOULD BE PREFERRED!
|
||||||
### GB.
|
GENTOO_MIRRORS="rsync://mirror.bytemark.co.uk/gentoo/ rsync://rsync.mirrorservice.org/sites/distfiles.gentoo.org/ rsync://mirror.init7.net/gentoo/ rsync://ftp.iij.ad.jp/pub/linux/gentoo/ rsync://ftp.jaist.ac.jp/pub/Linux/gentoo/"
|
||||||
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.
|
||||||
EMERGE_DEFAULT_OPTS="--ask --verbose"
|
EMERGE_DEFAULT_OPTS="--ask --verbose"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user