commit:     82e52682d476d50f7c1ea225301665f974e2ad9f
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  7 12:12:03 2020 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Jun  7 12:12:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=82e52682

scripts/auto-bootstraps/dobootstrap: drop distfiles.g.o from mirrors

Since the bootstrap script falls back to distfiles.g.o now, it has no
use to try it twice.

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 scripts/auto-bootstraps/dobootstrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/auto-bootstraps/dobootstrap 
b/scripts/auto-bootstraps/dobootstrap
index d4207a1a8b..4cd5f94c71 100755
--- a/scripts/auto-bootstraps/dobootstrap
+++ b/scripts/auto-bootstraps/dobootstrap
@@ -189,7 +189,7 @@ case $1 in
                        echo "internal host, activating local and DOPUBLISH"
                        export DOLOCAL=1
                        export DOPUBLISH=1
-                       export GENTOO_MIRRORS="http://distfileslocal 
http://distfiles.gentoo.org";
+                       export GENTOO_MIRRORS="http://distfileslocal";
                fi
                for arg in "${@:1}" ; do
                        case "${arg}" in

Reply via email to