diff options
author | 2023-05-30 08:01:22 +0200 | |
---|---|---|
committer | 2023-05-30 08:01:29 +0200 | |
commit | 9d136a6e5c59df93e1249cbb5d7d5b5144791c37 (patch) | |
tree | 1c416ae8f9cbcf9b11407f57985fca4e4716e597 | |
parent | sys-apps/help2man: migrate to gx86 (diff) | |
download | prefix-9d136a6e5c59df93e1249cbb5d7d5b5144791c37.tar.gz prefix-9d136a6e5c59df93e1249cbb5d7d5b5144791c37.tar.bz2 prefix-9d136a6e5c59df93e1249cbb5d7d5b5144791c37.zip |
scripts/dobootstrap: keep fallback mirrors
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-rwxr-xr-x | scripts/auto-bootstraps/dobootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/auto-bootstraps/dobootstrap b/scripts/auto-bootstraps/dobootstrap index b2495c4d7d..de1a371627 100755 --- a/scripts/auto-bootstraps/dobootstrap +++ b/scripts/auto-bootstraps/dobootstrap @@ -222,7 +222,7 @@ case $1 in echo "internal host, activating local and DOPUBLISH" export DOLOCAL=1 export DOPUBLISH=1 - export GENTOO_MIRRORS="http://distfileslocal" + export GENTOO_MIRRORS="http://distfileslocal http://distfiles.gentoo.org" fi for arg in "${@:1}" ; do case "${arg}" in |