summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2020-06-07 14:12:03 +0200
committerFabian Groffen <grobian@gentoo.org>2020-06-07 14:12:47 +0200
commit82e52682d476d50f7c1ea225301665f974e2ad9f (patch)
treeda4fafd336d4d20009284e33c03226a9b8bb86ca
parentsys-apps/debianutils-4.11: sync with gx86 (diff)
downloadprefix-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-xscripts/auto-bootstraps/dobootstrap2
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