diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-06-07 14:12:03 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-06-07 14:12:47 +0200 |
commit | 82e52682d476d50f7c1ea225301665f974e2ad9f (patch) | |
tree | da4fafd336d4d20009284e33c03226a9b8bb86ca | |
parent | sys-apps/debianutils-4.11: sync with gx86 (diff) | |
download | prefix-82e52682d476d50f7c1ea225301665f974e2ad9f.tar.gz prefix-82e52682d476d50f7c1ea225301665f974e2ad9f.tar.bz2 prefix-82e52682d476d50f7c1ea225301665f974e2ad9f.zip |
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@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 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 |